|
2 | 2 |
|
3 | 3 | All notable changes to this project are documented in this file. |
4 | 4 |
|
| 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 | + |
5 | 44 | ## 2.0.3 |
6 | 45 |
|
7 | 46 | **Release date:** 2025-11-19 |
|
0 commit comments