@toolisticon/ssl-hostinfo-prometheus-exporter
Advanced tools
Comparing version 0.2.1 to 0.3.0-develop-8
@@ -0,1 +1,11 @@ | ||
<a name="0.3.0"></a> | ||
# [0.3.0](https://github.com/toolisticon/ssl-hostinfo-prometheus-exporter/compare/v0.2.1...v0.3.0) (2019-01-26) | ||
### Features | ||
* **API:** Expose more pulic methods ([0a8183a](https://github.com/toolisticon/ssl-hostinfo-prometheus-exporter/commit/0a8183a)) | ||
<a name="0.2.1"></a> | ||
@@ -2,0 +12,0 @@ ## [0.2.1](https://github.com/toolisticon/ssl-hostinfo-prometheus-exporter/compare/v0.2.0...v0.2.1) (2019-01-26) |
@@ -100,6 +100,8 @@ const http = require('http'); | ||
module.exports = exports = { | ||
config: config, | ||
updateRouteInfo: updateRouteInfo, | ||
updateRoutesInfo: updateRoutesInfo, | ||
resetRouteInfo: prometheus.reset, | ||
startPrometheusListener: startPrometheusListener, | ||
logger: log | ||
}; |
{ | ||
"name": "@toolisticon/ssl-hostinfo-prometheus-exporter", | ||
"version": "0.2.1", | ||
"version": "0.3.0-develop-8", | ||
"description": "", | ||
@@ -58,3 +58,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"conventional-changelog-cli": "2.0.0", | ||
"conventional-changelog-cli": "2.0.11", | ||
"eslint": "^5.12.0", | ||
@@ -61,0 +61,0 @@ "eslint-config-semistandard": "^13.0.0", |
@@ -9,3 +9,3 @@ # Monitor SSL certificates in Prometheus | ||
[![Docker Stars](https://img.shields.io/docker/stars/toolisticon/ssl-hostinfo-prometheus-exporter.svg)](https://hub.docker.com/r/toolisticon/ssl-hostinfo-prometheus-exporter/) | ||
[![Docker Pulls](https://img.shields.io/docker/pulls/toolisticon/ssl-hostinfo-prometheus-exporter.svg)](https://hub.docker.com/r/toolisticon/ssl-hostinfo-prometheus-exporter/) | ||
[![Docker Pulls](https://img.shields.io/docker/pulls/toolisticon/ssl-hostinfo-prometheus-exporter.svg)](https://hub.docker.com/r/toolisticon/ssl-hostinfo-prometheus-exporter/) [![Greenkeeper badge](https://badges.greenkeeper.io/toolisticon/ssl-hostinfo-prometheus-exporter.svg)](https://greenkeeper.io/) | ||
@@ -12,0 +12,0 @@ > Still **WIP** |
31504
404