From 687d979e1454b1e460bc8417cf0dd82bb8b7010c Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Tue, 30 Jun 2026 12:36:50 +0100 Subject: [PATCH] Add changelog entry for v1.9.1 Signed-off-by: Matheus Pimenta (cherry picked from commit 8960ff1e8a86f61dc3c04bedfc2477c2acdfe5b3) --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d1079c9c..b798996a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project are documented in this file. +## 1.9.1 + +**Release date:** 2026-06-30 + +This patch release updates Kubernetes to 1.36.2 and the fluxcd/pkg dependencies, +adds kubectl categories to the notification CRDs and documents the controller's +command-line options. + +Improvements: +- Add categories to notification CRDs + [#1335](https://github.com/fluxcd/notification-controller/pull/1335) +- Document controller options + [#1338](https://github.com/fluxcd/notification-controller/pull/1338) +- Update fluxcd/pkg dependencies + [#1336](https://github.com/fluxcd/notification-controller/pull/1336) + ## 1.9.0 **Release date:** 2026-06-19