From ad79044de09473fafa218d7c7165464601eb0e09 Mon Sep 17 00:00:00 2001 From: Cristian Greco Date: Thu, 7 Mar 2024 11:42:31 +0100 Subject: [PATCH] Changelog for 0.57.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c4c8b37..4ac8a6c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,28 @@ Refactoring: **Full Changelog**: https://github.com/... +# 0.57.1 + +**Important news and breaking changes** + +* Reverted a change from 0.57.0 to fix scraping of ApiGateway resources. + +**Bugfixes and features** + +Bugs: +* ApiGateway: bugfix to restore FilterFunc for correct mapping of resources by @cristiangreco + +**Dependencies** + +## What's Changed +* Bump github.com/aws/aws-sdk-go from 1.50.26 to 1.50.30 +* Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 +* Bump github.com/prometheus/common from 0.48.0 to 0.49.0 +* Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 +* Bump the aws-sdk-v2 group + +**Full Changelog**: https://github.com/nerdswords/yet-another-cloudwatch-exporter/compare/v0.57.0...v0.57.1 + # v0.57.0 **Important news and breaking changes**