Skip to content

v0.3.6

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 14:06
· 10 commits to main since this release
v0.3.6
946ffa1

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

  1. Enable support for modules in your .bazelrc file by adding the following line:
    common --enable_bzlmod
  2. 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