Skip to content

0.24.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Apr 01:27
785af49

0.24.0

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

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

What's Changed

New Contributors

Full Changelog: 0.23.1...0.24.0