Skip to content

v1.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Dec 18:51
bb23b5d

1.4.2 (2023-12-23)

Bug Fixes

Workspace snippet

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

http_archive(
    name = "rules_k8s_cd",
    sha256 = "5c475d11ac2b936f7c8ec129be43ff21ed9743d4c9f8bde9ba90fa7ce4cedba5",
    strip_prefix = "rules_k8s_cd-1.4.2",
    urls = ["https://github.com/loopingz/rules_k8s_cd/archive/refs/tags/v1.4.2.tar.gz"],
)