Skip to content

Commit 7ae44b3

Browse files
authored
Merge pull request #196 from fluxcd/release-v0.5.2
Release v0.5.2
2 parents 6c0410b + c85b99b commit 7ae44b3

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3-
All notable changes to this project are documented in this file.
3+
## 0.5.2
4+
5+
**Release date:** 2021-01-18
6+
7+
This prerelease comes with updates to Kubernetes and Helm dependencies.
8+
The Kubernetes packages were updated to `v1.20.2` and Helm to `v3.5.0`.
49

510
## 0.5.1
611

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.5.1
8+
newTag: v0.5.2

go.mod

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

77
require (
8-
github.com/fluxcd/helm-controller/api v0.5.1
8+
github.com/fluxcd/helm-controller/api v0.5.2
99
github.com/fluxcd/pkg/apis/meta v0.6.0
1010
github.com/fluxcd/pkg/runtime v0.6.2
1111
github.com/fluxcd/source-controller/api v0.6.2

0 commit comments

Comments
 (0)