v0.3.6
Use the latest available tool releases
Introduce kustomize version 5.2.1 and Helm version 3.13.1, making each of them the new 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.6")
Full Changelog: v0.3.5...v0.3.6