Closed renovate[bot] closed 2 weeks 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):
Details:
Package | Change |
---|---|
github.com/Azure/azure-sdk-for-go/sdk/internal |
v1.8.0 -> v1.10.0 |
github.com/google/pprof |
v0.0.0-20240525223248-4bfdf5a9a2af -> v0.0.0-20241029153458-d1b30febd7db |
golang.org/x/crypto |
v0.24.0 -> v0.28.0 |
golang.org/x/net |
v0.26.0 -> v0.30.0 |
golang.org/x/sync |
v0.7.0 -> v0.8.0 |
golang.org/x/sys |
v0.21.0 -> v0.26.0 |
golang.org/x/term |
v0.21.0 -> v0.25.0 |
golang.org/x/text |
v0.16.0 -> v0.19.0 |
golang.org/x/tools |
v0.21.1-0.20240508182429-e35e4ccd0d2d -> v0.26.0 |
google.golang.org/protobuf |
v1.34.2 -> v1.35.1 |
This PR contains the following updates:
v1.11.1
->v1.16.0
v1.6.0
->v1.8.0
v2.19.0
->v2.21.0
v1.33.1
->v1.35.1
v0.31.0
->v0.31.2
v0.31.0
->v0.31.2
v0.31.0
->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)] ### [`v2.20.2`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.20.2) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.20.1...v2.20.2) #### 2.20.2 Require Go 1.22+ ##### Maintenance - bump go to v1.22 \[[`a671816`](https://redirect.github.com/onsi/ginkgo/commit/a671816)] ### [`v2.20.1`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.20.1) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.20.0...v2.20.1) #### 2.20.1 ##### Fixes - make BeSpecEvent duration matcher more forgiving \[[`d6f9640`](https://redirect.github.com/onsi/ginkgo/commit/d6f9640)] ### [`v2.20.0`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.20.0) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.19.1...v2.20.0) #### 2.20.0 ##### Features - Add buildvcs flag \[[`be5ab95`](https://redirect.github.com/onsi/ginkgo/commit/be5ab95)] ##### Maintenance - Add update-deps to makefile \[[`d303d14`](https://redirect.github.com/onsi/ginkgo/commit/d303d14)] - bump all dependencies \[[`7a50221`](https://redirect.github.com/onsi/ginkgo/commit/7a50221)] ### [`v2.19.1`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.19.1) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.19.0...v2.19.1) #### 2.19.1 ##### Fixes - update supported platforms for race conditions \[[`63c8c30`](https://redirect.github.com/onsi/ginkgo/commit/63c8c30)] - \[build] Allow custom name for binaries. \[[`ff41e27`](https://redirect.github.com/onsi/ginkgo/commit/ff41e27)] ##### Maintenance - bump gomega \[[`76f4e0c`](https://redirect.github.com/onsi/ginkgo/commit/76f4e0c)] - Bump rexml from 3.2.6 to 3.2.8 in /docs ([#1417](https://redirect.github.com/onsi/ginkgo/issues/1417)) \[[`b69c00d`](https://redirect.github.com/onsi/ginkgo/commit/b69c00d)] - Bump golang.org/x/sys from 0.20.0 to 0.21.0 ([#1425](https://redirect.github.com/onsi/ginkgo/issues/1425)) \[[`f097741`](https://redirect.github.com/onsi/ginkgo/commit/f097741)]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)] ### [`v1.34.2`](https://redirect.github.com/onsi/gomega/releases/tag/v1.34.2) [Compare Source](https://redirect.github.com/onsi/gomega/compare/v1.34.1...v1.34.2) #### 1.34.2 Require Go 1.22+ ##### Maintenance - bump ginkgo as well \[[`c59c6dc`](https://redirect.github.com/onsi/gomega/commit/c59c6dc)] - bump to go 1.22 - remove x/exp dependency \[[`8158b99`](https://redirect.github.com/onsi/gomega/commit/8158b99)] ### [`v1.34.1`](https://redirect.github.com/onsi/gomega/releases/tag/v1.34.1) [Compare Source](https://redirect.github.com/onsi/gomega/compare/v1.34.0...v1.34.1) #### 1.34.1 ##### Maintenance - Use slices from exp/slices to keep golang 1.20 compat \[[`5e71dcd`](https://redirect.github.com/onsi/gomega/commit/5e71dcd)] ### [`v1.34.0`](https://redirect.github.com/onsi/gomega/releases/tag/v1.34.0) [Compare Source](https://redirect.github.com/onsi/gomega/compare/v1.33.1...v1.34.0) #### 1.34.0 ##### Features - Add RoundTripper method to ghttp.Server \[[`c549e0d`](https://redirect.github.com/onsi/gomega/commit/c549e0d)] ##### Fixes - fix incorrect handling of nil slices in HaveExactElements (fixes [#771](https://redirect.github.com/onsi/gomega/issues/771)) \[[`878940c`](https://redirect.github.com/onsi/gomega/commit/878940c)] - issue\_765 - fixed bug in Hopcroft-Karp algorithm \[[`ebadb67`](https://redirect.github.com/onsi/gomega/commit/ebadb67)] ##### Maintenance - bump ginkgo \[[`8af2ece`](https://redirect.github.com/onsi/gomega/commit/8af2ece)] - Fix typo in docs \[[`123a071`](https://redirect.github.com/onsi/gomega/commit/123a071)] - Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 ([#756](https://redirect.github.com/onsi/gomega/issues/756)) \[[`0e69083`](https://redirect.github.com/onsi/gomega/commit/0e69083)] - Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 ([#755](https://redirect.github.com/onsi/gomega/issues/755)) \[[`2675796`](https://redirect.github.com/onsi/gomega/commit/2675796)] - Bump golang.org/x/net from 0.24.0 to 0.25.0 ([#754](https://redirect.github.com/onsi/gomega/issues/754)) \[[`4160c0f`](https://redirect.github.com/onsi/gomega/commit/4160c0f)] - Bump github-pages from 230 to 231 in /docs ([#748](https://redirect.github.com/onsi/gomega/issues/748)) \[[`892c303`](https://redirect.github.com/onsi/gomega/commit/892c303)]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) ### [`v0.31.1`](https://redirect.github.com/kubernetes/api/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.31.0...v0.31.1)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) ### [`v0.31.1`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.31.0...v0.31.1)kubernetes/client-go (k8s.io/client-go)
### [`v0.31.2`](https://redirect.github.com/kubernetes/client-go/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/client-go/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.31.0...v0.31.1)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 - "before 07:00 on Thursday" in timezone Europe/Oslo, 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.
👻 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.