From 8960ff1e8a86f61dc3c04bedfc2477c2acdfe5b3 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Tue, 30 Jun 2026 12:36:50 +0100 Subject: [PATCH 1/2] Add changelog entry for v1.9.1 Signed-off-by: Matheus Pimenta --- 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 From b091fb674d41065deebc36821ddcafb317d90966 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Tue, 30 Jun 2026 12:36:50 +0100 Subject: [PATCH 2/2] Release v1.9.1 Signed-off-by: Matheus Pimenta --- config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 2f81fd6b6..0397acafe 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/notification-controller newName: fluxcd/notification-controller - newTag: v1.9.0 + newTag: v1.9.1 diff --git a/go.mod b/go.mod index 32bb97498..bca681c64 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/coreos/go-oidc/v3 v3.18.0 github.com/elazarl/goproxy v1.8.4 github.com/fluxcd/cli-utils v1.2.2 - github.com/fluxcd/notification-controller/api v1.9.0 + github.com/fluxcd/notification-controller/api v1.9.1 github.com/fluxcd/pkg/apis/event v0.27.1 github.com/fluxcd/pkg/apis/meta v1.30.1 github.com/fluxcd/pkg/auth v0.54.1