Skip to content
Merged
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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading