This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
Use the latest avaialble "kustomize" release
Introduce kustomize version 5.1.0 and Helm version 3.12.1, making
each of them the new default version. Note that this latest version of
kustomize lacks support for the ARM64 architecture for both macOS
and Windows, per kubernetes-sigs/kustomize#5220.
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.4")
What's Changed
- Ensure that annotated tag content is available by @seh in #15
- Update set of available tool versions by @seh in #16
Full Changelog: v0.3.3...v0.3.4