Skip to content

Commit f1c72ad

Browse files
authored
Merge pull request #451 from fluxcd/release-v0.18.2
2 parents 4acde82 + a90c831 commit f1c72ad

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

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+
316
## 0.18.1
417

518
**Release date:** 2022-03-23

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.18.1
8+
newTag: v0.18.2

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.18.1
8+
github.com/fluxcd/helm-controller/api v0.18.2
99
github.com/fluxcd/pkg/apis/acl v0.0.3
1010
github.com/fluxcd/pkg/apis/kustomize v0.3.2
1111
github.com/fluxcd/pkg/apis/meta v0.12.1

0 commit comments

Comments
 (0)