From da6318c22e664148d60efe6167c53b8b9b8eeee0 Mon Sep 17 00:00:00 2001 From: Sunny Date: Thu, 14 Dec 2023 13:58:54 +0000 Subject: [PATCH] Add changelog entry for v1.2.1 Signed-off-by: Sunny (cherry picked from commit 240fb6d213843f3d8c176018d583d623244ab949) --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45bac2f..971cb4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project are documented in this file. +## 1.2.1 + +**Release date:** 2023-12-14 + +This patch release comes with improvements in logging to provide faster feedback +on any HTTP errors encountered while fetching source artifacts. + +In addition, the status condition messages are now trimmed to respect the size +limit defined by the API. + +Improvements: +- Update runtime to v0.43.3 + [#1031](https://github.com/fluxcd/kustomize-controller/pull/1031) +- Log HTTP errors to provide faster feedback + [#1028](https://github.com/fluxcd/kustomize-controller/pull/1028) + ## 1.2.0 **Release date:** 2023-12-11