From 3b8f2ecb179cf98fd442aed86a5f77084974b931 Mon Sep 17 00:00:00 2001 From: Chris Wiechmann Date: Thu, 10 Feb 2022 18:43:48 +0100 Subject: [PATCH] Prepare to release version 1.0.1 --- README.md | 2 +- apibuilder4prometheus/package.json | 4 ++-- helm/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0e6c17..bae586a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can find an example here: [example.local.values.yaml](https://raw.githubuser To install the Helm-Chart: ``` wget -O local.values.yaml https://raw.githubusercontent.com/Axway-API-Management-Plus/apimanager-prometheus-exporter/master/helm/examples/example.local.values.yaml -helm install -n -f https://github.com/Axway-API-Management-Plus/apimanager-prometheus-exporter/releases/download/1.0.0/helm-chart-axway-apim-prometheus-1.0.0.tgz +helm install -n -f https://github.com/Axway-API-Management-Plus/apimanager-prometheus-exporter/releases/download/1.0.1/helm-chart-axway-apim-prometheus-1.0.1.tgz ``` ### Docker diff --git a/apibuilder4prometheus/package.json b/apibuilder4prometheus/package.json index 39fcfbd..9319a1e 100644 --- a/apibuilder4prometheus/package.json +++ b/apibuilder4prometheus/package.json @@ -1,8 +1,8 @@ { "name": "prometheus-exporter", - "description": "An API Builder service", + "description": "Axway API-Management Prometheus-Exporter", "main": "app.js", - "version": "1.0.0", + "version": "1.0.1", "license": "", "keywords": [ "api-builder", diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 682e8ac..22fcb66 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -4,6 +4,6 @@ description: Prometheus exporter for Axway API-Management type: application -version: "1.0.0" +version: "1.0.1" -appVersion: "1.0.0" +appVersion: "1.0.1"