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