v0.3.8
Accommodate file extension variation on Windows
The kustomize project vacillated recently on how it names the kustomize executable tool published in its release archives. Versions prior to 5.2.1 used the ".exe" extension, version 5.2.1 omitted it, and the most recent version 5.3.0 brought it back. Since we still offer to download multiple versions that straddle this range, anticipate that the tool name will vary based not just on the operating system, but also on the version.
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.8")
Full Changelog: v0.3.7...v0.3.8