From d9b71d02d20f79323153d7ec6f23c68518729d5a Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Tue, 27 Jul 2021 12:29:02 -0400 Subject: [PATCH] Add CHANGELOG for 1.23.2 Signed-off-by: Kingdon Barrett --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfdd12bb1..9bd70936d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ > requests](https://github.com/fluxcd/toolkit/discussions) for Flux v2 > and Toolkit components. +## 1.23.2 (2021-08-04) + +This patch release addresses some error cases that may be encountered when an +AWS ECR repo is used together with Image Update Automation, but the AWS API for +Instance Metadata is unavailable, or when it has been purposefully blocked. + +### Fixes + +- Skip AWS Metadata API pre-flight check when regions are passed via config [fluxcd/flux#3485][] + +### Thanks + +Thanks to @hiddeco, @evq, @squaremo, @pbn4, @admssa, @renanqts, @jclynny, @sureshamk, @jayvie, and @gonzalobarbitta for their contributions to this release. + +[fluxcd/flux#3485]: https://github.com/fluxcd/flux/pull/3485 + ## 1.23.1 (2021-07-23) This release reverts a breaking change reported in [fluxcd/flux#3500][], caused