2.0.0 (2024-09-03)
⚠ BREAKING CHANGES
- move template argument to out for kustomize_gitops
- moving all bzl into lib folder
- move to toolchain
Features
Bug Fixes
- move template argument to out for kustomize_gitops (f78558d)
Workspace snippet
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_k8s_cd",
sha256 = "2352b255185d3715bcddf636cbb725e40766b9795f02d378455ea9387ca21e6b",
strip_prefix = "rules_k8s_cd-2.0.0",
urls = ["https://github.com/loopingz/rules_k8s_cd/archive/refs/tags/v2.0.0.tar.gz"],
)