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

Releases: bisontrails/rules_kustomize

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 20 Jun 17:25
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

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 11 May 15:30
dbb0233

Merge pull request #14 from bisontrails/update-available-kustomize-tools

Update set of available kustomize tool versions

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

What's Changed

  • Ensure that tests pass before issuing a release by @seh in #12
  • Update set of available tool versions by @seh in #13
  • Update set of available kustomize tool versions by @seh in #14

Full Changelog: v0.3.2...v0.3.3

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 06 Apr 19:51
aa7ac62

Issue GitHub releases by way of a GHA workflow

When GitHub receives a pushed Git tag that matches a given pattern,
prepare both release notes and a source code archive and use them in a
newly issued GitHub release.

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

What's Changed

  • Add missing Darwin ARM64 toolchains for Helm versions 3.9.2 and 3.10.3 by @luna-duclos in #10

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

Choose a tag to compare

@seh seh released this 16 Mar 12:06
3d79563

Update set of available kustomize and Helm tool versions.

Commits since last release: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@seh seh released this 06 Mar 18:35
d3de32f

Mandate use of Bazel version 6.1.0 to rely on bazelbuild/bazel#17279 being available, having removed our local workaround for that problem.

Commits since last release: v0.2.2...v0.3.0

v0.2.2

Choose a tag to compare

@seh seh released this 17 Feb 15:03
e1af9ab

Propagate tags from top-level rule-wrapping macro invocations to intermediate targets.

Commits since last release: v0.2.1...v0.2.2

Update set of available kustomize tool versions

Choose a tag to compare

@seh seh released this 07 Feb 20:37
1e39cc2
Merge pull request #8 from bisontrails/upgrade-available-tools

Update set of available kustomize tool versions