Skip to content

0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 18:55
· 3 commits to main since this release
493e0ac

0.9.0

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_helm",
    integrity = "sha256-yFra20zhlRIbdkyeA/iOPGBgdNtFPqZAHbLWqe0QUsw=",
    urls = ["https://github.com/abrisco/rules_helm/releases/download/0.9.0/rules_helm-v0.9.0.tar.gz"],
)

Additional documentation can be found at: https://github.com/abrisco/rules_helm

What's Changed

Full Changelog: 0.8.0...0.9.0