Skip to content

Releases: prometheus/cloudwatch_exporter

0.14.3 / 2022-06-18

Choose a tag to compare

@matthiasr matthiasr released this 18 Jun 11:30
157b241

What's Changed

Full Changelog: v0.14.2...v0.14.3

0.14.2 / 2022-06-08

Choose a tag to compare

@matthiasr matthiasr released this 08 Jun 10:22
83f2a72

This is another dependency update to address a medium CVE.

What's Changed

Full Changelog: v0.14.1...v0.14.2

0.14.1 / 2022-06-08

Choose a tag to compare

@matthiasr matthiasr released this 08 Jun 09:47
3eeaf95

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

Choose a tag to compare

@matthiasr matthiasr released this 06 May 10:30
3562773

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

Choose a tag to compare

@matthiasr matthiasr released this 28 Apr 14:17
dd40bf4

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

Choose a tag to compare

@matthiasr matthiasr released this 22 Apr 10:01
7a8ac2b

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

0.13.1 / 2022-03-08

Choose a tag to compare

@matthiasr matthiasr released this 08 Mar 10:09
977b79e
  • Fix the Docker Image build (#402)

0.13.0 / 2022-03-03

Choose a tag to compare

@matthiasr matthiasr released this 03 Mar 16:01
bf014f9
  • 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

Choose a tag to compare

@matthiasr matthiasr released this 14 Dec 12:05
5fb734f

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

Choose a tag to compare

@matthiasr matthiasr released this 03 Dec 16:34
7c93e9a

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.