Skip to content

Commit f279ada

Browse files
authored
Merge pull request #262 from fluxcd/release-v2.0.0
Release v2.0.0
2 parents ba35ccf + 013a704 commit f279ada

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
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)

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-watcher
88
newName: fluxcd/source-watcher
9-
newTag: v2.0.0-rc.2
9+
newTag: v2.0.0

0 commit comments

Comments
 (0)