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
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## 1.9.2

**Release date:** 2026-07-07

This patch release disables Flux variable substitution on the source-controller
CRDs by annotating them with `kustomize.toolkit.fluxcd.io/substitute: disabled`,
so that Kustomizations with post-build substitution enabled no longer corrupt
the CRD schemas when they contain `${...}` sequences. It also caches the
registry authorization token during Notation verification, so the token is
fetched once per verification instead of once per request, reducing
token-endpoint traffic against the registry.

Fixes:
- Disable variable substitution in CRDs
[#2103](https://github.com/fluxcd/source-controller/pull/2103)

Improvements:
- Cache registry token during Notation verification
[#2105](https://github.com/fluxcd/source-controller/pull/2105)

## 1.9.1

**Release date:** 2026-06-30
Expand Down
Loading