Update set of available kustomize tool versions
Introduce kustomize version 5.4.1, and make that the default version.
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.10")
Full Changelog: v0.3.9...v0.3.10