0.7.0
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
- Separate out test dependencies from the core bzlmod extensions by @abrisco in #105
- remote_tag can be used as image ref by @dormidon in #103
- Mark test dependencies as dev dependencies by @mering in #107
- Release 0.7.0 by @abrisco in #108
New Contributors
Full Changelog: 0.6.0...0.7.0