Releases: prometheus/cloudwatch_exporter
0.14.1 / 2022-06-08
This is a maintenance release, updating various dependencies, including Jetty to 11.x. Along the way, this fixes JDK 11 compatibility.
What's Changed
- chore: bump Maven from 3.8.4 to 3.8.5 by @greut in #420
- Added automatic code formatter by @or-shachar in #418
- Update maven dependencies (jetty 10->11) by @or-shachar in #421
- Fixed null unit in HELP in case of GetMetricStatistics by @or-shachar in #423
- [GetMetricData] Fixed compiler warnings + README permission note by @or-shachar in #424
- add dynamoDB example by @yonahd in #428
- #430 remove duplicated entry in examples by @GreenRover in #433
New Contributors
- @yonahd made their first contribution in #428
- @GreenRover made their first contribution in #433
Full Changelog: v0.14.0...v0.14.1
0.14.0 / 2022-05-06
This release adds optional support for the bulk metric API in CloudWatch, which will perform better with a large number of metrics. This does not materially affect CloudWatch costs.
Please give the new option a spin, and report any issues, so that we can shake them out before making this the default.
What's Changed
- Synchronize common files from prometheus/prometheus by @prombot in #419
- Optionally use GetMetricData instead of GetMetricStatistics by @or-shachar in #414
Full Changelog: v0.13.3...v0.14.0
0.13.3 / 2022-04-28
This is a maintenance and bugfix release. It fixes a file descriptor leak and will provide new Docker images that fix CVE-2022-21449 "Psychic Signatures".
0.13.2 / 2022-04-22
This is a housekeeping release, updating dependencies and generating a fresh Docker image.
0.13.1 / 2022-03-08
- Fix the Docker Image build (#402)
0.13.0 / 2022-03-03
0.12.2 / 2021-12-14
This release updates several dependencies, including the Prometheus Java client 0.13.0.
Note that this is a housekeeping release – the CloudWatch exporter does not use log4j for logging and is not affected by log4shell.
0.12.1 / 2021-12-03
This release unifies the Docker images and tags between quay.io and Docker Hub.
Starting with this release, the latest
tag on both is the latest tagged version.
Use the main
tag to get experimental builds from the default branch.
The exporter is now built with JDK 17.
The Docker images are based on Debian Bullseye and support the linux/arm64
architecture.