|
2 | 2 |
|
3 | 3 | All notable changes to this project are documented in this file.
|
4 | 4 |
|
| 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 | + |
5 | 45 | ## 1.2.1
|
6 | 46 |
|
7 | 47 | **Release date:** 2023-12-14
|
|
0 commit comments