Skip to content

v1.0.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Nov 02:43
edc99a5

Using bzlmod with Bazel 6 or later:

  1. Add common --enable_bzlmod to .bazelrc.

  2. Add to your MODULE.bazel file:

bazel_dep(name = "rules_gitops", version = "1.0.0")
git_override(
    module_name = "rules_gitops",
    commit = "edc99a596e2d03e30d067ea190a89e0df51e1fed",
    remote = "https://github.com/fasterci/rules_gitops",
)

kustomize = use_extension("@rules_gitops//gitops:extensions.bzl", "kustomize")
kustomize.kustomize_toolchain()
use_repo(kustomize, "kustomize_bin")

Using WORKSPACE:

file is not supported in this version. The latest version with support is v0.32.13

What's Changed

New Contributors

  • @eko made their first contribution in #61

Full Changelog: v0.33.0...v1.0.0