crossplane-contrib / function-patch-and-transform

A patch & transform composition function
https://crossplane.io
Apache License 2.0
23 stars 24 forks source link

fix(deps): update module github.com/crossplane/crossplane-runtime to v1.17.0 #120

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/crossplane/crossplane-runtime v1.15.1 -> v1.17.0 age adoption passing confidence

Release Notes

crossplane/crossplane-runtime (github.com/crossplane/crossplane-runtime) ### [`v1.17.0`](https://togithub.com/crossplane/crossplane-runtime/releases/tag/v1.17.0) [Compare Source](https://togithub.com/crossplane/crossplane-runtime/compare/v1.16.0...v1.17.0) #### Breaking Changes and Warnings - [`ExternalClient.Delete()`](https://togithub.com/crossplane/crossplane-runtime/blob/release-1.17/pkg/reconciler/managed/reconciler.go#L342) method has a new return type of [`ExternalDelete`](https://togithub.com/crossplane/crossplane-runtime/blob/release-1.17/pkg/reconciler/managed/reconciler.go#L499) - All downstream consumers of this package will need to update their `ExternalClient.Delete()` implementations to include this new return type. - In most cases, an empty struct can be returned, e.g. `ExternalDelete{}`. - In v1.17, if the implementor of the `Delete()` method wants to include additional details about the deletion operation to include in the change logs, then they may include those details in this return type. #### What's Changed - Fix MR state metrics when MRs are deleted by [@​ezgidemirel](https://togithub.com/ezgidemirel) in [https://github.com/crossplane/crossplane-runtime/pull/688](https://togithub.com/crossplane/crossplane-runtime/pull/688) - Whitelist management policy Observe & Update by [@​turkenh](https://togithub.com/turkenh) in [https://github.com/crossplane/crossplane-runtime/pull/692](https://togithub.com/crossplane/crossplane-runtime/pull/692) - Switch to the crossplane/build submodule by [@​negz](https://togithub.com/negz) in [https://github.com/crossplane/crossplane-runtime/pull/693](https://togithub.com/crossplane/crossplane-runtime/pull/693) - Bump controller-runtime to latest, remove the controller engine and GVK routed cache by [@​negz](https://togithub.com/negz) in [https://github.com/crossplane/crossplane-runtime/pull/689](https://togithub.com/crossplane/crossplane-runtime/pull/689) - Switch from Makefile to Earthly by [@​negz](https://togithub.com/negz) in [https://github.com/crossplane/crossplane-runtime/pull/698](https://togithub.com/crossplane/crossplane-runtime/pull/698) - Configure buf for BSR pushes by [@​negz](https://togithub.com/negz) in [https://github.com/crossplane/crossplane-runtime/pull/711](https://togithub.com/crossplane/crossplane-runtime/pull/711) - chore(deps): update actions/checkout digest to [`a5ac7e5`](https://togithub.com/crossplane/crossplane-runtime/commit/a5ac7e5) (master) by [@​crossplane-renovate](https://togithub.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/712](https://togithub.com/crossplane/crossplane-runtime/pull/712) - chore(deps): update dependency earthly/earthly to v0.8.13 (master) by [@​crossplane-renovate](https://togithub.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/713](https://togithub.com/crossplane/crossplane-runtime/pull/713) - chore(deps): update dependency go to v1.22.3 (master) by [@​crossplane-renovate](https://togithub.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/724](https://togithub.com/crossplane/crossplane-runtime/pull/724) - Allow Renovate to run Earthly by [@​negz](https://togithub.com/negz) in [https://github.com/crossplane/crossplane-runtime/pull/723](https://togithub.com/crossplane/crossplane-runtime/pull/723) - Don't drop privs to ubuntu before running Renovate by [@​negz](https://togithub.com/negz) in [https://github.com/crossplane/crossplane-runtime/pull/727](https://togithub.com/crossplane/crossplane-runtime/pull/727) - fix(deps): update module github.com/go-logr/logr to v1.4.2 (master) by [@​crossplane-renovate](https://togithub.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/725](https://togithub.com/crossplane/crossplane-runtime/pull/725) - chore(deps): update zeebe-io/backport-action action to v2.5.0 (master) by [@​crossplane-renovate](https://togithub.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/728](https://togithub.com/crossplane/crossplane-runtime/pull/728) - Use GitHub releases, not tags, for Earthfile deps by [@​negz](https://togithub.com/negz) in [https://github.com/crossplane/crossplane-runtime/pull/730](https://togithub.com/crossplane/crossplane-runtime/pull/730) - fix(deps): update module github.com/evanphx/json-patch to v5.9.0+incompatible (master) by [@​crossplane-renovate](https://togithub.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/729](https://togithub.com/crossplane/crossplane-runtime/pull/729) - fix(deps): update module github.com/prometheus/client_golang to v1.19.1 (master) by [@​crossplane-renovate](https://togithub.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/731](https://togithub.com/crossplane/crossplane-runtime/pull/731) - Composite Receiver Functions for Conditions by [@​dalton-hill-0](https://togithub.com/dalton-hill-0) in [https://github.com/crossplane/crossplane-runtime/pull/738](https://togithub.com/crossplane/crossplane-runtime/pull/738) - chore(deps): update github/codeql-action digest to [`b611370`](https://togithub.com/crossplane/crossplane-runtime/commit/b611370) (master) by [@​crossplane-renovate](https://togithub.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/735](https://togithub.com/crossplane/crossplane-runtime/pull/735) - chore(deps): update actions/checkout digest to [`692973e`](https://togithub.com/crossplane/crossplane-runtime/commit/692973e) (master) by [@​crossplane-renovate](https://togithub.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/740](https://togithub.com/crossplane/crossplane-runtime/pull/740) - Disconnect() on per reconcile loop scoped external client by [@​ravilr](https://togithub.com/ravilr) in [https://github.com/crossplane/crossplane-runtime/pull/745](https://togithub.com/crossplane/crossplane-runtime/pull/745) - Change logs support to track all changes being made to managed resources by [@​jbw976](https://togithub.com/jbw976) in [https://github.com/crossplane/crossplane-runtime/pull/754](https://togithub.com/crossplane/crossplane-runtime/pull/754) - chore(deps): update actions/create-github-app-token digest to [`31c86eb`](https://togithub.com/crossplane/crossplane-runtime/commit/31c86eb) (master) by [@​crossplane-renovate](https://togithub.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/741](https://togithub.com/crossplane/crossplane-runtime/pull/741) - fix(deps): update module google.golang.org/protobuf to v1.34.2 (master) by [@​crossplane-renovate](https://togithub.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/733](https://togithub.com/crossplane/crossplane-runtime/pull/733) - chore(deps): bump bufbuild/buf to 1.36.0 by [@​phisco](https://togithub.com/phisco) in [https://github.com/crossplane/crossplane-runtime/pull/755](https://togithub.com/crossplane/crossplane-runtime/pull/755) - fix: regenerate with buf 1.36.0 by [@​phisco](https://togithub.com/phisco) in [https://github.com/crossplane/crossplane-runtime/pull/758](https://togithub.com/crossplane/crossplane-runtime/pull/758) #### New Contributors - [@​dalton-hill-0](https://togithub.com/dalton-hill-0) made their first contribution in [https://github.com/crossplane/crossplane-runtime/pull/738](https://togithub.com/crossplane/crossplane-runtime/pull/738) - [@​ravilr](https://togithub.com/ravilr) made their first contribution in [https://github.com/crossplane/crossplane-runtime/pull/745](https://togithub.com/crossplane/crossplane-runtime/pull/745) **Full Changelog**: https://github.com/crossplane/crossplane-runtime/compare/v1.17.0-rc.0...v1.17.0 ### [`v1.16.0`](https://togithub.com/crossplane/crossplane-runtime/releases/tag/v1.16.0) [Compare Source](https://togithub.com/crossplane/crossplane-runtime/compare/v1.15.1...v1.16.0) #### What's Changed - Empty commit for 1.15 release by [@​phisco](https://togithub.com/phisco) in [https://github.com/crossplane/crossplane-runtime/pull/649](https://togithub.com/crossplane/crossplane-runtime/pull/649) - Update github/codeql-action digest to [`b7bf0a3`](https://togithub.com/crossplane/crossplane-runtime/commit/b7bf0a3) by [@​renovate](https://togithub.com/renovate) in [https://github.com/crossplane/crossplane-runtime/pull/650](https://togithub.com/crossplane/crossplane-runtime/pull/650) - reconciler/managed: make more resilient to error conditions by [@​sttts](https://togithub.com/sttts) in [https://github.com/crossplane/crossplane-runtime/pull/651](https://togithub.com/crossplane/crossplane-runtime/pull/651) - chore(deps): revert to buf 1.27.2 to avoid cel-go dependency ahead of k8s deps by [@​phisco](https://togithub.com/phisco) in [https://github.com/crossplane/crossplane-runtime/pull/656](https://togithub.com/crossplane/crossplane-runtime/pull/656) - Update module google.golang.org/grpc to v1.61.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/crossplane/crossplane-runtime/pull/647](https://togithub.com/crossplane/crossplane-runtime/pull/647) - Update kubernetes deps by [@​renovate](https://togithub.com/renovate) in [https://github.com/crossplane/crossplane-runtime/pull/630](https://togithub.com/crossplane/crossplane-runtime/pull/630) - Update aquasecurity/trivy-action action to v0.17.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/crossplane/crossplane-runtime/pull/665](https://togithub.com/crossplane/crossplane-runtime/pull/665) - Update codecov/codecov-action digest to [`e0b68c6`](https://togithub.com/crossplane/crossplane-runtime/commit/e0b68c6) by [@​renovate](https://togithub.com/renovate) in [https://github.com/crossplane/crossplane-runtime/pull/661](https://togithub.com/crossplane/crossplane-runtime/pull/661) - Update github/codeql-action digest to [`e8893c5`](https://togithub.com/crossplane/crossplane-runtime/commit/e8893c5) by [@​renovate](https://togithub.com/renovate) in [https://github.com/crossplane/crossplane-runtime/pull/664](https://togithub.com/crossplane/crossplane-runtime/pull/664) - Add a nil case to the `getValueFromInterface` function by [@​sergenyalcin](https://togithub.com/sergenyalcin) in [https://github.com/crossplane/crossplane-runtime/pull/666](https://togithub.com/crossplane/crossplane-runtime/pull/666) - Update dependency golang to v1.22.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/crossplane/crossplane-runtime/pull/667](https://togithub.com/crossplane/crossplane-runtime/pull/667) - logging: add SetFilteredKlogLogger to show client-go throttling logs by [@​sttts](https://togithub.com/sttts) in [https://github.com/crossplane/crossplane-runtime/pull/673](https://togithub.com/crossplane/crossplane-runtime/pull/673) - Bump golangci-lint, copy config from c/c by [@​negz](https://togithub.com/negz) in [https://github.com/crossplane/crossplane-runtime/pull/676](https://togithub.com/crossplane/crossplane-runtime/pull/676) - Update actions/cache digest to [`ab5e6d0`](https://togithub.com/crossplane/crossplane-runtime/commit/ab5e6d0) by [@​renovate](https://togithub.com/renovate) in [https://github.com/crossplane/crossplane-runtime/pull/677](https://togithub.com/crossplane/crossplane-runtime/pull/677) - Add ability to expose resource reconciliation progress by [@​pedjak](https://togithub.com/pedjak) in [https://github.com/crossplane/crossplane-runtime/pull/633](https://togithub.com/crossplane/crossplane-runtime/pull/633) - Update module golang.org/x/net to v0.23.0 \[SECURITY] by [@​renovate](https://togithub.com/renovate) in [https://github.com/crossplane/crossplane-runtime/pull/685](https://togithub.com/crossplane/crossplane-runtime/pull/685) - Introduce High Level MR metrics by [@​ezgidemirel](https://togithub.com/ezgidemirel) in [https://github.com/crossplane/crossplane-runtime/pull/683](https://togithub.com/crossplane/crossplane-runtime/pull/683) - \[Backport release-1.16] Fix MR state metrics when MRs are deleted by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/crossplane/crossplane-runtime/pull/691](https://togithub.com/crossplane/crossplane-runtime/pull/691) **Full Changelog**: https://github.com/crossplane/crossplane-runtime/compare/v1.15.0...v1.16.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 2 weeks ago

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
go 1.22.6 -> 1.23.0
k8s.io/api v0.29.3 -> v0.30.0
k8s.io/apiextensions-apiserver v0.29.3 -> v0.30.0
k8s.io/apimachinery v0.29.3 -> v0.30.0
github.com/evanphx/json-patch v5.6.0+incompatible -> v5.9.0+incompatible
github.com/evanphx/json-patch/v5 v5.8.0 -> v5.9.0
github.com/go-logr/logr v1.4.1 -> v1.4.2
github.com/google/uuid v1.4.0 -> v1.6.0
github.com/prometheus/client_golang v1.18.0 -> v1.19.1
github.com/prometheus/common v0.45.0 -> v0.48.0
go.uber.org/zap v1.26.0 -> v1.27.0
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 -> v0.0.0-20240416160154-fe59bbe5cc7f
golang.org/x/mod v0.14.0 -> v0.17.0
golang.org/x/net v0.23.0 -> v0.24.0
golang.org/x/oauth2 v0.15.0 -> v0.17.0
golang.org/x/sys v0.18.0 -> v0.19.0
golang.org/x/term v0.18.0 -> v0.19.0
golang.org/x/tools v0.17.0 -> v0.20.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac -> v0.0.0-20240415180920-8c6c420018be
google.golang.org/grpc v1.61.0 -> v1.63.2
k8s.io/client-go v0.29.3 -> v0.30.0
k8s.io/component-base v0.29.3 -> v0.30.0
k8s.io/klog/v2 v2.110.1 -> v2.120.1
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 -> v0.0.0-20240228011516-70dd3763d340
sigs.k8s.io/controller-runtime v0.17.0 -> v0.18.2