Skip to content

0.22.0

Choose a tag to compare

@github-actions github-actions released this 17 Feb 22:15
· 44 commits to main since this release
b76ceaf

0.22.0

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_helm",
    integrity = "sha256-0mDAe5apDFxr3JJUirrIFy2tXa7iQ3/fc2CVeiuZAW0=",
    urls = ["https://github.com/periareon/rules_helm/releases/download/0.22.0/rules_helm-v0.22.0.tar.gz"],
)

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

What's Changed

New Contributors

Full Changelog: 0.21.0...0.22.0