Skip to content

Commit

Permalink
Merge pull request #781 from fluxcd/release-v0.32.0
Browse files Browse the repository at this point in the history
Release v0.32.0
  • Loading branch information
stefanprodan authored Dec 20, 2022
2 parents 862cf51 + b7c4691 commit 803349d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 6 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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

## 0.32.0

**Release date:** 2022-12-20

This prerelease comes with experimental support for
[Kustomize components](https://github.com/fluxcd/kustomize-controller/blob/v0.32.0/docs/spec/v1beta2/kustomization.md#components).

In addition, the AWS and Google Cloud KMS dependencies have been updated
to match the latest stable release from upstream.

Improvements:
- Add support for Kustomize components
[#754](https://github.com/fluxcd/kustomize-controller/pull/754)
- Update dependencies
[#780](https://github.com/fluxcd/kustomize-controller/pull/780)
- Document the behaviour of atomic fields with server-side apply
[#774](https://github.com/fluxcd/kustomize-controller/pull/774)
- fuzz: Use build script from upstream and fix fuzzers
[#777](https://github.com/fluxcd/kustomize-controller/pull/777)
- build: Fix cifuzz tests and improve fuzz tests' reliability
[#771](https://github.com/fluxcd/kustomize-controller/pull/771)
- build: update dockertest to Go Mod compatible v3
[#776](https://github.com/fluxcd/kustomize-controller/pull/776)

## 0.31.0

**Release date:** 2022-11-18
Expand All @@ -15,7 +39,7 @@ 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.
to match the latest stable release from upstream.

Improvements:
- Refactor: Generate manifests with `flux/pkg/kustomize`
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.31.0
newTag: v0.32.0
6 changes: 3 additions & 3 deletions docs/spec/v1beta2/kustomization.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,10 +679,10 @@ spec:
- tls
```

**Note:** The component paths must be local and relative.
**Note:** The component paths must be local and relative to the source root.

**Warning:** Components are a alpha feature in Kustomize and are therefore
considered experimental in Flux. No guarantees are provided and the feature may
**Warning:** Components are an alpha feature in Kustomize and are therefore
considered experimental in Flux. No guarantees are provided as the feature may
be modified in backwards incompatible ways or removed without warning.

## Variable substitution
Expand Down
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.7
github.com/cyphar/filepath-securejoin v0.2.3
github.com/dimchansky/utfbom v1.1.1
github.com/fluxcd/kustomize-controller/api v0.31.0
github.com/fluxcd/kustomize-controller/api v0.32.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 803349d

Please sign in to comment.