Skip to content

Commit 072cd12

Browse files
authored
Merge pull request #222 from fluxcd/release-v0.5.3
Release v0.5.3
2 parents f0a3147 + 73611c9 commit 072cd12

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 0.5.3
6+
7+
**Release date:** 2020-12-18
8+
9+
This prerelease comes with improvements to health reporting.
10+
11+
Improvements:
12+
* Emit healthcheck event when Kustomization was not ready
13+
[#219](https://github.com/fluxcd/kustomize-controller/pull/219)
14+
* Add debug logs to garbage collection
15+
[#218](https://github.com/fluxcd/kustomize-controller/pull/218)
16+
* Add SOPS user error to logs
17+
[#220](https://github.com/fluxcd/kustomize-controller/pull/220)
18+
519
## 0.5.2
620

721
**Release date:** 2020-12-16

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/kustomize-controller
77
newName: fluxcd/kustomize-controller
8-
newTag: v0.5.2
8+
newTag: v0.5.3

go.mod

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

77
require (
88
github.com/cyphar/filepath-securejoin v0.2.2
9-
github.com/fluxcd/kustomize-controller/api v0.5.2
9+
github.com/fluxcd/kustomize-controller/api v0.5.3
1010
github.com/fluxcd/pkg/apis/meta v0.5.0
1111
github.com/fluxcd/pkg/runtime v0.4.0
1212
github.com/fluxcd/pkg/testserver v0.0.2

0 commit comments

Comments
 (0)