Skip to content

v0.3.7

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Dec 14:46
· 7 commits to main since this release
v0.3.7
7fde844

Update set of available kustomize tool versions

Introduce kustomize version 5.3.0, and make that the 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.7")

Full Changelog: v0.3.6...v0.3.7