File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project are documented in this file.
4+
5+ ## 2.0.0
6+
7+ ** Release date:** 2025-09-15
8+
9+ This major release marks the addition of source-watcher to the [ Flux] ( https://fluxcd.io ) controller suite.
10+
11+ ### ArtifactGenerator
12+
13+ The [ ArtifactGenerator] ( docs/spec/v1beta1/artifactgenerators.md ) is an extension of Flux APIs
14+ that allows source composition and decomposition.
15+
16+ The ` ArtifactGenerator ` API is currently in ` v1beta1 ` and can be used in production
17+ environments running Flux v2.7 and later with kustomize-controller and helm-controller
18+ configured with ` --feature-gates=ExternalArtifact ` .
19+
20+ Improvements:
21+ - Introduce ArtifactGenerator API
22+ [ #255 ] ( https://github.com/fluxcd/source-watcher/pull/255 )
23+ - Conform with GitOps Toolkit standards
24+ [ #257 ] ( https://github.com/fluxcd/source-watcher/pull/257 )
25+ - Prepare for v2 release
26+ [ #258 ] ( https://github.com/fluxcd/source-watcher/pull/258 )
27+ - Update source-controller API to v1.7.0
28+ [ #261 ] ( https://github.com/fluxcd/source-watcher/pull/261 )
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77 - name : fluxcd/source-watcher
88 newName : fluxcd/source-watcher
9- newTag : v2.0.0-rc.2
9+ newTag : v2.0.0
You can’t perform that action at this time.
0 commit comments