Skip to content

Commit 7a5ae11

Browse files
authored
Merge pull request #1077 from fluxcd/release-v1.2.2
Release v1.2.2
2 parents 115614b + afb9e73 commit 7a5ae11

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22

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

5+
## 1.2.2
6+
7+
**Release date:** 2024-02-01
8+
9+
This patch release comes with various bug fixes and improvements.
10+
11+
Reconciling empty directories and directories without Kubernetes manifests no
12+
longer results in an error. This regressing bug was introduced with the
13+
controller upgrade to Kustomize v5.3 and has been fixed in this patch release.
14+
15+
The regression due to which the namespaced objects without a namespace specified
16+
resulted in `not found` error instead of `namespace not specified` has also been
17+
fixed. And the regression due to which Roles and ClusterRoles were reconciled
18+
over and over due to the normalization of Roles and ClusterRoles has also been
19+
fixed.
20+
21+
In addition, the Kubernetes dependencies have been updated to v1.28.6. Various
22+
other dependencies have also been updated to their latest version to patch
23+
upstream CVEs.
24+
25+
Lastly, the controller is now built with Go 1.21.
26+
27+
Improvements:
28+
- Update Go to 1.21
29+
[#1053](https://github.com/fluxcd/kustomize-controller/pull/1053)
30+
- Various dependency updates
31+
[#1076](https://github.com/fluxcd/kustomize-controller/pull/1076)
32+
[#1074](https://github.com/fluxcd/kustomize-controller/pull/1074)
33+
[#1070](https://github.com/fluxcd/kustomize-controller/pull/1070)
34+
[#1068](https://github.com/fluxcd/kustomize-controller/pull/1068)
35+
[#1065](https://github.com/fluxcd/kustomize-controller/pull/1065)
36+
[#1060](https://github.com/fluxcd/kustomize-controller/pull/1060)
37+
[#1059](https://github.com/fluxcd/kustomize-controller/pull/1059)
38+
[#1051](https://github.com/fluxcd/kustomize-controller/pull/1051)
39+
[#1049](https://github.com/fluxcd/kustomize-controller/pull/1049)
40+
[#1046](https://github.com/fluxcd/kustomize-controller/pull/1046)
41+
[#1044](https://github.com/fluxcd/kustomize-controller/pull/1044)
42+
[#1040](https://github.com/fluxcd/kustomize-controller/pull/1040)
43+
[#1038](https://github.com/fluxcd/kustomize-controller/pull/1038)
44+
545
## 1.2.1
646

747
**Release date:** 2023-12-14

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/kustomize-controller
77
newName: fluxcd/kustomize-controller
8-
newTag: v1.2.1
8+
newTag: v1.2.2

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/cyphar/filepath-securejoin v0.2.4
1818
github.com/dimchansky/utfbom v1.1.1
1919
github.com/fluxcd/cli-utils v0.36.0-flux.3
20-
github.com/fluxcd/kustomize-controller/api v1.2.1
20+
github.com/fluxcd/kustomize-controller/api v1.2.2
2121
github.com/fluxcd/pkg/apis/acl v0.1.0
2222
github.com/fluxcd/pkg/apis/event v0.7.0
2323
github.com/fluxcd/pkg/apis/kustomize v1.3.0

0 commit comments

Comments
 (0)