Skip to content

Releases: prometheus/cloudwatch_exporter

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)

0.9.0 / 2020-08-26

26 Aug 12:43
Compare
Choose a tag to compare

[ENHANCEMENT] Use RecentlyActive feature to only list metrics older than 3 hours when necessary (#296)
[ENHANCEMENT] Implement describe() to prevent the scrape on startup (#259)
[BUGFIX] Handle dynamo metrics without configured dimensions. (#258)
[BUGFIX] Single aws_resource_info per scrape (#298)

0.8.0 / 2020-02-17

17 Feb 10:04
Compare
Choose a tag to compare

[ENHANCEMENT] Support default provider chain for region (#239)
[ENHANCEMENT] Update AWS SDK to 1.11.708 (#248)
[BUGFIX] Fix label name strictness (#247)