File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.18.2
4
+
5
+ ** Release date:** 2022-03-25
6
+
7
+ This prerelease updates the source-controller and Kustomize dependencies to
8
+ their latest versions.
9
+
10
+ Improvements:
11
+ - Update Kustomize to v4.5.3
12
+ [ #449 ] ( https://github.com/fluxcd/helm-controller/pull/449 )
13
+ - Update source-controller API to v0.22.3
14
+ [ #450 ] ( https://github.com/fluxcd/helm-controller/pull/450 )
15
+
3
16
## 0.18.1
4
17
5
18
** Release date:** 2022-03-23
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.18.1
8
+ newTag : v0.18.2
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.18.1
8
+ github.com/fluxcd/helm-controller/api v0.18.2
9
9
github.com/fluxcd/pkg/apis/acl v0.0.3
10
10
github.com/fluxcd/pkg/apis/kustomize v0.3.2
11
11
github.com/fluxcd/pkg/apis/meta v0.12.1
You can’t perform that action at this time.
0 commit comments