From a101f7a9d23836c9789e00d0dd0cf512873fc2b7 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Tue, 30 Jun 2026 13:16:00 +0100 Subject: [PATCH] Add changelog entry for v2.2.1 Signed-off-by: Matheus Pimenta (cherry picked from commit 4e8c81fe1504c414ca48e23eb367abe3beae555b) --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09c689c..979ed7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project are documented in this file. +## 2.2.1 + +**Release date:** 2026-06-30 + +This patch release fixes the sharding flags not being honored, so that +source-watcher correctly restricts reconciliation to the objects matching its +configured shard. It also updates Kubernetes to 1.36.2 and the fluxcd/pkg +dependencies, adds kubectl categories to the ArtifactGenerator CRD and documents +the controller's command-line options. + +Fixes: +- Fix sharding flags not being honored + [#353](https://github.com/fluxcd/source-watcher/pull/353) + +Improvements: +- Add categories to the ArtifactGenerator CRD + [#352](https://github.com/fluxcd/source-watcher/pull/352) +- Document controller options + [#357](https://github.com/fluxcd/source-watcher/pull/357) +- Update fluxcd/pkg dependencies + [#356](https://github.com/fluxcd/source-watcher/pull/356) + ## 2.2.0 **Release date:** 2026-06-24