Releases: prometheus-community/yet-another-cloudwatch-exporter
Releases · prometheus-community/yet-another-cloudwatch-exporter
v0.49.0
v0.49.0
Important breaking changes:
- From now on we're dropping the
-alpha
suffix from the version number. YACE will be considered alpha quality until v1.0.0. - The helm chart is now hosted at https://github.com/nerdswords/helm-charts, please refer to the instructions in the new repo.
Bugfixes and features:
Helm chart:
- Move helm chart out of this repo by @cristiangreco
- Update helm repo link in README.md by @cristiangreco
New services:
- Add support for Container, queue, and database metrics for MWAA by @millin
- Add support for acm-pca service by @jutley
Docs updates:
- Docs review: move "install" and "configuration" in separate docs by @cristiangreco
- Docs: Fix example config link by @matej-g
- Add example config files by @cristiangreco
Internal refactoring:
- Code refactoring: split out job and api code by @cristiangreco
- Minor refactoring of pkg/apicloudwatch and pkg/apitagging by @cristiangreco
- Refactor CW metrics to resource association logic and add tests by @thepalbi
- Wrap service filter errors by @kgeckhart
Dependencies:
- Bump github.com/aws/aws-sdk-go from 1.44.194 to 1.44.215
- Bump github.com/prometheus/common from 0.37.0 to 0.41.0
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
- Bump github.com/urfave/cli/v2 from 2.24.3 to 2.25.0
- Bump golang.org/x/sync from 0.0.0-20220722155255-886fb9371eb4 to 0.1.0
Full Changelog: v0.48.0-alpha...v0.49.0-alpha
v0.48.0-alpha
Bugfixes and features:
- Revert "Publish helm chart before releasing binaries".
Full Changelog: v0.47.0-alpha...v0.48.0-alpha
v0.47.0-alpha
Bugfixes and features:
- Add Elemental MediaLive, MediaConnect to supported services by @davemt
- Add support for OpenSearch Serverless by @Hussainoxious
- Makefile: always add build version ldflags by @cristiangreco
- Publish helm chart before releasing binaries by @cristiangreco
- Build with Go 1.20 by @cristiangreco
Dependencies:
- Bump github.com/aws/aws-sdk-go from 1.44.192 to 1.44.194
- Bump github.com/urfave/cli/v2 from 2.24.2 to 2.24.3
Full Changelog: v0.46.0-alpha...v0.47.0-alpha
helm-chart-0.14.0
Yet Another Cloudwatch Exporter
v0.46.0-alpha
Prepare changelog for v0.46.0-alpha. (#791)
helm-chart-0.12.0
Yet Another Cloudwatch Exporter
v0.45.0-alpha
Breaking changes:
- Note if you use Yace as a library: this release changes the signature of
config.Load
method.
Bugfixes and features:
- Helm chart update to customize port name by @nikosmeds
- Clear up docs and re-organize sections by @thepalbi
- Helm: add README file template by @cristiangreco
- Config parsing: emit warning messages for invalid configs by @cristiangreco
- Pre-compile dimensions regexps for supported services by @cristiangreco
- AWS/DX: add more dimension regexps by @cristiangreco
Dependencies:
- Bump github.com/aws/aws-sdk-go from 1.44.182 to 1.44.189
- Bump github.com/urfave/cli/v2 from 2.23.7 to 2.24.2
- Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0
Full Changelog: v0.44.0-alpha...v0.45.0-alpha
helm-chart-0.11.0
Yet Another Cloudwatch Exporter
v0.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
helm-chart-0.10.0
Yet Another Cloudwatch Exporter