Skip to content

v2.0.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 19:02
02fb095

2.0.4 (2024-12-19)

Bug Fixes

  • deps: update dependency aspect_bazel_lib to v2.10.0 (#228) (1ce7383)
  • deps: update dependency grype to v0.86.1 (#224) (f6b8442)

Workspace snippet

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

http_archive(
    name = "rules_k8s_cd",
    sha256 = "f9f67582fc57395da7405b903497cf6e7cb3594fc7f921252f016bb14c0fe8f2",
    strip_prefix = "rules_k8s_cd-2.0.4",
    urls = ["https://github.com/loopingz/rules_k8s_cd/archive/refs/tags/v2.0.4.tar.gz"],
)