Skip to content

v1.0.0-alpha.11

Choose a tag to compare

@github-actions github-actions released this 27 Feb 21:34

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_gitops", version = "1.0.0-alpha.11")

Full Changelog: v1.0.0-alpha.10...v1.0.0-alpha.11