From f597a4146b760628c4d7538dc61f253115ae356c Mon Sep 17 00:00:00 2001 From: Cristian Greco Date: Thu, 27 Oct 2022 12:28:02 +0100 Subject: [PATCH] Prepare changelog for v0.41.0-alpha. (#701) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb302b87f..5b2ed64c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0.41.0-alpha + +* Clean up unused variables. (@cristiangreco) +* Fix typo: sts-endpoint should be sts-region. (@cristiangreco) +* Enabled Managed prometheus metrics (@datsabk) +* Add support for AWS Kafka Connect (@cgowthaman) +* Import CloudWatch mixin. (@jeschkies) +* main.go refactoring: define cmd action as a separate func. (@cristiangreco) +* Add support for EMR Serverless (@cgowthaman) + # 0.40.0-alpha * Fix typo in Charts.yml (@yasharne) * Subcommand `verify-config` actually validates the config file. (@cristiangreco)