From 8a4b9a927b70bf3f57fdc551d43141e7b7d94dcc Mon Sep 17 00:00:00 2001 From: "replease[bot]" <132441688+replease[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 10:07:41 +0000 Subject: [PATCH] chore(main): release 0.0.5 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ chart/Chart.yaml | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index d1fe94f..6f79e51 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.4" + ".": "0.0.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f0218c4..a33d78a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.5](https://github.com/krystal/zadara-exporter/compare/v0.0.4...v0.0.5) (2024-05-20) + + +### Features + +* **labels:** add "store" label with format "{store_name}@{cloud_name}" ([#9](https://github.com/krystal/zadara-exporter/issues/9)) ([0b6d42d](https://github.com/krystal/zadara-exporter/commit/0b6d42ded7555aebe502961e2f2f195fe9f4954b)) + + +### Bug Fixes + +* **metrics:** hide OpenTelemetry specific labels and metrics ([#10](https://github.com/krystal/zadara-exporter/issues/10)) ([c8e1a42](https://github.com/krystal/zadara-exporter/commit/c8e1a42239d9c9254182d6ddd59a2dea003814e3)) + ## [0.0.4](https://github.com/krystal/zadara-exporter/compare/v0.0.3...v0.0.4) (2024-05-17) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 5af3e4c..480dd4e 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -15,12 +15,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "0.0.4" # x-release-please-version +version: "0.0.5" # x-release-please-version # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.4" # x-release-please-version +appVersion: "0.0.5" # x-release-please-version dependencies: [] \ No newline at end of file