Skip to content

Commit 32f0c07

Browse files
authored
Merge pull request #389 from fluxcd/release-v0.15.0
Release v0.15.0
2 parents 5303093 + a75c4a0 commit 32f0c07

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

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+
322
## 0.14.1
423

524
**Release date:** 2021-12-09

config/default/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
namespace: helm-system
44
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
77
- ../crd
88
- ../rbac
99
- ../manager

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/helm-controller
77
newName: fluxcd/helm-controller
8-
newTag: v0.14.1
8+
newTag: v0.15.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55
replace github.com/fluxcd/helm-controller/api => ./api
66

77
require (
8-
github.com/fluxcd/helm-controller/api v0.14.1
8+
github.com/fluxcd/helm-controller/api v0.15.0
99
github.com/fluxcd/pkg/apis/kustomize v0.3.1
1010
github.com/fluxcd/pkg/apis/meta v0.10.2
1111
github.com/fluxcd/pkg/runtime v0.12.3

0 commit comments

Comments
 (0)