Introduce kustomize version 5.8.0, making it the new default version.
While here, freshen both the version of Bazel and the Bazel modules used in this repository.
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.5.2")Full Changelog: v0.5.1...v0.5.2