v1.5.7
1.5.7 (2024-04-11)
Bug Fixes
- deps: update dependencies (ae89e69)
Workspace snippet
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_k8s_cd",
sha256 = "6b0a18e08e3b3c8586aa4685b69496558d9c3dfb9d8ecc44a8dcbb97fa809c2b",
strip_prefix = "rules_k8s_cd-1.5.7",
urls = ["https://github.com/loopingz/rules_k8s_cd/archive/refs/tags/v1.5.7.tar.gz"],
)