Skip to content

Commit 9e44fdf

Browse files
committed
Add changelog entry for v2.0.0
Signed-off-by: Stefan Prodan <[email protected]>
1 parent ba35ccf commit 9e44fdf

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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)

0 commit comments

Comments
 (0)