Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Bump the all-go-mod-patch-and-minor group across 3 directories with 12 updates #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the all-go-mod-patch-and-minor group with 6 updates in the / directory:

Package From To
github.com/onsi/ginkgo/v2 2.20.2 2.22.1
github.com/prometheus/client_golang 1.20.3 1.20.5
k8s.io/api 0.30.3 0.30.8
k8s.io/client-go 0.30.3 0.30.8
k8s.io/component-base 0.30.3 0.30.8
sigs.k8s.io/cluster-api 1.8.4 1.8.7

Bumps the all-go-mod-patch-and-minor group with 1 update in the /hack/tools directory: k8s.io/apimachinery.
Bumps the all-go-mod-patch-and-minor group with 8 updates in the /test/e2e directory:

Package From To
github.com/onsi/ginkgo/v2 2.20.2 2.22.1
github.com/prometheus/client_golang 1.20.3 1.20.5
k8s.io/api 0.30.3 0.30.8
k8s.io/client-go 0.30.3 0.30.8
k8s.io/component-base 0.30.3 0.30.8
sigs.k8s.io/cluster-api 1.8.4 1.8.7
github.com/Shopify/toxiproxy/v2 2.9.0 2.11.0
sigs.k8s.io/cluster-api/test 1.8.4 1.8.7

Updates github.com/onsi/ginkgo/v2 from 2.20.2 to 2.22.1

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.22.1

2.22.1

Fixes

Fix CSV encoding

  • Update tests [aab3da6]
  • Properly encode CSV rows [c09df39]
  • Add test case for proper csv escaping [96a80fc]
  • Add meta-test [43dad69]

Maintenance

  • ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]
  • remove golang.org/x/net/context in favour of stdlib context [4df44bf]

v2.22.0

2.22.0

Features

  • Add label to serial nodes [0fcaa08]

This allows serial tests to be filtered using the label-filter

Maintenance

Various doc fixes

v2.21.0

2.21.0

Features

  • add support for GINKGO_TIME_FORMAT [a69eb39]
  • add GINKGO_NO_COLOR to disable colors via environment variables [bcab9c8]

Fixes

  • increase threshold in timeline matcher [e548367]
  • Fix the document by replacing SpecsThatWillBeRun with SpecsThatWillRun [c2c4d3c]

Maintenance

  • bump various dependencies [7e65a00]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.22.1

Fixes

Fix CSV encoding

  • Update tests [aab3da6]
  • Properly encode CSV rows [c09df39]
  • Add test case for proper csv escaping [96a80fc]
  • Add meta-test [43dad69]

Maintenance

  • ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]
  • remove golang.org/x/net/context in favour of stdlib context [4df44bf]

2.22.0

Features

  • Add label to serial nodes [0fcaa08]

This allows serial tests to be filtered using the label-filter

Maintenance

Various doc fixes

2.21.0

Features

  • add support for GINKGO_TIME_FORMAT [a69eb39]
  • add GINKGO_NO_COLOR to disable colors via environment variables [bcab9c8]

Fixes

  • increase threshold in timeline matcher [e548367]
  • Fix the document by replacing SpecsThatWillBeRun with SpecsThatWillRun [c2c4d3c]

Maintenance

  • bump various dependencies [7e65a00]
Commits
  • a0190b7 v2.22.1
  • 4df44bf remove golang.org/x/net/context in favour of stdlib context
  • c88c634 ensure *.test files are gitignored so we don't accidentally commit compiled t...
  • aab3da6 Update tests
  • c09df39 Properly encode CSV rows
  • 96a80fc Add test case for proper csv escaping
  • 43dad69 Add meta-test
  • 9e2f337 v2.22.0
  • 0fcaa08 Add label to serial nodes
  • 38febf2 docs: remove extra erroneous backtick
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.34.1 to 1.36.1

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.36.1

1.36.1

Fixes

v1.36.0

1.36.0

Features

  • new: make collection-related matchers Go 1.23 iterator aware [4c964c6]

Maintenance

  • Replace min/max helpers with built-in min/max [ece6872]
  • Fix some typos in docs [8e924d7]

v1.35.1

1.35.1

Fixes

  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]

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]
  • You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]

Fixes

  • Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]

Maintenance

  • Bump all dependencies [a05a416]

v1.34.2

1.34.2

Require Go 1.22+

Maintenance

  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.36.1

Fixes

1.36.0

Features

  • new: make collection-related matchers Go 1.23 iterator aware [4c964c6]

Maintenance

  • Replace min/max helpers with built-in min/max [ece6872]
  • Fix some typos in docs [8e924d7]

1.35.1

Fixes

  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]

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]
  • You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]

Fixes

  • Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]

Maintenance

  • Bump all dependencies [a05a416]

1.34.2

Require Go 1.22+

Maintenance

  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]
Commits

Updates github.com/prometheus/client_golang from 1.20.3 to 1.20.5

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.20.5 / 2024-10-15

We decided to revert the testutil change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.

Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced testutil package/module with more flexible and safer APIs.

Thanks to @​dashpole @​dgrisonnet @​kakkoyun @​ArthurSens @​vesari @​logicalhan @​krajorama @​bwplotka who helped in this patch release! 🤗

Changelog

[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645

v1.20.4

  • [BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #1623
Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.20.5 / 2024-10-15

  • [BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input.

1.20.4 / 2024-09-07

  • [BUGFIX] histograms: Fix possible data race when appending exemplars vs metrics gather. #1623
Commits
  • 48e12a1 Merge pull request #1645 from prometheus/cut-1204-pr1424
  • 504ad9b Cut 1.20.5; update comments.
  • 584a7ce Revert "testutil compareMetricFamilies: make less error-prone (#1424)"
  • 05fcde9 Merge pull request #1623 from krajorama/data-race-in-histogram-write
  • 209f4c0 Add changelog
  • 1e398cc native histogram: Fix race between Write and addExemplar
  • See full diff in compare view

Updates golang.org/x/text from 0.17.0 to 0.21.0

Commits
  • d42948e go.mod: update golang.org/x dependencies
  • efd25da go.mod: update golang.org/x dependencies
  • 8a0e65e README: don't recommend go get
  • fefda1a internal/texttest: remove Run and Bench helpers
  • a457f47 all: normalize subtest names to NFC
  • 3043346 x/text: Correct examples in number/doc
  • 38a95c2 all: fix some comments
  • 20097e4 all: fix printf(var) mistakes detected by latest printf checker
  • 1e3e9fd all: rename Example test functions to prevent vet errors
  • See full diff in compare view

Updates k8s.io/api from 0.30.3 to 0.30.8

Commits
  • 76b23e0 Update dependencies to v0.30.8 tag
  • f67709f Merge pull request #126666thockin/automated-cherry-pick-of-#126057
  • 02ab4fd make PodIP.IP and HostIP.IP required.
  • 48606d9 Merge pull request #126146 from xyz-li/cherrypick-124568
  • 58fa4cb Merge pull request #126059mimowo/automated-cherry-pick-of-#126046
  • 8d00fd3 api: fix ValidatingAdmissionPolicyList json tag
  • 7c0a335 Use omitempty for optional fields in Job Pod Failure Policy
  • See full diff in compare view

Updates k8s.io/apimachinery from 0.30.3 to 0.30.8

Commits
  • 07dc100 Merge pull request #126253seans3/automated-cherry-pick-of-#126231
  • 117cae1 Falls back to SPDY for gorilla/websocket https proxy error
  • See full diff in compare view

Updates k8s.io/client-go from 0.30.3 to 0.30.8

Commits
  • b47f9d4 Update dependencies to v0.30.8 tag
  • 8a9438e Merge pull request #126797BenTheElder/automated-cherry-pick-of-#126449
  • cdafd6e update coredns/corefile-migration to v1.0.24 to support coredns v1.11.3
  • 8981a9a Merge pull request #126666thockin/automated-cherry-pick-of-#126057
  • f2cf545 make PodIP.IP and HostIP.IP required.
  • 274256e Merge pull request #126253seans3/automated-cherry-pick-of-#126231
  • c594704 moving for easier cherry-pick
  • b6e8438 Falls back to SPDY for gorilla/websocket https proxy error
  • See full diff in compare view

Updates k8s.io/component-base from 0.30.3 to 0.30.8

Commits

Updates sigs.k8s.io/cluster-api from 1.8.4 to 1.8.7

Release notes

Sourced from sigs.k8s.io/cluster-api's releases.

v1.8.7

👌 Kubernetes version support

  • Management Cluster: v1.27.x -> v1.31.x
  • Workload Cluster: v1.25.x -> v1.31.x

More information about version support can be found here

Changes since v1.8.6

📈 Overview

  • 2 new commits merged

🌱 Others

  • Dependency: Bump golang.org/x/crypto (#11580)
  • Runtime SDK: Cache DiscoveryVariables calls (#11600)

Dependencies

Added

Nothing has changed.

Changed

  • golang.org/x/crypto: v0.25.0 → v0.31.0
  • golang.org/x/sync: v0.7.0 → v0.10.0
  • golang.org/x/sys: v0.22.0 → v0.28.0
  • golang.org/x/term: v0.22.0 → v0.27.0
  • golang.org/x/text: v0.16.0 → v0.21.0

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.8.6

👌 Kubernetes version support

  • Management Cluster: v1.27.x -> v1.31.x
  • Workload Cluster: v1.25.x -> v1.31.x

More information about version support can be found here

Changes since v1.8.5

📈 Overview

  • 8 new commits merged
  • 1 bug fixed 🐛

🐛 Bug Fixes

  • clusterctl: Fix: considers objects in kube-system for cert-manager to avoid upgrading twice (#11456)

🌱 Others

... (truncated)

Commits
  • 0b3fda4 [release-1.8] 🌱 Cache DiscoveryVariables calls (#11600)
  • c05c3e6 Merge pull request #11580 from fabriziopandini/release1.8-bump-golang.org/x/c...
  • e400911 Bump golang.org/x/crypto
  • 270d1e1 Merge pull request #11541 from k8s-infra-cherrypick-robot/cherry-pick-11478-t...
  • 6406353 seedling: Add retry to clusterctl UpgradeWithBinary
  • ecb0722 Merge pull request #11536 from k8s-infra-cherrypick-robot/cherry-pick-11534-t...
  • 1adad43 Bump go to v1.22.10
  • a54eadb Merge pull request #11533 from chrischdi/pr-bump-corefile-migration-1-8
  • e299847 Bump github.com/coredns/corefile-migration to v1.0.24
  • 0450e7b Merge pull request #11525 from m-messiah/update-controller-runtime-18
  • Additional commits viewable in compare view

Updates sigs.k8s.io/controller-runtime from 0.18.5 to 0.18.6

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.18.6

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.18.5...v0.18.6

Commits
  • 12955b3 Merge pull request #3035 from kubernetes-sigs/backport-018-3023
  • 082726a [release-0.19] 🐛 Refactor certificate watcher to use polling, instead of fsno...
  • 318aa09 Merge pull request #3036 from k8s-infra-cherrypick-robot/cherry-pick-3031-to-...
  • 98e5e8d seedling: Make using leader elector with client timeout non-breaking
  • 1789992 bug: Fix RenewDeadline typo in leader election
  • f5d202d warning: Use leader elector with client timeout
  • 267b59e Merge pull request #2975 from k8s-infra-cherrypick-robot/cherry-pick-2973-to-...
  • cb2f1a7 Fix PR verify action
  • aaf4d3b Merge pull request #2966 from k8s-infra-cherrypick-robot/cherry-pick-2964-to-...
  • 717629d pr-verify: use env var for passing the PR title
  • Additional commits viewable in compare view

Updates k8s.io/apimachinery from 0.30.3 to 0.30.8

Commits
  • 07dc100 Merge pull request #126253seans3/automated-cherry-pick-of-#126231
  • 117cae1 Falls back to SPDY for gorilla/websocket https proxy error
  • See full diff in compare view

Updates github.com/onsi/ginkgo/v2 from 2.20.2 to 2.22.1

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.22.1

2.22.1

Fixes

Fix CSV encoding

  • Update tests [aab3da6]
  • Properly encode CSV rows [c09df39]
  • Add test case for proper csv escaping [96a80fc]
  • Add meta-test [43dad69]

Maintenance

  • ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]
  • remove golang.org/x/net/context in favour of stdlib context [4df44bf]

v2.22.0

2.22.0

Features

  • Add label to serial nodes [0fcaa08]

This allows serial tests to be filtered using the label-filter

Maintenance

Various doc fixes

v2.21.0

2.21.0

Features

  • add support for GINKGO_TIME_FORMAT [a69eb39]
  • add GINKGO_NO_COLOR to disable colors via environment variables [bcab9c8]

Fixes

  • increase threshold in timeline matcher [e548367]
  • Fix the document by replacing SpecsThatWillBeRun with SpecsThatWillRun [c2c4d3c]

Maintenance

  • bump various dependencies [7e65a00]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.22.1

Fixes

Fix CSV encoding

  • Update tests [aab3da6]
  • Properly encode CSV rows [c09df39]
  • Add test case for proper csv escaping [96a80fc]
  • Add meta-test [43dad69]

Maintenance

  • ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]
  • remove golang.org/x/net/context in favour of stdlib context [4df44bf]

2.22.0

Features

  • Add label to serial nodes [0fcaa08]

This allows serial tests to be filtered using the label-filter

Maintenance

Various doc fixes

2.21.0

Features

  • add support for GINKGO_TIME_FORMAT [a69eb39]
  • add GINKGO_NO_COLOR to disable colors via environment variables [bcab9c8]

Fixes

  • increase threshold in timeline matcher [e548367]
  • Fix the document by replacing SpecsThatWillBeRun with SpecsThatWillRun [c2c4d3c]

Maintenance

  • bump various dependencies [7e65a00]
Commits
  • a0190b7 v2.22.1
  • 4df44bf remove golang.org/x/net/context in favour of stdlib context
  • c88c634 ensure *.test files are gitignored so we don't accidentally commit compiled t...
  • aab3da6 Update tests
  • c09df39 Properly encode CSV rows
  • 96a80fc Add test case for proper csv escaping
  • 43dad69 Add meta-test
  • 9e2f337 v2.22.0
  • 0fcaa08 Add label to serial nodes
  • 38febf2 docs: remove extra erroneous backtick
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.34.1 to 1.36.1

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.36.1

1.36.1

Fixes

v1.36.0

1.36.0

Features

  • new: make collection-related matchers Go 1.23 iterator aware [4c964c6]

Maintenance

  • Replace min/max helpers with built-in min/max [ece6872]
  • Fix some typos in docs [8e924d7]

v1.35.1

1.35.1

Fixes

  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]

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]
  • You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]

Fixes

  • Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]

Maintenance

  • Bump all dependencies [a05a416]

v1.34.2

1.34.2

Require Go 1.22+

Maintenance

  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.36.1

Fixes

1.36.0

Features

  • new: make collection-related matchers Go 1.23 iterator aware [4c964c6]

Maintenance

  • Replace min/max helpers with built-in min/max [ece6872]
  • Fix some typos in docs [8e924d7]

1.35.1

Fixes

  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]

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]
  • You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]

Fixes

  • Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]

Maintenance

  • Bump all dependencies [a05a416]

1.34.2

Require Go 1.22+

Maintenance

  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]
Commits

Updates github.com/prometheus/client_golang from 1.20.3 to 1.20.5

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.20.5 / 2024-10-15

We decided to revert the testutil change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.

Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced testutil package/module with more flexible and safer APIs.

Thanks to @​dashpole @​dgrisonnet @​kakkoyun @​ArthurSens @​vesari @​logicalhan @​krajorama @​bwplotka who helped in this patch release! 🤗

Changelog

[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645

v1.20.4

  • [BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #1623
Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.20.5 / 2024-10-15

  • [BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input.

1.20.4 / 2024-09-07

  • [BUGFIX] histograms: Fix possible data race when appending exemplars vs metrics gather. #1623
Commits
  • 48e12a1 Merge pull request #1645 from prometheus/cut-1204-pr1424
  • 504ad9b Cut 1.20.5; update comments.
  • 584a7ce Revert "testutil compareMetricFamilies: make less error-prone (#1424)"
  • 05fcde9 Merge pull request #1623 from krajorama/data-race-in-histogram-write
  • 209f4c0 Add changelog
  • 1e398cc native histogram: Fix race between Write and addExemplar
  • See full diff in compare view

Updates golang.org/x/text from 0.17.0 to 0.21.0

Commits
  • d42948e go.mod: update golang.org/x dependencies
  • efd25da go.mod: update golang.org/x dependencies
  • 8a0e65e README: don't recommend go get
  • fefda1a internal/texttest: remove Run and Bench helpers
  • a457f47 all: normalize subtest names to NFC
  • 3043346 x/text: Correct examples in number/doc
  • 38a95c2 all: fix some comments
  • 20097e4 all: fix printf(var) mistakes detected by latest printf checker
  • 1e3e9fd all: rename Example test functions to prevent vet errors
  • See full diff in compare view

Updates k8s.io/api from 0.30.3 to 0.30.8

Commits
  • 76b23e0 Update dependencies to v0.30.8 tag
  • f67709f Merge pull request #126666thockin/automated-cherry-pick-of-#126057
  • 02ab4fd make PodIP.IP and HostIP.IP required.
  • 48606d9 Merge pull request #126146 from xyz-li/cherrypick-124568
  • 58fa4cb Merge pull request #126059mimowo/automated-cherry-pick-of-#126046
  • 8d00fd3 api: fix ValidatingAdmissionPolicyList json tag
  • 7c0a335 Use omitempty for optional fields in Job Pod Failure Policy
  • See full diff in compare view

Updates k8s.io/apimachinery from 0.30.3 to 0.30.8

Commits
  • 07dc100 Merge pull request #126253seans3/automated-cherry-pick-of-#126231
  • 117cae1 Falls back to SPDY for gorilla/websocket https proxy error
  • See full diff in compare view

Updates k8s.io/client-go from 0.30.3 to 0.30.8

Commits
  • b47f9d4 Update dependencies to v0.30.8 tag
  • 8a9438e Merge pull request #126797BenTheElder/automated-cherry-pick-of-#126449
  • cdafd6e update coredns/corefile-migration to v1.0.24 to support coredns v1.11.3
  • 8981a9a Merge pull request #126666thockin/automated-cherry-pick-of-#126057
  • f2cf545 make PodIP.IP and HostIP.IP required.
  • 274256e Merge pull request #126253seans3/automated-cherry-pick-of-#126231
  • c594704 moving for easier cherry-pick
  • b6e8438 Falls back to SPDY for gorilla/websocket https proxy error
  • See full diff in compare view

Updates k8s.io/component-base from 0.30.3 to 0.30.8

Commits

Updates sigs.k8s.io/cluster-api from 1.8.4 to 1.8.7

Release notes

Sourced from sigs.k8s.io/cluster-api's releases.

v1.8.7

👌 Kubernetes version support

  • Management Cluster: v1.27.x -> v1.31.x
  • Workload Cluster: v1.25.x -> v1.31.x

More information about version support can be found here

Changes since v1.8.6

📈 Overview

  • 2 new commits merged

🌱 Others

  • Dependency: Bump golang.org/x/crypto (#11580)
  • Runtime SDK: Cache DiscoveryVariables calls (#11600)

Dependencies

Added

Nothing has changed.

Changed

  • golang.org/x/crypto: v0.25.0 → v0.31.0
  • golang.org/x/sync: v0.7.0 → v0.10.0
  • golang.org/x/sys: v0.22.0 → v0.28.0
  • golang.org/x/term: v0.22.0 → v0.27.0
  • golang.org/x/text: v0.16.0 → v0.21.0

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.8.6

👌 Kubernetes version support

  • Management Cluster: v1.27.x -> v1.31.x
  • Workload Cluster: v1.25.x -> v1.31.x

More information about version support can be found here

Changes since v1.8.5

📈 Overview

  • 8 new commits merged
  • 1 bug fixed 🐛

🐛 Bug Fixes

  • clusterctl: Fix: considers objects in kube-system for cert-manager to avoid upgrading twice (#11456)

🌱 Others

... (truncated)

Commits
  • 0b3fda4 [release-1.8] 🌱 Cache DiscoveryVariables calls (#11600)
  • c05c3e6 Merge pull request #11580 from fabriziopandini/release1.8-bump-golang.org/x/c...
  • e400911 Bump golang.org/x/crypto
  • 270d1e1 Merge pull request #11541 from k8s-infra-cherrypick-robot/cherry-pick-11478-t...
  • 6406353 seedling: Add retry to clusterctl UpgradeWithBinary
  • ecb0722 Merge pull request #11536 from k8s-infra-cherrypick-robot/cherry-pick-11534-t...
  • 1adad43 Bump go to v1.22.10
  • a54eadb Merge pull request #11533 from chrischdi/pr-bump-corefile-migration-1-8
  • e299847 Bump github.com/coredns/corefile-migration to v1.0.24
  • 0450e7b Merge pull request #11525 from m-messiah/update-controller-runtime-18
  • Additional commits viewable in compare view

Updates sigs.k8s.io/controller-runtime from 0.18.5 to 0.18.6

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.18.6

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.18.5...v0.18.6

Commits
  • 12955b3 Merge pull request #3035 from kubernetes-sigs/backport-018-3023
  • 082726a [release-0.19] 🐛 Refactor certificate watcher to use polling, instead of fsno...
  • 318aa09 Merge pull request #3036 from k8s-infra-cherrypick-robot/cherry-pick-3031-to-...
  • 98e5e8d seedling: Make using leader elector with client timeout non-breaking
  • 1789992 bug: Fix RenewDeadline typo in leader election
  • f5d202d warning: Use leader elector with client timeout
  • 267b59e Merge pull request #2975 from k8s-infra-cherrypick-robot/cherry-pick-2973-to-...
  • cb2f1a7 Fix PR verify action
  • aaf4d3b Merge pull request #2966 from k8s-infra-cherrypick-robot/cherry-pick-2964-to-...
  • 717629d pr-verify: use env var for passing the PR title
  • Additional commits viewable in compare view

Updates github.com/Shopify/toxiproxy/v2 from 2.9.0 to 2.11.0

Release notes

Sourced from github.com/Shopify/toxiproxy/v2's releases.

v2.11.0

v2.10.0

Changelog

Sourced from github.com/Shopify/toxiproxy/v2's changelog.

[2.11.0] - 2024-10-16

[2.10.0] - 2024-10-08

Commits
  • 569112e Release 2.11.0
  • 31bef9b Do not pin minimum patch version in module (#595)
  • ad95384 Release 2.10.0
  • 1d96553 Update go to latest patch release of 1.22 (#594)
  • 07e372b Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.4 (

… 12 updates

Bumps the all-go-mod-patch-and-minor group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.20.2` | `2.22.1` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.3` | `1.20.5` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.30.3` | `0.30.8` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.30.3` | `0.30.8` |
| [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.30.3` | `0.30.8` |
| [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) | `1.8.4` | `1.8.7` |

Bumps the all-go-mod-patch-and-minor group with 1 update in the /hack/tools directory: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery).
Bumps the all-go-mod-patch-and-minor group with 8 updates in the /test/e2e directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.20.2` | `2.22.1` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.3` | `1.20.5` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.30.3` | `0.30.8` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.30.3` | `0.30.8` |
| [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.30.3` | `0.30.8` |
| [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) | `1.8.4` | `1.8.7` |
| [github.com/Shopify/toxiproxy/v2](https://github.com/Shopify/toxiproxy) | `2.9.0` | `2.11.0` |
| [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api) | `1.8.4` | `1.8.7` |



Updates `github.com/onsi/ginkgo/v2` from 2.20.2 to 2.22.1
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.20.2...v2.22.1)

Updates `github.com/onsi/gomega` from 1.34.1 to 1.36.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.34.1...v1.36.1)

Updates `github.com/prometheus/client_golang` from 1.20.3 to 1.20.5
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.20.3...v1.20.5)

Updates `golang.org/x/text` from 0.17.0 to 0.21.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.17.0...v0.21.0)

Updates `k8s.io/api` from 0.30.3 to 0.30.8
- [Commits](kubernetes/api@v0.30.3...v0.30.8)

Updates `k8s.io/apimachinery` from 0.30.3 to 0.30.8
- [Commits](kubernetes/apimachinery@v0.30.3...v0.30.8)

Updates `k8s.io/client-go` from 0.30.3 to 0.30.8
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.30.3...v0.30.8)

Updates `k8s.io/component-base` from 0.30.3 to 0.30.8
- [Commits](kubernetes/component-base@v0.30.3...v0.30.8)

Updates `sigs.k8s.io/cluster-api` from 1.8.4 to 1.8.7
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.8.4...v1.8.7)

Updates `sigs.k8s.io/controller-runtime` from 0.18.5 to 0.18.6
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.18.5...v0.18.6)

Updates `k8s.io/apimachinery` from 0.30.3 to 0.30.8
- [Commits](kubernetes/apimachinery@v0.30.3...v0.30.8)

Updates `github.com/onsi/ginkgo/v2` from 2.20.2 to 2.22.1
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.20.2...v2.22.1)

Updates `github.com/onsi/gomega` from 1.34.1 to 1.36.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.34.1...v1.36.1)

Updates `github.com/prometheus/client_golang` from 1.20.3 to 1.20.5
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.20.3...v1.20.5)

Updates `golang.org/x/text` from 0.17.0 to 0.21.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.17.0...v0.21.0)

Updates `k8s.io/api` from 0.30.3 to 0.30.8
- [Commits](kubernetes/api@v0.30.3...v0.30.8)

Updates `k8s.io/apimachinery` from 0.30.3 to 0.30.8
- [Commits](kubernetes/apimachinery@v0.30.3...v0.30.8)

Updates `k8s.io/client-go` from 0.30.3 to 0.30.8
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.30.3...v0.30.8)

Updates `k8s.io/component-base` from 0.30.3 to 0.30.8
- [Commits](kubernetes/component-base@v0.30.3...v0.30.8)

Updates `sigs.k8s.io/cluster-api` from 1.8.4 to 1.8.7
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.8.4...v1.8.7)

Updates `sigs.k8s.io/controller-runtime` from 0.18.5 to 0.18.6
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.18.5...v0.18.6)

Updates `github.com/Shopify/toxiproxy/v2` from 2.9.0 to 2.11.0
- [Release notes](https://github.com/Shopify/toxiproxy/releases)
- [Changelog](https://github.com/Shopify/toxiproxy/blob/main/CHANGELOG.md)
- [Commits](Shopify/toxiproxy@v2.9.0...v2.11.0)

Updates `sigs.k8s.io/cluster-api/test` from 1.8.4 to 1.8.7
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.8.4...v1.8.7)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/component-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/cluster-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apimachinery
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/prometheus/client_golang
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/text
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/client-go
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/component-base
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/cluster-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/Shopify/toxiproxy/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/cluster-api/test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Go related dependabot issues labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Go related dependabot issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants