Skip to content

0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 22:08
· 8 commits to main since this release
a655ce5

0.7.0

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_helm",
    integrity = "sha256-wRG1j0WYHoFESGBuiV63Ut75HSsmjeKB+hzgS37OowQ=",
    urls = ["https://github.com/abrisco/rules_helm/releases/download/0.7.0/rules_helm-v0.7.0.tar.gz"],
)

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

What's Changed

New Contributors

Full Changelog: 0.6.0...0.7.0