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
- Added
files
attribute to helm_package for supporting the.Files
api by @abrisco in #128 - Added Helm 3.17.1 by @abrisco in #141
- Allow alternative
push
commands by @rdesgroppes in #142 - Release 0.12.0 by @abrisco in #143
New Contributors
- @rdesgroppes made their first contribution in #142
Full Changelog: 0.11.0...0.12.0