Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jun 00:20

1.0.0 (2023-06-24)

Features

  • add a kustomization_injector (e94f98a)
  • add images injector and push for oci_image (00bb41a)
  • add patches system (eb47ff4)
  • add show rule to help troubleshoot (3464f0a)
  • add write_source_files rule and kustomize macros (4e0331a)
  • run_all rule and preparation for additional rules (250bf45)

Bug Fixes

  • handle relative path and resource injection (d5a7afa)
  • use Label to allow public rules (125c7cf)

Workspace snippet

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

http_archive(
    name = "com_loopingz_rules_k8s_cd",
    sha256 = "b0ed866b22a2a529cc7cf9c00ab416baad7cc79f7cff83c56d53da935b10b030",
    strip_prefix = "rules_k8s_cd-v1.0.0",
    urls = ["https://github.com/loopingz/rules_k8s_cd/archive/refs/tags/v1.0.0.tar.gz"],
)