Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project are documented in this file.

## 2.0.3

**Release date:** 2025-11-19

This patch release comes with various dependency updates.

Improvements:
- Upgrade k8s to 1.34.2 and c-r to 0.22.4
[#292](https://github.com/fluxcd/source-watcher/pull/292)

## 2.0.2

**Release date:** 2025-10-08
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-watcher
newName: fluxcd/source-watcher
newTag: v2.0.2
newTag: v2.0.3
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/fluxcd/pkg/tar v0.16.0
github.com/fluxcd/pkg/testserver v0.13.0
github.com/fluxcd/source-controller/api v1.7.2
github.com/fluxcd/source-watcher/api/v2 v2.0.2
github.com/fluxcd/source-watcher/api/v2 v2.0.3
github.com/onsi/gomega v1.38.2
github.com/opencontainers/go-digest v1.0.0
github.com/spf13/pflag v1.0.10
Expand Down