Skip to content

v0.3.10

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Apr 20:33
v0.3.10
16ee799

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

  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.10")

Full Changelog: v0.3.9...v0.3.10