Open renovate[bot] opened 1 month ago
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):
go
directive was updated for compatibility reasonsDetails:
Package | Change |
---|---|
go |
1.23.2 -> 1.23.3 |
github.com/cloudnative-pg/barman-cloud |
v0.0.0-20240924124724-92831d48562a -> v0.0.0-20241105055149-ae6c2408bd14 |
github.com/google/pprof |
v0.0.0-20240910150728-a0b0bb1d4134 -> v0.0.0-20241029153458-d1b30febd7db |
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring |
v0.75.2 -> v0.78.1 |
golang.org/x/net |
v0.29.0 -> v0.30.0 |
golang.org/x/sys |
v0.25.0 -> v0.27.0 |
golang.org/x/term |
v0.24.0 -> v0.25.0 |
golang.org/x/text |
v0.18.0 -> v0.19.0 |
golang.org/x/tools |
v0.25.0 -> v0.26.0 |
google.golang.org/genproto/googleapis/rpc |
v0.0.0-20240814211410-ddb44dafa142 -> v0.0.0-20240903143218-8af14fe29dc1 |
google.golang.org/protobuf |
v1.34.2 -> v1.35.2 |
k8s.io/apiextensions-apiserver |
v0.31.1 -> v0.31.2 |
k8s.io/client-go |
v0.31.1 -> v0.31.2 |
k8s.io/utils |
v0.0.0-20240921022957-49e7df575cb6 -> v0.0.0-20241104163129-6fe5fd82f078 |
This PR contains the following updates:
98baa9f
->219d7a1
5844b83
->04f8945
0e5ba4f
->042a028
v2.20.2
->v2.21.0
v1.34.2
->v1.35.1
v1.65.0
->v1.68.0
v0.31.1
->v0.31.2
v0.31.1
->v0.31.2
v0.19.0
->v0.19.1
Release Notes
onsi/ginkgo (github.com/onsi/ginkgo/v2)
### [`v2.21.0`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.21.0) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.20.2...v2.21.0) #### 2.21.0 ##### Features - add support for GINKGO_TIME_FORMAT \[[`a69eb39`](https://redirect.github.com/onsi/ginkgo/commit/a69eb39)] - add GINKGO_NO_COLOR to disable colors via environment variables \[[`bcab9c8`](https://redirect.github.com/onsi/ginkgo/commit/bcab9c8)] ##### Fixes - increase threshold in timeline matcher \[[`e548367`](https://redirect.github.com/onsi/ginkgo/commit/e548367)] - Fix the document by replacing `SpecsThatWillBeRun` with `SpecsThatWillRun` \[[`c2c4d3c`](https://redirect.github.com/onsi/ginkgo/commit/c2c4d3c)] ##### Maintenance - bump various dependencies \[[`7e65a00`](https://redirect.github.com/onsi/ginkgo/commit/7e65a00)]onsi/gomega (github.com/onsi/gomega)
### [`v1.35.1`](https://redirect.github.com/onsi/gomega/releases/tag/v1.35.1) [Compare Source](https://redirect.github.com/onsi/gomega/compare/v1.35.0...v1.35.1) #### 1.35.1 ##### Fixes - Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext \[[`ca36da1`](https://redirect.github.com/onsi/gomega/commit/ca36da1)] ### [`v1.35.0`](https://redirect.github.com/onsi/gomega/releases/tag/v1.35.0) [Compare Source](https://redirect.github.com/onsi/gomega/compare/v1.34.2...v1.35.0) #### 1.35.0 ##### Features - You can now call `EnforceDefaultTimeoutsWhenUsingContexts()` to have `Eventually` honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) \[[`e4c4265`](https://redirect.github.com/onsi/gomega/commit/e4c4265)] - You can call `StopTrying(message).Successfully()` to abort a `Consistently` early without failure \[[`eeca931`](https://redirect.github.com/onsi/gomega/commit/eeca931)] ##### Fixes - Stop memoizing the result of `HaveField` to avoid unexpected errors when used with async assertions. \[[`3bdbc4e`](https://redirect.github.com/onsi/gomega/commit/3bdbc4e)] ##### Maintenance - Bump all dependencies \[[`a05a416`](https://redirect.github.com/onsi/gomega/commit/a05a416)]grpc/grpc-go (google.golang.org/grpc)
### [`v1.68.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.68.0): Release 1.68.0 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.67.1...v1.68.0) ### Behavior Changes - stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file ([#7740](https://redirect.github.com/grpc/grpc-go/issues/7740)) - orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. ([#7663](https://redirect.github.com/grpc/grpc-go/issues/7663)) - client: `ClientConn.Close()` now closes transports simultaneously and waits for transports to be closed before returning. ([#7666](https://redirect.github.com/grpc/grpc-go/issues/7666)) - credentials: TLS credentials created via `NewTLS` that use `tls.Config.GetConfigForClient` will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the `GetConfigForClient` option. ([#7709](https://redirect.github.com/grpc/grpc-go/issues/7709)) ### Bug Fixes - transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. ([#7662](https://redirect.github.com/grpc/grpc-go/issues/7662)) - mem: reuse buffers more accurately by using slice capacity instead of length ([#7702](https://redirect.github.com/grpc/grpc-go/issues/7702)) - Special Thanks: [@PapaCharlie](https://redirect.github.com/PapaCharlie) - status: Fix regression caused by [#6919](https://redirect.github.com/grpc/grpc-go/issues/6919) in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1. ([#7724](https://redirect.github.com/grpc/grpc-go/issues/7724)) ### Dependencies - Bump minimum supported Go version to `go1.22.7`. ([#7624](https://redirect.github.com/grpc/grpc-go/issues/7624)) ### [`v1.67.1`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.67.1): Release 1.67.1 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.67.0...v1.67.1) ### Bug Fixes - transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. ([#7667](https://redirect.github.com/grpc/grpc-go/issues/7667)) - xds/server: Fix xDS Server memory leak. ([#7681](https://redirect.github.com/grpc/grpc-go/issues/7681)) ### [`v1.67.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.67.0): Release 1.67.0 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.66.3...v1.67.0) ### Bug Fixes - ringhash: when used with multiple EDS priorities, fix bug that could prevent a higher priority from recovering from transient failure. ([#7364](https://redirect.github.com/grpc/grpc-go/issues/7364)) - Special Thanks: [@atollena](https://redirect.github.com/atollena) ### Behavior Changes - In accordance with [RFC 7540](https://tools.ietf.org/html/rfc7540#section-3.3), clients and servers will now reject TLS connections that don't support ALPN. This can be disabled by setting the environment variable `GRPC_ENFORCE_ALPN_ENABLED` to `false` (case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. ([#7535](https://redirect.github.com/grpc/grpc-go/issues/7535)) ### [`v1.66.3`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.66.3): Release 1.66.3 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.66.2...v1.66.3) ### Bug Fixes - transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. ([#7667](https://redirect.github.com/grpc/grpc-go/issues/7667)) - xds/server: Fix xDS Server memory leak. ([#7681](https://redirect.github.com/grpc/grpc-go/issues/7681)) ### [`v1.66.2`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.66.2): Release 1.66.2 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.66.1...v1.66.2) ### Dependencies - Remove unintentional dependency on the `testing` package ([#7579](https://redirect.github.com/grpc/grpc-go/issues/7579)) - Remove unintentional dependency on the `flate` package ([#7595](https://redirect.github.com/grpc/grpc-go/issues/7595)) - Special Thanks: [@ash2k](https://redirect.github.com/ash2k) ### Bug Fixes - client: fix a bug that prevented memory reuse after handling unary RPCs ([#7571](https://redirect.github.com/grpc/grpc-go/issues/7571)) - Special Thanks: [@coxley](https://redirect.github.com/coxley) ### [`v1.66.1`](https://redirect.github.com/grpc/grpc-go/compare/v1.66.0...v1.66.1) [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.66.0...v1.66.1) ### [`v1.66.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.66.0): Release 1.66.0 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.65.1...v1.66.0) ### New Features - metadata: stabilize `ValueFromIncomingContext` ([#7368](https://redirect.github.com/grpc/grpc-go/issues/7368)) - Special Thanks: [@KarthikReddyPuli](https://redirect.github.com/KarthikReddyPuli) - client: stabilize the `WaitForStateChange` and `GetState` methods, which were previously experimental. ([#7425](https://redirect.github.com/grpc/grpc-go/issues/7425)) - xds: Implement ADS flow control mechanism ([#7458](https://redirect.github.com/grpc/grpc-go/issues/7458)) - See [https://github.com/grpc/grpc/issues/34099](https://redirect.github.com/grpc/grpc/issues/34099) for context. - balancer/rls: Add metrics for data cache and picker internals ([#7484](https://redirect.github.com/grpc/grpc-go/issues/7484), [#7495](https://redirect.github.com/grpc/grpc-go/issues/7495)) - xds: LRS load reports now include the `total_issued_requests` field. ([#7544](https://redirect.github.com/grpc/grpc-go/issues/7544)) ### Bug Fixes - grpc: Clients now return status code INTERNAL instead of UNIMPLEMENTED when the server uses an unsupported compressor. This is consistent with the [gRPC compression spec](https://redirect.github.com/grpc/grpc/blob/master/doc/compression.md#compression-method-asymmetry-between-peers). ([#7461](https://redirect.github.com/grpc/grpc-go/issues/7461)) - Special Thanks: [@Gayathri625](https://redirect.github.com/Gayathri625) - transport: Fix a bug which could result in writes busy looping when the underlying `conn.Write` returns errors ([#7394](https://redirect.github.com/grpc/grpc-go/issues/7394)) - Special Thanks: [@veshij](https://redirect.github.com/veshij) - client: fix race that could lead to orphaned connections and associated resources. ([#7390](https://redirect.github.com/grpc/grpc-go/issues/7390)) - xds: use locality from the connected address for load reporting with pick_first ([#7378](https://redirect.github.com/grpc/grpc-go/issues/7378)) - without this fix, if a priority contains multiple localities with pick_first, load was reported for the wrong locality - client: prevent hanging during ClientConn.Close() when the network is unreachable ([#7540](https://redirect.github.com/grpc/grpc-go/issues/7540)) ### Performance Improvements - transport: double buffering is avoided when using an http connect proxy and the target server waits for client to send the first message. ([#7424](https://redirect.github.com/grpc/grpc-go/issues/7424)) - codec: Implement a new `Codec` which uses buffer recycling for encoded message ([#7356](https://redirect.github.com/grpc/grpc-go/issues/7356)) - introduce a `mem` package to facilitate buffer reuse ([#7432](https://redirect.github.com/grpc/grpc-go/issues/7432)) - Special Thanks: [@PapaCharlie](https://redirect.github.com/PapaCharlie) ### [`v1.65.1`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.65.1): Release 1.65.1 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.65.0...v1.65.1) ### Bug Fixes - xds/server: Fix xDS Server memory leak. ([https://github.com/grpc/grpc-go/pull/7664](https://redirect.github.com/grpc/grpc-go/pull/7664))kubernetes/api (k8s.io/api)
### [`v0.31.2`](https://redirect.github.com/kubernetes/api/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.31.1...v0.31.2)kubernetes/apimachinery (k8s.io/apimachinery)
### [`v0.31.2`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.31.1...v0.31.2)kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
### [`v0.19.1`](https://redirect.github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.19.1) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.19.0...v0.19.1) #### What's Changed - \[release-0.19] π± Verify PR titles with shell script by [@k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/2947](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2947) - \[release-0.19] π Fakeclient: preserve TypeMeta for PartialObjectMeta resources by [@k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/2951](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2951) - \[release-0.19] π± pr-verify: use env var for passing the PR title by [@k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/2962](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2962) - \[release-0.19] π± pr-verify: use env var for passing the PR title by [@k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/2965](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2965) - \[release-0.19] π± Fix PR verify action by [@k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/2974](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2974) - \[release-0.19] :bug: Fakeclient: Fix TOCTOU races by [@k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/2992](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2992) **Full Changelog**: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.0...v0.19.1Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.