Skip to content

Commit

Permalink
Merge pull request #222 from fluxcd/release-v0.5.3
Browse files Browse the repository at this point in the history
Release v0.5.3
  • Loading branch information
stefanprodan authored Dec 18, 2020
2 parents f0a3147 + 73611c9 commit 072cd12
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## 0.5.3

**Release date:** 2020-12-18

This prerelease comes with improvements to health reporting.

Improvements:
* Emit healthcheck event when Kustomization was not ready
[#219](https://github.com/fluxcd/kustomize-controller/pull/219)
* Add debug logs to garbage collection
[#218](https://github.com/fluxcd/kustomize-controller/pull/218)
* Add SOPS user error to logs
[#220](https://github.com/fluxcd/kustomize-controller/pull/220)

## 0.5.2

**Release date:** 2020-12-16
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/kustomize-controller
newName: fluxcd/kustomize-controller
newTag: v0.5.2
newTag: v0.5.3
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/fluxcd/kustomize-controller/api => ./api

require (
github.com/cyphar/filepath-securejoin v0.2.2
github.com/fluxcd/kustomize-controller/api v0.5.2
github.com/fluxcd/kustomize-controller/api v0.5.3
github.com/fluxcd/pkg/apis/meta v0.5.0
github.com/fluxcd/pkg/runtime v0.4.0
github.com/fluxcd/pkg/testserver v0.0.2
Expand Down

0 comments on commit 072cd12

Please sign in to comment.