Skip to content

Commit

Permalink
Merge pull request #586 from fluxcd/release-v0.22.0
Browse files Browse the repository at this point in the history
Release v0.22.0
  • Loading branch information
stefanprodan authored Mar 21, 2022
2 parents 8883ee3 + c10399d commit 7138ccf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## 0.22.0

**Release date:** 2022-03-21

This prerelease introduces a new annotation `kustomize.toolkit.fluxcd.io/ssa: merge`
for allowing kustomize-controller to patch cluster addons such as CoreDNS without removing
the kubectl managed fields.

In addition, various dependencies where updated to their latest versions, and
the code base was refactored to align with `fluxcd/pkg/runtime` v0.13 release.

Improvements:
- Allow shared ownership of in-cluster objects applied with kubectl
[#581](https://github.com/fluxcd/kustomize-controller/pull/581)
- Update `pkg/runtime` and `apis/meta`
[#575](https://github.com/fluxcd/kustomize-controller/pull/575)
- Update dependencies
[#584](https://github.com/fluxcd/kustomize-controller/pull/584)

## 0.21.1

**Release date:** 2022-02-23
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.21.1
newTag: v0.22.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.21.1
github.com/fluxcd/kustomize-controller/api v0.22.0
github.com/fluxcd/pkg/apis/acl v0.0.3
github.com/fluxcd/pkg/apis/kustomize v0.3.2
github.com/fluxcd/pkg/apis/meta v0.12.1
Expand Down

0 comments on commit 7138ccf

Please sign in to comment.