Skip to content

Commit 4de0503

Browse files
authored
Merge pull request #1078 from fluxcd/pick-changelog-v1.2.2
Add changelog entry for v1.2.2
2 parents b51dd32 + 68cae5d commit 4de0503

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
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

0 commit comments

Comments
 (0)