Skip to content

v0.3.5

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 13:31
· 14 commits to main since this release
v0.3.5
46ada1c

Switch GitHub organization to maintainer account

There are no material changes included here apart from relying on a
different GitHub-hosted repository from which to publish releases.

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

Full Changelog: https://github.com/seh/rules_kustomize/commits/v0.3.5