Skip to content

v0.3.9

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Apr 15:07
· 2 commits to main since this release
v0.3.9
47851f1

Update set of available kustomize tool versions

Introduce kustomize version 5.4.0, and make that the default version. Remove version 5.0.0.

In the "golden" test output, work around the newly arrived defect described in kubernetes-sigs/kustomize#5642.

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

Full Changelog: v0.3.8...v0.3.9