Skip to content

v1.5.18

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 20:26
20fc07c

1.5.18 (2024-08-21)

Bug Fixes

  • deps: update dependency bazel to v7.3.1 (#187) (c02dd8c)

Workspace snippet

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

http_archive(
    name = "rules_k8s_cd",
    sha256 = "64819953981c0644e4afa9eae176b5ba33e09d96a280ee4736686cb94888f776",
    strip_prefix = "rules_k8s_cd-1.5.18",
    urls = ["https://github.com/loopingz/rules_k8s_cd/archive/refs/tags/v1.5.18.tar.gz"],
)