Release: v2.0.7

This commit is contained in:
Nemo 2019-06-26 17:59:07 +05:30
parent 037c7b2724
commit dc84b1686b
3 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG # CHANGELOG
# 2.0.7
- Bumps puppeteer to `1.18.0`
# 2.0.6 # 2.0.6
- Dependency updates and Docker fixes - Dependency updates and Docker fixes

View File

@ -1,6 +1,6 @@
# prometheus-act-exporter # prometheus-act-exporter
[![](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) [![](https://images.microbadger.com/badges/version/captn3m0/prometheus-act-exporter:2.0.7.svg)](https://microbadger.com/images/captn3m0/prometheus-act-exporter:2.0.7) [![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.6", "version": "2.0.7",
"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": {
@ -9,7 +9,8 @@
"keywords": [ "keywords": [
"actcorp", "actcorp",
"balance", "balance",
"flexibyte" "flexibyte",
"actfibernet"
], ],
"repository": { "repository": {
"type": "git", "type": "git",