Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

v0.3.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 17:25
· 4 commits to main since this release
v0.3.4
a948c6a

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

  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.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