v0.19.0
Pre-release
Pre-release
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_adobe_rules_gitops",
sha256 = "492099cb0fa236bd3486a059eadad2994e5edda91d184146c7746ce8af64ef49",
strip_prefix = "rules_gitops-0.19.0",
urls = ["https://github.com/adobe/rules_gitops/archive/refs/tags/v0.19.0.tar.gz"],
)
http_archive(
name = "io_bazel_rules_go",
sha256 = "099a9fb96a376ccbbb7d291ed4ecbdfd42f6bc822ab77ae6f1b5cb9e914e94fa",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.35.0/rules_go-v0.35.0.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.35.0/rules_go-v0.35.0.zip",
],
)
load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")
go_rules_dependencies()
go_register_toolchains(version = "1.19.2")
load("@com_adobe_rules_gitops//gitops:deps.bzl", "rules_gitops_dependencies")
rules_gitops_dependencies()
load("@com_adobe_rules_gitops//gitops:repositories.bzl", "rules_gitops_repositories")
rules_gitops_repositories()
What's Changed
- dont skip filtering on static namespace tests by @michaelschiff in #143
- resolver: Don't crash on nil objs by @DolceTriade in #142
- Add support of bazel tags to rules_gitops by @bhmiller in #148
- Changes to prer to allow setting prTitle and prBody did not correctly preserve prior behavior for users who do not set these new arguments by @michaelschiff in #149
- enable stamping if common_labels or common_annotations contains "{" marker by @michaelschiff in #150
- chore: Configure Renovate by @renovate in #151
- fix(deps): update module github.com/golang/protobuf to v1.5.4 by @renovate in #152
- chore(deps): update dependency bazel to v6.5.0 by @renovate in #153
- Upgrade minor Bazel versions in CI by @kzadorozhny in #159
- chore(deps): update dependency bazel_gazelle to v0.36.0 by @renovate in #155
- chore(deps): update actions/cache action to v4 by @renovate in #165
- chore(deps): update dependency com_github_bazelbuild_buildtools to v6.4.0 by @renovate in #157
- chore(deps): update dependency bazel_skylib to v1.5.0 by @renovate in #156
- handle image push errors by @kzadorozhny in #178
- Add support for running Kustomize on Linux ARM64 by @ysinjab in #176
New Contributors
- @DolceTriade made their first contribution in #142
- @bhmiller made their first contribution in #148
- @renovate made their first contribution in #151
- @ysinjab made their first contribution in #176
Full Changelog: v0.18.0...v0.19.0