v0.30.0
WORKSPACE snippet:
http_archive(
name = "rules_gitops",
sha256 = "5435115882ea40e56cece8a01a682e3bd509932e2fcd66538ea7de5554365d69",
strip_prefix = "rules_gitops-0.30.0",
urls = ["https://github.com/fasterci/rules_gitops/archive/v0.30.0.zip"],
)
load("@rules_gitops//gitops:deps.bzl", "rules_gitops_dependencies")
rules_gitops_dependencies()
load("@rules_gitops//gitops:repositories.bzl", "rules_gitops_repositories")
rules_gitops_repositories()
load("@rules_gitops//skylib:k8s.bzl", "kubeconfig")
#setup integration tests
kubeconfig(
name = "k8s_dev",
cluster = "myclustername",
use_host_config = True,
)
What's Changed
- Ap/switch to rules oci by @apesternikov in #1
- expose visibility on tar target of go lang image by @michaelschiff in #8
- Enable stamping for commonLabels and commonAnnotations by @michaelschiff in #9
- import adobe/rules_gitops@0483dedecef451c68… by @apesternikov in #12
- expose tars param of oci_image by @apesternikov in #13
- less bazel runs by @apesternikov in #14
- runfiles inclusion by @michaelschiff in #15
- Ap/it fail fast by @apesternikov in #11
- Ap/bzlmod by @apesternikov in #16
- upgrade aspect bazel lib to v2 by @apesternikov in #17
- add transitions by @apesternikov in #18
- implement K8S_TEST_NAMESPACE by @apesternikov in #20
- more conditions to terminate integration test earlier by @apesternikov in #25
New Contributors
- @apesternikov made their first contribution in #1
- @michaelschiff made their first contribution in #8
Full Changelog: https://github.com/fasterci/rules_gitops/commits/v0.30.0