Skip to content

0.12.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 16:08
af0e51b

0.12.0

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_helm",
    integrity = "sha256-tY/7MdjXVRskOBbhSvbf0YMNisAeZPSSh3lv+rGIiIQ=",
    urls = ["https://github.com/abrisco/rules_helm/releases/download/0.12.0/rules_helm-v0.12.0.tar.gz"],
)

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

What's Changed

New Contributors

Full Changelog: 0.11.0...0.12.0