From 6cf95af03751cf1d2385803355cbc4d63eaf71a7 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Wed, 19 Nov 2025 12:05:22 +0000 Subject: [PATCH] Add changelog entry for v1.7.5 Signed-off-by: Matheus Pimenta (cherry picked from commit 5fe79332e2dad3e110e94ba65f9eb386ac7aa70a) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c60d93bf..9bd073f9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project are documented in this file. +## 1.7.5 + +**Release date:** 2025-11-19 + +This patch release fixes Azure Workload Identity in Azure China Cloud +and introduces a feature gate to disable the ConfigMap and Secret watchers, +`DisableConfigWatchers`. + +Improvements: +- Add feature gate for disabling config watchers + [#1212](https://github.com/fluxcd/notification-controller/pull/1212) +- Upgrade k8s to 1.34.2 and c-r to 0.22.4 + [#1209](https://github.com/fluxcd/notification-controller/pull/1209) + ## 1.7.4 **Release date:** 2025-10-28