v1.0.0
Pre-release
Pre-release
Using bzlmod with Bazel 6 or later:
-
Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
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
- create_gitops_prs: added a new bazel_flag argument by @eko in #61
- prepare release 1 by @apesternikov in #62
New Contributors
Full Changelog: v0.33.0...v1.0.0