Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 05:43

1.2.0 (2023-10-12)

Features

  • allow replacements in strategicMerge patch (eaa070c)

Bug Fixes

Workspace snippet

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

http_archive(
    name = "rules_k8s_cd",
    sha256 = "658b77558bb641c6fa2ec940ff8573a7cf2e42b707a33ab6834cc924a834fdb7",
    strip_prefix = "rules_k8s_cd-1.2.0",
    urls = ["https://github.com/loopingz/rules_k8s_cd/archive/refs/tags/v1.2.0.tar.gz"],
)