File tree Expand file tree Collapse file tree 4 files changed +23
-4
lines changed Expand file tree Collapse file tree 4 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.15.0
4
+
5
+ ** Release date:** 2022-01-10
6
+
7
+ This prerelease comes with an update to the Kubernetes and controller-runtime dependencies
8
+ to align them with the Kubernetes 1.23 release, including an update of Helm to ` v3.7.2 ` .
9
+
10
+ In addition, the controller is now built with Go 1.17 and Alpine 3.15.
11
+
12
+ Improvements:
13
+ - Update Go to v1.17
14
+ [ #348 ] ( https://github.com/fluxcd/helm-controller/pull/348 )
15
+ - Update Helm to v3.7.2
16
+ [ #380 ] ( https://github.com/fluxcd/helm-controller/pull/380 )
17
+
18
+ Fixes:
19
+ - Fix inconsistent code-style raised at security audit
20
+ [ #386 ] ( https://github.com/fluxcd/helm-controller/pull/386 )
21
+
3
22
## 0.14.1
4
23
5
24
** Release date:** 2021-12-09
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
namespace : helm-system
4
4
resources :
5
- - https://github.com/fluxcd/source-controller/releases/download/v0.19.2 /source-controller.crds.yaml
6
- - https://github.com/fluxcd/source-controller/releases/download/v0.19.2 /source-controller.deployment.yaml
5
+ - https://github.com/fluxcd/source-controller/releases/download/v0.20.1 /source-controller.crds.yaml
6
+ - https://github.com/fluxcd/source-controller/releases/download/v0.20.1 /source-controller.deployment.yaml
7
7
- ../crd
8
8
- ../rbac
9
9
- ../manager
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.14.1
8
+ newTag : v0.15.0
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.14.1
8
+ github.com/fluxcd/helm-controller/api v0.15.0
9
9
github.com/fluxcd/pkg/apis/kustomize v0.3.1
10
10
github.com/fluxcd/pkg/apis/meta v0.10.2
11
11
github.com/fluxcd/pkg/runtime v0.12.3
You can’t perform that action at this time.
0 commit comments