0.10.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_helm",
integrity = "sha256-+AhZKlDou8oNxE3Ouj03yAm6cJdKTBm2vRPTlutGcLo=",
urls = ["https://github.com/abrisco/rules_helm/releases/download/0.10.0/rules_helm-v0.10.0.tar.gz"],
)
Additional documentation can be found at: https://github.com/abrisco/rules_helm
What's Changed
- Refactored
helm_install
rules to better use runfiles by @abrisco in #117 - Avoid generating lock file for core rules by @abrisco in #119
- Added new helm versions by @abrisco in #120
- Added
helm_template_test
rule. by @abrisco in #118 - Unpin Bazel version by @abrisco in #121
- Release 0.10.0 by @abrisco in #122
Full Changelog: 0.9.2...0.10.0