Skip to content

Commit c953b5b

Browse files
committed
Add changelog entry for v1.9.2
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com> (cherry picked from commit a0439ef)
1 parent 39b711b commit c953b5b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All 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

0 commit comments

Comments
 (0)