Skip to content

v1.5.15

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 21:12
9e09e6b

1.5.15 (2024-06-17)

Bug Fixes

Workspace snippet

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_k8s_cd",
    sha256 = "3077ea6a28e046c1ebbd407305ec7c8f9e8b70c2758c3ed65f9c34184ba9c45d",
    strip_prefix = "rules_k8s_cd-1.5.15",
    urls = ["https://github.com/loopingz/rules_k8s_cd/archive/refs/tags/v1.5.15.tar.gz"],
)