v0.3.9
Update set of available kustomize tool versions
Introduce kustomize version 5.4.0, and make that the default version. Remove version 5.0.0.
In the "golden" test output, work around the newly arrived defect described in kubernetes-sigs/kustomize#5642.
Details
Using modules with Bazel 6 and later
- Enable support for modules in your .bazelrc file by adding the following line:
common --enable_bzlmod
- Add the following directive to your MODULE.bazel file:
bazel_dep(name = "rules_kustomize", version = "0.3.9")
Full Changelog: v0.3.8...v0.3.9