Skip to content

Releases: prometheus/cloudwatch_exporter

0.14.1 / 2022-06-08

08 Jun 09:47
3eeaf95
Compare
Choose a tag to compare

This is a maintenance release, updating various dependencies, including Jetty to 11.x. Along the way, this fixes JDK 11 compatibility.

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.14.1

0.14.0 / 2022-05-06

06 May 10:30
3562773
Compare
Choose a tag to compare

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

28 Apr 14:17
dd40bf4
Compare
Choose a tag to compare

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

22 Apr 10:01
7a8ac2b
Compare
Choose a tag to compare

This is a housekeeping release, updating dependencies and generating a fresh Docker image.

0.13.1 / 2022-03-08

08 Mar 10:09
977b79e
Compare
Choose a tag to compare
  • Fix the Docker Image build (#402)

0.13.0 / 2022-03-03

03 Mar 16:01
bf014f9
Compare
Choose a tag to compare
  • The Docker image is now based on the Adoptium Eclipse Temurin JRE 17 and Ubuntu Focal (#401)
  • The exporter now exposes a cloudwatch_exporter_build_info metric for easy version management (#400)

0.12.2 / 2021-12-14

14 Dec 12:05
5fb734f
Compare
Choose a tag to compare

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

03 Dec 16:34
7c93e9a
Compare
Choose a tag to compare

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.

0.11.0 / 2021-06-17

17 Jun 16:09
aad5305
Compare
Choose a tag to compare
  • [ENHANCEMENT] Update AWS SDK to enable querying more metrics (#345)
  • [BUGFIX] Update Jetty for security updates (#344)

0.10.0 / 2021-01-25

25 Jan 16:27
Compare
Choose a tag to compare

[ENHANCEMENT] Migrate to AWS SDK v2 (#307, #317)
[ENHANCEMENT] Update to client_java 0.10.0 to add OpenMetrics support (#321)