Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## 2.2.2

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

This patch release disables Flux variable substitution on the ArtifactGenerator
CRD. The CRD is now annotated with
`kustomize.toolkit.fluxcd.io/substitute: disabled` so that Kustomizations with
post-build substitution enabled no longer corrupt the CRD schema when it
contains `${...}` sequences.

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

## 2.2.1

**Release date:** 2026-06-30
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-watcher
newName: fluxcd/source-watcher
newTag: v2.2.1
newTag: v2.2.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/fluxcd/pkg/tar v1.2.0
github.com/fluxcd/pkg/testserver v0.14.0
github.com/fluxcd/source-controller/api v1.9.0
github.com/fluxcd/source-watcher/api/v2 v2.2.1
github.com/fluxcd/source-watcher/api/v2 v2.2.2
github.com/onsi/gomega v1.42.1
github.com/opencontainers/go-digest v1.0.0
github.com/spf13/pflag v1.0.10
Expand Down