File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.11.1
4
+
5
+ ** Release date:** 2021-06-18
6
+
7
+ This prerelease updates Helm to ` v3.6.1 ` , this is a security update which has
8
+ no impact as transport is handled by the source-controller. For more details
9
+ please see the [ source-controller ` v0.15.1 `
10
+ changelog] ( https://github.com/fluxcd/source-controller/blob/v0.15.1/CHANGELOG.md ) .
11
+
12
+ Improvements:
13
+ * Update Helm and source-controller
14
+ [ #277 ] ( https://github.com/fluxcd/helm-controller/pull/277 )
15
+ * Panic on non-nil AddToScheme errors in main init
16
+ [ #278 ] ( https://github.com/fluxcd/helm-controller/pull/278 )
17
+
3
18
## 0.11.0
4
19
5
20
** Release date:** 2021-06-09
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/helm-controller
7
7
newName : fluxcd/helm-controller
8
- newTag : v0.11.0
8
+ newTag : v0.11.1
Original file line number Diff line number Diff line change 5
5
replace github.com/fluxcd/helm-controller/api => ./api
6
6
7
7
require (
8
- github.com/fluxcd/helm-controller/api v0.11.0
8
+ github.com/fluxcd/helm-controller/api v0.11.1
9
9
github.com/fluxcd/pkg/apis/kustomize v0.1.0
10
10
github.com/fluxcd/pkg/apis/meta v0.10.0
11
11
github.com/fluxcd/pkg/runtime v0.12.0
You can’t perform that action at this time.
0 commit comments