File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 1.9.2
6+
7+ ** Release date:** 2026-07-07
8+
9+ This patch release disables Flux variable substitution on the source-controller
10+ CRDs by annotating them with ` kustomize.toolkit.fluxcd.io/substitute: disabled ` ,
11+ so that Kustomizations with post-build substitution enabled no longer corrupt
12+ the CRD schemas when they contain ` ${...} ` sequences. It also caches the
13+ registry authorization token during Notation verification, so the token is
14+ fetched once per verification instead of once per request, reducing
15+ token-endpoint traffic against the registry.
16+
17+ Fixes:
18+ - Disable variable substitution in CRDs
19+ [ #2103 ] ( https://github.com/fluxcd/source-controller/pull/2103 )
20+
21+ Improvements:
22+ - Cache registry token during Notation verification
23+ [ #2105 ] ( https://github.com/fluxcd/source-controller/pull/2105 )
24+
525## 1.9.1
626
727** Release date:** 2026-06-30
You can’t perform that action at this time.
0 commit comments