Skip to content

Commit

Permalink
Merge pull request #715 from fluxcd/release-v0.27.1
Browse files Browse the repository at this point in the history
Release v0.27.1
  • Loading branch information
stefanprodan authored Aug 29, 2022
2 parents 7e9063f + d8027a6 commit 11f0378
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## 0.27.1

**Release date:** 2022-08-29

This prerelease comes with panic recovery, to protect the controller from crashing when reconciliations lead to a crash.

In addition, the controller dependencies have been updated to Kubernetes v1.25.0.

Improvements:
- Enable RecoverPanic option on reconciler
[#708](https://github.com/fluxcd/kustomize-controller/pull/708)
- Update Kubernetes packages to v1.25.0
[#714](https://github.com/fluxcd/kustomize-controller/pull/714)
- Add file path to sops decryption errors
[#706](https://github.com/fluxcd/kustomize-controller/pull/706)
- Update doc on target namespace
[#712](https://github.com/fluxcd/kustomize-controller/pull/712)

## 0.27.0

**Release date:** 2022-08-08
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.27.0
newTag: v0.27.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/cyphar/filepath-securejoin v0.2.3
github.com/dimchansky/utfbom v1.1.1
github.com/drone/envsubst v1.0.3
github.com/fluxcd/kustomize-controller/api v0.27.0
github.com/fluxcd/kustomize-controller/api v0.27.1
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/kustomize v0.5.0
github.com/fluxcd/pkg/apis/meta v0.15.0
Expand Down

0 comments on commit 11f0378

Please sign in to comment.