Skip to content

Commit

Permalink
chore(main): release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
replease[bot] authored May 20, 2024
1 parent b079d5b commit e1f159a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.4"
".": "0.0.5"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.0.5](https://github.com/krystal/zadara-exporter/compare/v0.0.4...v0.0.5) (2024-05-20)


### Features

* **config:** add health_path config option, defaulting to "/healthz" ([#13](https://github.com/krystal/zadara-exporter/issues/13)) ([75be2e9](https://github.com/krystal/zadara-exporter/commit/75be2e9983b2cdee409bcff1c626a99f2918429a))
* **config:** add metric namespace config option, defaulting to "zadara" ([#12](https://github.com/krystal/zadara-exporter/issues/12)) ([75ae588](https://github.com/krystal/zadara-exporter/commit/75ae5884d900df13f32feb0948cf88a2d1bb0e93))
* **health:** switch health endpoint from Info to Debug log calls on success ([#14](https://github.com/krystal/zadara-exporter/issues/14)) ([fcbd3d3](https://github.com/krystal/zadara-exporter/commit/fcbd3d35ec6aec331139d2e9276f9108e1494bc8))
* **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

* **labels:** add "store" label to policy metrics ([#15](https://github.com/krystal/zadara-exporter/issues/15)) ([b079d5b](https://github.com/krystal/zadara-exporter/commit/b079d5bf74f5dced39264144d3d9a379c469bd2f))
* **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)


Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []

0 comments on commit e1f159a

Please sign in to comment.