|
2 | 2 |
|
3 | 3 | All notable changes to this project are documented in this file.
|
4 | 4 |
|
| 5 | +## 1.4.0 |
| 6 | + |
| 7 | +**Release date:** 2024-09-27 |
| 8 | + |
| 9 | +This minor release comes with various bug fixes and improvements. |
| 10 | + |
| 11 | +kustomize-controller in [sharded |
| 12 | +deployment](https://fluxcd.io/flux/installation/configuration/sharding/) |
| 13 | +configuration now supports cross-shard dependency check. This allows a |
| 14 | +Kustomization to depend on other Kustomizations managed by different controller |
| 15 | +shards. |
| 16 | + |
| 17 | +In addition, the Kubernetes dependencies have been updated to v1.31.1 and |
| 18 | +various other controller dependencies have been updated to their latest version. |
| 19 | +The controller is now built with Go 1.23. |
| 20 | + |
| 21 | +Fixes: |
| 22 | +- Fix incorrect use of format strings with the conditions package. |
| 23 | + [#1198](https://github.com/fluxcd/kustomize-controller/pull/1198) |
| 24 | + |
| 25 | +Improvements: |
| 26 | +- Update Bucket API to v1 |
| 27 | + [#1253](https://github.com/fluxcd/kustomize-controller/pull/1253) |
| 28 | +- Allow cross-shard dependency check |
| 29 | + [#1248](https://github.com/fluxcd/kustomize-controller/pull/1248) |
| 30 | +- docs: Clarify .spec.decryption.secretRef usage |
| 31 | + [#1242](https://github.com/fluxcd/kustomize-controller/pull/1242) |
| 32 | +- Build with Go 1.23 |
| 33 | + [#1230](https://github.com/fluxcd/kustomize-controller/pull/1230) |
| 34 | +- Various dependency updates |
| 35 | + [#1165](https://github.com/fluxcd/kustomize-controller/pull/1165) |
| 36 | + [#1181](https://github.com/fluxcd/kustomize-controller/pull/1181) |
| 37 | + [#1212](https://github.com/fluxcd/kustomize-controller/pull/1212) |
| 38 | + [#1228](https://github.com/fluxcd/kustomize-controller/pull/1228) |
| 39 | + [#1229](https://github.com/fluxcd/kustomize-controller/pull/1229) |
| 40 | + [#1233](https://github.com/fluxcd/kustomize-controller/pull/1233) |
| 41 | + [#1239](https://github.com/fluxcd/kustomize-controller/pull/1239) |
| 42 | + [#1240](https://github.com/fluxcd/kustomize-controller/pull/1240) |
| 43 | + [#1243](https://github.com/fluxcd/kustomize-controller/pull/1243) |
| 44 | + [#1249](https://github.com/fluxcd/kustomize-controller/pull/1249) |
| 45 | + [#1250](https://github.com/fluxcd/kustomize-controller/pull/1250) |
| 46 | + [#1251](https://github.com/fluxcd/kustomize-controller/pull/1251) |
| 47 | + |
5 | 48 | ## 1.3.0
|
6 | 49 |
|
7 | 50 | **Release date:** 2024-05-06
|
|
0 commit comments