Skip to content

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 10 Nov 13:57
· 3 commits to main since this release
267bb58

Introduce kustomize version 5.8.0, making it the new default version.

While here, freshen both the version of Bazel and the Bazel modules used in this repository.

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

Full Changelog: v0.5.1...v0.5.2