Skip to content

Commit 497897f

Browse files
committed
Add changelog entry for v2.1.0
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
1 parent ba2aea4 commit 497897f

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
22

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

5+
## 2.1.0
6+
7+
**Release date:** 2026-02-17
8+
9+
This minor release comes with new ArtifactGenerator sources and various
10+
improvements.
11+
12+
### ArtifactGenerator
13+
14+
The `ArtifactGenerator` now supports `HelmChart` and `ExternalArtifact`
15+
as source kinds, and copy operations have been extended with tarball
16+
extraction capabilities.
17+
18+
A `DirectSourceFetch` feature gate has been added to bypass cache for
19+
source objects.
20+
21+
The reconciler now emits GitOps Toolkit events for artifact changes.
22+
23+
### General updates
24+
25+
In addition, the Kubernetes dependencies have been updated to v1.35.0 and
26+
the controller is now built with Go 1.26.
27+
28+
Improvements:
29+
- Add HelmChart support
30+
[#297](https://github.com/fluxcd/source-watcher/pull/297)
31+
- Add support for using ExternalArtifact as an ArtifactGenerator source
32+
[#300](https://github.com/fluxcd/source-watcher/pull/300)
33+
- Extend copy operations with tarball extraction capabilities
34+
[#302](https://github.com/fluxcd/source-watcher/pull/302)
35+
- Adds GitOps Toolkit EventRecorder to ArtifactGenerator reconciler
36+
[#310](https://github.com/fluxcd/source-watcher/pull/310)
37+
- Add `DirectSourceFetch` feature gate to bypass cache for source objects
38+
[#314](https://github.com/fluxcd/source-watcher/pull/314)
39+
- Various dependency updates
40+
[#308](https://github.com/fluxcd/source-watcher/pull/308)
41+
[#313](https://github.com/fluxcd/source-watcher/pull/313)
42+
[#315](https://github.com/fluxcd/source-watcher/pull/315)
43+
544
## 2.0.3
645

746
**Release date:** 2025-11-19

0 commit comments

Comments
 (0)