From 46e4b345668039a6ce10a9caf86a5723184e0192 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Thu, 12 Mar 2026 11:32:18 +0000 Subject: [PATCH 1/2] Add changelog entry for v2.1.1 Signed-off-by: Matheus Pimenta --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d0b4d1..01e72a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project are documented in this file. +## 2.1.1 + +**Release date:** 2026-03-12 + +This patch release comes with dependency updates. + +Improvements: +- Remove no longer needed workaround for Flux 2.8 + [#319](https://github.com/fluxcd/source-watcher/pull/319) +- Update fluxcd/pkg dependencies + [#324](https://github.com/fluxcd/source-watcher/pull/324) + ## 2.1.0 **Release date:** 2026-02-17 From a89529d2929e43fcef25315676dbbff3039c25b4 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Thu, 12 Mar 2026 11:36:12 +0000 Subject: [PATCH 2/2] Release v2.1.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 13ed1cb..b79fcf0 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/source-watcher newName: fluxcd/source-watcher - newTag: v2.1.0 + newTag: v2.1.1 diff --git a/go.mod b/go.mod index f2ad595..85d7797 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/fluxcd/pkg/tar v0.17.0 github.com/fluxcd/pkg/testserver v0.13.0 github.com/fluxcd/source-controller/api v1.8.0 - github.com/fluxcd/source-watcher/api/v2 v2.1.0 + github.com/fluxcd/source-watcher/api/v2 v2.1.1 github.com/onsi/gomega v1.39.1 github.com/opencontainers/go-digest v1.0.0 github.com/spf13/pflag v1.0.10