From b5b35ace1dd1a8cc5b3f261fe6036a7af23ef0cb Mon Sep 17 00:00:00 2001 From: Aylei Date: Thu, 11 Apr 2019 13:05:18 +0800 Subject: [PATCH] 0.3.1 release --- README.md | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a6d802..f499627 100644 --- a/README.md +++ b/README.md @@ -90,12 +90,12 @@ Visit metrics in [localhost:9525/metrics](http://localhost:9525/metrics) Install ```bash -docker pull aylei/aliyun-exporter:0.3.0 +docker pull aylei/aliyun-exporter:0.3.1 ``` To run the container, external configuration file is required: ```bash -docker run -p 9525:9525 -v $(pwd)/aliyun-exporter.yml:$(pwd)/aliyun-exporter.yml aylei/aliyun-exporter:0.3.0 -c $(pwd)/aliyun-exporter.yml +docker run -p 9525:9525 -v $(pwd)/aliyun-exporter.yml:$(pwd)/aliyun-exporter.yml aylei/aliyun-exporter:0.3.1 -c $(pwd)/aliyun-exporter.yml ``` ## Configuration @@ -152,7 +152,7 @@ you can easily navigate in this pages by hyperlink. ## Docker Compose -From `0.3.0`, we provide a docker-compose stack to help users building monitoring stack from scratch. The stack contains: +From `0.3.1`, we provide a docker-compose stack to help users building monitoring stack from scratch. The stack contains: * aliyun-exporter (this project): Retrieving metrics (and instance information) from Alibaba Cloud. * [Prometheus](https://github.com/prometheus/prometheus): Metric storage and alerting calculation. diff --git a/setup.py b/setup.py index 9f09213..1f0fe3b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='aliyun-exporter', - version='0.3.0', + version='0.3.1', description='Alibaba Cloud CloudMonitor Prometheus exporter', long_description=long_description, long_description_content_type='text/markdown',