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

Releases: bisontrails/rules_kustomize

v0.3.4

20 Jun 17:25
v0.3.4
a948c6a
Compare
Choose a tag to compare

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

11 May 15:30
v0.3.3
dbb0233
Compare
Choose a tag to compare

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

06 Apr 19:51
v0.3.2
aa7ac62
Compare
Choose a tag to compare

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

16 Mar 12:06
@seh seh
v0.3.1
3d79563
Compare
Choose a tag to compare

Update set of available kustomize and Helm tool versions.

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

v0.3.0

06 Mar 18:35
@seh seh
v0.3.0
d3de32f
Compare
Choose a tag to compare

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

17 Feb 15:03
@seh seh
v0.2.2
e1af9ab
Compare
Choose a tag to compare

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

07 Feb 20:37
@seh seh
1e39cc2
Compare
Choose a tag to compare
Merge pull request #8 from bisontrails/upgrade-available-tools

Update set of available kustomize tool versions