Version Bump (2.0.6)

This commit is contained in:
Nemo 2019-06-16 20:07:13 +05:30
parent 8c95b621de
commit 495c0c0d1d
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG # CHANGELOG
# 2.0.6
- Dependency updates and Docker fixes
# 2.0.5 # 2.0.5
- Upgrade puppeteer to 1.17.0 - Upgrade puppeteer to 1.17.0

View File

@ -1,6 +1,6 @@
# prometheus-act-exporter # prometheus-act-exporter
[![](https://images.microbadger.com/badges/version/captn3m0/prometheus-act-exporter:2.0.5.svg)](https://microbadger.com/images/captn3m0/prometheus-act-exporter:2.0.5) [![npm version](https://badge.fury.io/js/prometheus-act-exporter.svg)](https://badge.fury.io/js/prometheus-act-exporter) [![License: WTFPL](https://img.shields.io/badge/License-WTFPL-blue.svg)](http://www.wtfpl.net/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![](https://images.microbadger.com/badges/version/captn3m0/prometheus-act-exporter:2.0.6.svg)](https://microbadger.com/images/captn3m0/prometheus-act-exporter:2.0.6) [![npm version](https://badge.fury.io/js/prometheus-act-exporter.svg)](https://badge.fury.io/js/prometheus-act-exporter) [![License: WTFPL](https://img.shields.io/badge/License-WTFPL-blue.svg)](http://www.wtfpl.net/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
Exposes your current ACT FUP usage as prometheus metrics. Scrapes the data from the ACT Portal website by using puppeteer. Exposes your current ACT FUP usage as prometheus metrics. Scrapes the data from the ACT Portal website by using puppeteer.

View File

@ -1,6 +1,6 @@
{ {
"name": "prometheus-act-exporter", "name": "prometheus-act-exporter",
"version": "2.0.4", "version": "2.0.6",
"description": "Exports ACT Fibernet data usage as prometheus metrics", "description": "Exports ACT Fibernet data usage as prometheus metrics",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {