crossplane-contrib / function-environment-configs

A function building the environment from EnvironmentConfigs
Apache License 2.0
15 stars 4 forks source link

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

Open renovate[bot] opened 6 months ago

renovate[bot] commented 6 months ago

This PR contains the following updates:

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

Release Notes

crossplane/crossplane-runtime (github.com/crossplane/crossplane-runtime) ### [`v1.18.0`](https://redirect.github.com/crossplane/crossplane-runtime/releases/tag/v1.18.0) [Compare Source](https://redirect.github.com/crossplane/crossplane-runtime/compare/v1.17.0...v1.18.0) #### What's Changed - Empty commit after release-1.17 by [@​phisco](https://redirect.github.com/phisco) in [https://github.com/crossplane/crossplane-runtime/pull/759](https://redirect.github.com/crossplane/crossplane-runtime/pull/759) - chore(deps): update codecov/codecov-action digest to [`e28ff12`](https://redirect.github.com/crossplane/crossplane-runtime/commit/e28ff12) (master) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/763](https://redirect.github.com/crossplane/crossplane-runtime/pull/763) - Update stale bot to use the stale action as in Crossplane repo by [@​ezgidemirel](https://redirect.github.com/ezgidemirel) in [https://github.com/crossplane/crossplane-runtime/pull/765](https://redirect.github.com/crossplane/crossplane-runtime/pull/765) - Code updates after renaming `master` → `main` by [@​jeanduplessis](https://redirect.github.com/jeanduplessis) in [https://github.com/crossplane/crossplane-runtime/pull/766](https://redirect.github.com/crossplane/crossplane-runtime/pull/766) - chore(deps): update github/codeql-action digest to [`8214744`](https://redirect.github.com/crossplane/crossplane-runtime/commit/8214744) (main) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/769](https://redirect.github.com/crossplane/crossplane-runtime/pull/769) - fix(deps): update module dario.cat/mergo to v1.0.1 (main) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/773](https://redirect.github.com/crossplane/crossplane-runtime/pull/773) - chore(deps): update dependency earthly/earthly to v0.8.15 (main) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/771](https://redirect.github.com/crossplane/crossplane-runtime/pull/771) - chore(deps): update actions/checkout action to v4.1.7 (main) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/770](https://redirect.github.com/crossplane/crossplane-runtime/pull/770) - feat: Upgrade controller-runtime to v0.19.0 by [@​MisterMX](https://redirect.github.com/MisterMX) in [https://github.com/crossplane/crossplane-runtime/pull/760](https://redirect.github.com/crossplane/crossplane-runtime/pull/760) - feat(managed): Add generic interfaces for external types by [@​MisterMX](https://redirect.github.com/MisterMX) in [https://github.com/crossplane/crossplane-runtime/pull/761](https://redirect.github.com/crossplane/crossplane-runtime/pull/761) - chore(deps): update actions/create-github-app-token digest to [`5d869da`](https://redirect.github.com/crossplane/crossplane-runtime/commit/5d869da) (main) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/767](https://redirect.github.com/crossplane/crossplane-runtime/pull/767) - chore(deps): update docker/login-action digest to [`9780b0c`](https://redirect.github.com/crossplane/crossplane-runtime/commit/9780b0c) (main) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/768](https://redirect.github.com/crossplane/crossplane-runtime/pull/768) - chore(deps): update aquasecurity/trivy-action action to v0.28.0 (main) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/774](https://redirect.github.com/crossplane/crossplane-runtime/pull/774) - chore(deps): update dependency github/codeql-action to v2.19.2 (main) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/775](https://redirect.github.com/crossplane/crossplane-runtime/pull/775) - \[Backport release-1.18] Fix unknown fields warnings and possibility to suppress finalizer ones by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/crossplane/crossplane-runtime/pull/787](https://redirect.github.com/crossplane/crossplane-runtime/pull/787) #### New Contributors - [@​jeanduplessis](https://redirect.github.com/jeanduplessis) made their first contribution in [https://github.com/crossplane/crossplane-runtime/pull/766](https://redirect.github.com/crossplane/crossplane-runtime/pull/766) **Full Changelog**: https://github.com/crossplane/crossplane-runtime/compare/v1.17.0...v1.18.0 ### [`v1.17.0`](https://redirect.github.com/crossplane/crossplane-runtime/releases/tag/v1.17.0) [Compare Source](https://redirect.github.com/crossplane/crossplane-runtime/compare/v1.16.0...v1.17.0) #### Breaking Changes and Warnings - [`ExternalClient.Delete()`](https://redirect.github.com/crossplane/crossplane-runtime/blob/release-1.17/pkg/reconciler/managed/reconciler.go#L342) method has a new return type of [`ExternalDelete`](https://redirect.github.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://redirect.github.com/ezgidemirel) in [https://github.com/crossplane/crossplane-runtime/pull/688](https://redirect.github.com/crossplane/crossplane-runtime/pull/688) - Whitelist management policy Observe & Update by [@​turkenh](https://redirect.github.com/turkenh) in [https://github.com/crossplane/crossplane-runtime/pull/692](https://redirect.github.com/crossplane/crossplane-runtime/pull/692) - Switch to the crossplane/build submodule by [@​negz](https://redirect.github.com/negz) in [https://github.com/crossplane/crossplane-runtime/pull/693](https://redirect.github.com/crossplane/crossplane-runtime/pull/693) - Bump controller-runtime to latest, remove the controller engine and GVK routed cache by [@​negz](https://redirect.github.com/negz) in [https://github.com/crossplane/crossplane-runtime/pull/689](https://redirect.github.com/crossplane/crossplane-runtime/pull/689) - Switch from Makefile to Earthly by [@​negz](https://redirect.github.com/negz) in [https://github.com/crossplane/crossplane-runtime/pull/698](https://redirect.github.com/crossplane/crossplane-runtime/pull/698) - Configure buf for BSR pushes by [@​negz](https://redirect.github.com/negz) in [https://github.com/crossplane/crossplane-runtime/pull/711](https://redirect.github.com/crossplane/crossplane-runtime/pull/711) - chore(deps): update actions/checkout digest to [`a5ac7e5`](https://redirect.github.com/crossplane/crossplane-runtime/commit/a5ac7e5) (master) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/712](https://redirect.github.com/crossplane/crossplane-runtime/pull/712) - chore(deps): update dependency earthly/earthly to v0.8.13 (master) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/713](https://redirect.github.com/crossplane/crossplane-runtime/pull/713) - chore(deps): update dependency go to v1.22.3 (master) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/724](https://redirect.github.com/crossplane/crossplane-runtime/pull/724) - Allow Renovate to run Earthly by [@​negz](https://redirect.github.com/negz) in [https://github.com/crossplane/crossplane-runtime/pull/723](https://redirect.github.com/crossplane/crossplane-runtime/pull/723) - Don't drop privs to ubuntu before running Renovate by [@​negz](https://redirect.github.com/negz) in [https://github.com/crossplane/crossplane-runtime/pull/727](https://redirect.github.com/crossplane/crossplane-runtime/pull/727) - fix(deps): update module github.com/go-logr/logr to v1.4.2 (master) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/725](https://redirect.github.com/crossplane/crossplane-runtime/pull/725) - chore(deps): update zeebe-io/backport-action action to v2.5.0 (master) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/728](https://redirect.github.com/crossplane/crossplane-runtime/pull/728) - Use GitHub releases, not tags, for Earthfile deps by [@​negz](https://redirect.github.com/negz) in [https://github.com/crossplane/crossplane-runtime/pull/730](https://redirect.github.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://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/729](https://redirect.github.com/crossplane/crossplane-runtime/pull/729) - fix(deps): update module github.com/prometheus/client_golang to v1.19.1 (master) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/731](https://redirect.github.com/crossplane/crossplane-runtime/pull/731) - Composite Receiver Functions for Conditions by [@​dalton-hill-0](https://redirect.github.com/dalton-hill-0) in [https://github.com/crossplane/crossplane-runtime/pull/738](https://redirect.github.com/crossplane/crossplane-runtime/pull/738) - chore(deps): update github/codeql-action digest to [`b611370`](https://redirect.github.com/crossplane/crossplane-runtime/commit/b611370) (master) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/735](https://redirect.github.com/crossplane/crossplane-runtime/pull/735) - chore(deps): update actions/checkout digest to [`692973e`](https://redirect.github.com/crossplane/crossplane-runtime/commit/692973e) (master) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/740](https://redirect.github.com/crossplane/crossplane-runtime/pull/740) - Disconnect() on per reconcile loop scoped external client by [@​ravilr](https://redirect.github.com/ravilr) in [https://github.com/crossplane/crossplane-runtime/pull/745](https://redirect.github.com/crossplane/crossplane-runtime/pull/745) - Change logs support to track all changes being made to managed resources by [@​jbw976](https://redirect.github.com/jbw976) in [https://github.com/crossplane/crossplane-runtime/pull/754](https://redirect.github.com/crossplane/crossplane-runtime/pull/754) - chore(deps): update actions/create-github-app-token digest to [`31c86eb`](https://redirect.github.com/crossplane/crossplane-runtime/commit/31c86eb) (master) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/741](https://redirect.github.com/crossplane/crossplane-runtime/pull/741) - fix(deps): update module google.golang.org/protobuf to v1.34.2 (master) by [@​crossplane-renovate](https://redirect.github.com/crossplane-renovate) in [https://github.com/crossplane/crossplane-runtime/pull/733](https://redirect.github.com/crossplane/crossplane-runtime/pull/733) - chore(deps): bump bufbuild/buf to 1.36.0 by [@​phisco](https://redirect.github.com/phisco) in [https://github.com/crossplane/crossplane-runtime/pull/755](https://redirect.github.com/crossplane/crossplane-runtime/pull/755) - fix: regenerate with buf 1.36.0 by [@​phisco](https://redirect.github.com/phisco) in [https://github.com/crossplane/crossplane-runtime/pull/758](https://redirect.github.com/crossplane/crossplane-runtime/pull/758) #### New Contributors - [@​dalton-hill-0](https://redirect.github.com/dalton-hill-0) made their first contribution in [https://github.com/crossplane/crossplane-runtime/pull/738](https://redirect.github.com/crossplane/crossplane-runtime/pull/738) - [@​ravilr](https://redirect.github.com/ravilr) made their first contribution in [https://github.com/crossplane/crossplane-runtime/pull/745](https://redirect.github.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://redirect.github.com/crossplane/crossplane-runtime/releases/tag/v1.16.0) [Compare Source](https://redirect.github.com/crossplane/crossplane-runtime/compare/v1.15.1...v1.16.0) #### What's Changed - Empty commit for 1.15 release by [@​phisco](https://redirect.github.com/phisco) in [https://github.com/crossplane/crossplane-runtime/pull/649](https://redirect.github.com/crossplane/crossplane-runtime/pull/649) - Update github/codeql-action digest to [`b7bf0a3`](https://redirect.github.com/crossplane/crossplane-runtime/commit/b7bf0a3) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/crossplane/crossplane-runtime/pull/650](https://redirect.github.com/crossplane/crossplane-runtime/pull/650) - reconciler/managed: make more resilient to error conditions by [@​sttts](https://redirect.github.com/sttts) in [https://github.com/crossplane/crossplane-runtime/pull/651](https://redirect.github.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://redirect.github.com/phisco) in [https://github.com/crossplane/crossplane-runtime/pull/656](https://redirect.github.com/crossplane/crossplane-runtime/pull/656) - Update module google.golang.org/grpc to v1.61.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/crossplane/crossplane-runtime/pull/647](https://redirect.github.com/crossplane/crossplane-runtime/pull/647) - Update kubernetes deps by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/crossplane/crossplane-runtime/pull/630](https://redirect.github.com/crossplane/crossplane-runtime/pull/630) - Update aquasecurity/trivy-action action to v0.17.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/crossplane/crossplane-runtime/pull/665](https://redirect.github.com/crossplane/crossplane-runtime/pull/665) - Update codecov/codecov-action digest to [`e0b68c6`](https://redirect.github.com/crossplane/crossplane-runtime/commit/e0b68c6) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/crossplane/crossplane-runtime/pull/661](https://redirect.github.com/crossplane/crossplane-runtime/pull/661) - Update github/codeql-action digest to [`e8893c5`](https://redirect.github.com/crossplane/crossplane-runtime/commit/e8893c5) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/crossplane/crossplane-runtime/pull/664](https://redirect.github.com/crossplane/crossplane-runtime/pull/664) - Add a nil case to the `getValueFromInterface` function by [@​sergenyalcin](https://redirect.github.com/sergenyalcin) in [https://github.com/crossplane/crossplane-runtime/pull/666](https://redirect.github.com/crossplane/crossplane-runtime/pull/666) - Update dependency golang to v1.22.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/crossplane/crossplane-runtime/pull/667](https://redirect.github.com/crossplane/crossplane-runtime/pull/667) - logging: add SetFilteredKlogLogger to show client-go throttling logs by [@​sttts](https://redirect.github.com/sttts) in [https://github.com/crossplane/crossplane-runtime/pull/673](https://redirect.github.com/crossplane/crossplane-runtime/pull/673) - Bump golangci-lint, copy config from c/c by [@​negz](https://redirect.github.com/negz) in [https://github.com/crossplane/crossplane-runtime/pull/676](https://redirect.github.com/crossplane/crossplane-runtime/pull/676) - Update actions/cache digest to [`ab5e6d0`](https://redirect.github.com/crossplane/crossplane-runtime/commit/ab5e6d0) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/crossplane/crossplane-runtime/pull/677](https://redirect.github.com/crossplane/crossplane-runtime/pull/677) - Add ability to expose resource reconciliation progress by [@​pedjak](https://redirect.github.com/pedjak) in [https://github.com/crossplane/crossplane-runtime/pull/633](https://redirect.github.com/crossplane/crossplane-runtime/pull/633) - Update module golang.org/x/net to v0.23.0 \[SECURITY] by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/crossplane/crossplane-runtime/pull/685](https://redirect.github.com/crossplane/crossplane-runtime/pull/685) - Introduce High Level MR metrics by [@​ezgidemirel](https://redirect.github.com/ezgidemirel) in [https://github.com/crossplane/crossplane-runtime/pull/683](https://redirect.github.com/crossplane/crossplane-runtime/pull/683) - \[Backport release-1.16] Fix MR state metrics when MRs are deleted by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/crossplane/crossplane-runtime/pull/691](https://redirect.github.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 months 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.2 -> 1.23.2
google.golang.org/protobuf v1.33.0 -> v1.34.2
k8s.io/apiextensions-apiserver v0.29.3 -> v0.31.0
k8s.io/apimachinery v0.29.3 -> v0.31.0
sigs.k8s.io/controller-tools v0.14.0 -> v0.16.0
dario.cat/mergo v1.0.0 -> v1.0.1
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/evanphx/json-patch/v5 v5.8.0 -> v5.9.0
github.com/fatih/color v1.16.0 -> v1.17.0
github.com/go-logr/logr v1.4.1 -> v1.4.2
github.com/go-openapi/swag v0.22.3 -> v0.22.4
github.com/google/uuid v1.4.0 -> v1.6.0
github.com/spf13/cobra v1.8.0 -> v1.8.1
go.uber.org/zap v1.26.0 -> v1.27.0
golang.org/x/mod v0.14.0 -> v0.20.0
golang.org/x/net v0.20.0 -> v0.28.0
golang.org/x/oauth2 v0.15.0 -> v0.21.0
golang.org/x/sys v0.16.0 -> v0.23.0
golang.org/x/term v0.16.0 -> v0.23.0
golang.org/x/text v0.14.0 -> v0.17.0
golang.org/x/tools v0.17.0 -> v0.24.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac -> v0.0.0-20240701130421-f6361c86f094
google.golang.org/grpc v1.61.0 -> v1.65.0
k8s.io/api v0.29.3 -> v0.31.0
k8s.io/client-go v0.29.3 -> v0.31.0
k8s.io/klog/v2 v2.110.1 -> v2.130.1
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 -> v0.0.0-20240228011516-70dd3763d340
k8s.io/utils v0.0.0-20240102154912-e7106e64919e -> v0.0.0-20240711033017-18e509b52bc8
sigs.k8s.io/controller-runtime v0.17.0 -> v0.19.0