Skip to content

Commit

Permalink
Merge pull request #769 from fluxcd/release-0.31.0
Browse files Browse the repository at this point in the history
Release v0.31.0
  • Loading branch information
stefanprodan authored Nov 18, 2022
2 parents 8fc3c72 + fb27853 commit ee8c46a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@

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

## 0.31.0

**Release date:** 2022-11-18

This prerelease comes with improvements to the manifests
generation component. The Kustomize overlay build logic has been
factored out into `github.com/fluxcd/pkg/kustomize` so that both
the controller and the Flux CLI (`flux buid kustomization`)
share the same code base.

In addition, the controller dependencies have been updated to
Kubernetes v1.25.4 and controller-runtime v0.13.1.
The Azure Vault SDK used for secrets decryption has been updated
to match the latest stable release form upstream.

Improvements:
- Refactor: Generate manifests with `flux/pkg/kustomize`
[#763](https://github.com/fluxcd/kustomize-controller/pull/763)
- Update `keyvault/azkeys` Azure SDK to v0.9.0
[#759](https://github.com/fluxcd/kustomize-controller/pull/759)
- Update Source API to v0.32.1
[#768](https://github.com/fluxcd/kustomize-controller/pull/768)
- Update dependencies
[#767](https://github.com/fluxcd/kustomize-controller/pull/767)
- Use Flux Event API v1beta1
[#758](https://github.com/fluxcd/kustomize-controller/pull/758)
- build: Bump gpg to alpine's edge
[#760](https://github.com/fluxcd/kustomize-controller/pull/760)
- build: Remove nsswitch.conf creation
[#765](https://github.com/fluxcd/kustomize-controller/pull/765)

Fixes:
- Don't override the reconcile error on status patching
[#761](https://github.com/fluxcd/kustomize-controller/pull/761)

## 0.30.0

**Release date:** 2022-10-21
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.30.0
newTag: v0.31.0
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/aws/aws-sdk-go-v2/service/sts v1.17.4
github.com/cyphar/filepath-securejoin v0.2.3
github.com/dimchansky/utfbom v1.1.1
github.com/fluxcd/kustomize-controller/api v0.30.0
github.com/fluxcd/kustomize-controller/api v0.31.0
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.2.0
github.com/fluxcd/pkg/apis/kustomize v0.7.0
Expand Down

0 comments on commit ee8c46a

Please sign in to comment.