Skip to content

Commit 64f0cf0

Browse files
authored
Merge pull request #447 from fluxcd/release-v0.16.0
Release v0.16.0
2 parents d382eca + 7cc6124 commit 64f0cf0

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

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

33
All 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

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-controller
88
newName: fluxcd/source-controller
9-
newTag: v0.15.4
9+
newTag: v0.16.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)