0.6.0
0.6.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_helm",
integrity = "sha256-easVF1EdnzWNj0sqE7TgqwCfvq3BEfA/poKPAfLA4Kw=",
urls = ["https://github.com/abrisco/rules_helm/releases/download/0.6.0/rules_helm-v0.6.0.tar.gz"],
)
Additional documentation can be found at: https://github.com/abrisco/rules_helm
What's Changed
- Update outdated MacOS CI runner by @abrisco in #92
- Reduce reliance on leaked transitive dependency by @abrisco in #93
- Bump MacOS Github runner version by @abrisco in #94
- Switch release notes from
sha256
tointegrity
by @abrisco in #95 - Improved test for helm chart deps by @abrisco in #97
- Update rules_oci to 2.0.0 by @abrisco in #98
- Updated default Helm version to 3.16.1 by @abrisco in #99
- Release 0.6.0 by @abrisco in #100
Full Changelog: 0.5.1...0.6.0