0.22.0
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
- Log file name in errors from GetRunfile function. by @zachburg in #232
- Fix CRDs when packaging by @purkhusid in #233
- Add helm_template_test.values by @bcsgh in #228
- fix passing environment variables to image pushers by @scaiper in #236
- Plumb around extra arguments to a bunch of invocations of helm. by @bcsgh in #234
- Added BCR publish workflow by @abrisco in #237
- Log if runfile does not exist. by @zachburg in #238
- Release 0.22.0 by @abrisco in #239
New Contributors
Full Changelog: 0.21.0...0.22.0