File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.16.0
6+
7+ ** Release date:** 2021-10-08
8+
9+ This prerelease improves the configuration of the ` libgit2 ` C library, solving
10+ most issues around private key formats (e.g. PKCS #8 and ED25519) by ensuring
11+ it is linked against OpenSSL and LibSSH2.
12+
13+ In addition, the ` HelmChart ` resource does now allow setting a ` ReconcileStrategy `
14+ to define when a new artifact for a chart should be created for charts from
15+ ` Bucket ` and ` GitRepository ` sources. By setting this to ` Revision ` , you no
16+ longer have to bump the version in the ` Chart.yaml ` file, but a new chart will
17+ automatically be made available when the revision of the Source changes.
18+
19+ Fixes:
20+ * Update containerd and runc to fix CVEs
21+ [ #446 ] ( https://github.com/fluxcd/source-controller/pull/446 )
22+
23+ Improvements:
24+ * Add reconcile strategy for HelmCharts
25+ [ #308 ] ( https://github.com/fluxcd/source-controller/pull/308 )
26+ * Update github.com/libgit2/git2go to v31.6.1
27+ [ #437 ] ( https://github.com/fluxcd/source-controller/pull/437 )
28+
529## 0.15.4
630
731** Release date:** 2021-08-05
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77- name : fluxcd/source-controller
88 newName : fluxcd/source-controller
9- newTag : v0.15.4
9+ newTag : v0.16.0
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
1616 github.com/fluxcd/pkg/ssh v0.1.0
1717 github.com/fluxcd/pkg/untar v0.1.0
1818 github.com/fluxcd/pkg/version v0.1.0
19- github.com/fluxcd/source-controller/api v0.15.4
19+ github.com/fluxcd/source-controller/api v0.16.0
2020 github.com/go-git/go-billy/v5 v5.3.1
2121 github.com/go-git/go-git/v5 v5.4.2
2222 github.com/go-logr/logr v0.4.0
You can’t perform that action at this time.
0 commit comments