From 0c4b44332f5ef4766bc34bc00015103c68c266f0 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Wed, 19 Nov 2025 11:43:15 +0000 Subject: [PATCH] Add changelog entry for v1.7.3 Signed-off-by: Matheus Pimenta (cherry picked from commit fb09f97b09d80b3053e50cfc07f4d7da5cf8a325) --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aed2ebef..2bde8239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project are documented in this file. +## 1.7.3 + +**Release date:** 2025-11-19 + +This patch release comes with a series of bug fixes, including +Azure Workload Identity in Azure China Cloud. It also adds a +feature gate to disable the ConfigMap and Secret watchers, +`DisableConfigWatchers`. + +Fixes: +- Fix: skip trying to decrypt remote patches as local + [#1548](https://github.com/fluxcd/kustomize-controller/pull/1548) +- Add GVK to error message + [#1547](https://github.com/fluxcd/kustomize-controller/pull/1547) + +Improvements: +- Add feature gate for disabling config watchers + [#1553](https://github.com/fluxcd/kustomize-controller/pull/1553) +- Upgrade k8s to 1.34.2 and c-r to 0.22.4 + [#1551](https://github.com/fluxcd/kustomize-controller/pull/1551) + ## 1.7.2 **Release date:** 2025-10-28