Skip to content

Commit

Permalink
Merge pull request #815 from fluxcd/releaase-0.35.1
Browse files Browse the repository at this point in the history
Release v0.35.1
  • Loading branch information
stefanprodan authored Mar 20, 2023
2 parents 36ac0d3 + 08a2456 commit 31534d9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## 0.35.1

**Release date:** 2023-03-20

This prerelease comes with a fix to error reporting.
The controller will now reveal validation errors when force applying
resources with immutable field changes.

In addition, the controller dependencies have been updated to their latest
versions.

Improvements:
- Update dependencies
[#814](https://github.com/fluxcd/kustomize-controller/pull/814)

## 0.35.0

**Release date:** 2023-03-08
Expand All @@ -15,9 +30,7 @@ This may have a positive impact on memory usage on large clusters with many
objects, at the cost of an increased number of API calls.

In addition, `klog` has been configured to log using the same logger as the
rest of the controller (providing a consistent log format), and the controller
will reveal validation errors when force applying resources with immutable field
changes.
rest of the controller (providing a consistent log format).

Lastly, the controller is now built using Go `1.20`, and the dependencies have
been updated to their latest versions.
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.35.0
newTag: v0.35.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/aws/aws-sdk-go-v2/service/sts v1.18.6
github.com/cyphar/filepath-securejoin v0.2.3
github.com/dimchansky/utfbom v1.1.1
github.com/fluxcd/kustomize-controller/api v0.35.0
github.com/fluxcd/kustomize-controller/api v0.35.1
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.4.1
github.com/fluxcd/pkg/apis/kustomize v0.8.1
Expand Down

0 comments on commit 31534d9

Please sign in to comment.