Skip to content

v1.5.7

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 15:44
2190601

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"],
)