Skip to content

Commit 38cf78c

Browse files
authored
Merge pull request #2107 from fluxcd/release-v1.9.2
Release v1.9.2
2 parents c4adb7f + 43ebe98 commit 38cf78c

3 files changed

Lines changed: 22 additions & 2 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

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v1.9.1
9+
newTag: v1.9.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ require (
3939
github.com/fluxcd/pkg/tar v1.2.0
4040
github.com/fluxcd/pkg/testserver v0.14.0
4141
github.com/fluxcd/pkg/version v0.16.0
42-
github.com/fluxcd/source-controller/api v1.9.1
42+
github.com/fluxcd/source-controller/api v1.9.2
4343
github.com/go-git/go-billy/v5 v5.9.0
4444
github.com/go-git/go-git/v5 v5.19.1
4545
github.com/go-logr/logr v1.4.3

0 commit comments

Comments
 (0)