diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fcf1af2..5f280be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# 0.44.0-alpha + +**Breaking changes**: +- Note if you use Yace as a library: this release changes the packages + and funcs exported publicly, you will need to review the imports + (although signatures are mostly unchanged) + +**Bugfixes and features**: +* Refactor code into separate packages by @cristiangreco +* Refactor list of supported services and filter funcs by @cristiangreco +* Wrap debug logging to avoid expensive operations by @cristiangreco +* Fix to use length of metrics level on customNamespace by @masshash +* feat: bump helm chart by @rasta-rocket +* feat: release helm chart when Chart.yml is updated by @rasta-rocket +* Add test for configuration of services list by @cristiangreco +* GolangCI: review linters settings by @cristiangreco + +**Dependencies**: +* Bump azure/setup-helm from 1 to 3 +* Bump docker/setup-buildx-action from 1 to 2 +* Bump docker/setup-qemu-action from 1 to 2 +* Bump github.com/aws/aws-sdk-go from 1.44.175 to 1.44.182 +* Bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0 +* Bump helm/chart-releaser-action from 1.4.1 to 1.5.0 +* Bump helm/kind-action from 1.2.0 to 1.5.0 + +**Full Changelog**: https://github.com/nerdswords/yet-another-cloudwatch-exporter/compare/v0.43.0-alpha...v0.44.0-alpha + # 0.43.0-alpha * add support to custom namespaces with their dimensions (by @arielly-parussulo) diff --git a/charts/yet-another-cloudwatch-exporter/Chart.yaml b/charts/yet-another-cloudwatch-exporter/Chart.yaml index 98b7842f..cc6bf753 100644 --- a/charts/yet-another-cloudwatch-exporter/Chart.yaml +++ b/charts/yet-another-cloudwatch-exporter/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: yet-another-cloudwatch-exporter description: Yet Another Cloudwatch Exporter type: application -version: 0.9.0 -appVersion: "v0.43.0-alpha" +version: 0.10.0 +appVersion: "v0.44.0-alpha" home: https://github.com/nerdswords/yet-another-cloudwatch-exporter sources: - https://github.com/nerdswords/yet-another-cloudwatch-exporter diff --git a/charts/yet-another-cloudwatch-exporter/README.md b/charts/yet-another-cloudwatch-exporter/README.md index c4403894..81e09842 100644 --- a/charts/yet-another-cloudwatch-exporter/README.md +++ b/charts/yet-another-cloudwatch-exporter/README.md @@ -1,6 +1,6 @@ # yet-another-cloudwatch-exporter -![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.43.0-alpha](https://img.shields.io/badge/AppVersion-v0.43.0--alpha-informational?style=flat-square) +![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.44.0-alpha](https://img.shields.io/badge/AppVersion-v0.44.0--alpha-informational?style=flat-square) Yet Another Cloudwatch Exporter