kubernetes-sigs / cloud-provider-azure

Cloud provider for Azure
https://cloud-provider-azure.sigs.k8s.io/
Apache License 2.0
265 stars 274 forks source link

build(deps): bump the all group with 10 updates #7662

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the all group with 10 updates:

Package From To
k8s.io/api 0.31.2 0.31.3
k8s.io/apimachinery 0.31.2 0.31.3
k8s.io/apiserver 0.31.2 0.31.3
k8s.io/client-go 0.31.2 0.31.3
k8s.io/cloud-provider 0.31.2 0.31.3
k8s.io/component-base 0.31.2 0.31.3
k8s.io/component-helpers 0.31.2 0.31.3
k8s.io/controller-manager 0.31.2 0.31.3
k8s.io/kubelet 0.31.2 0.31.3
sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader 0.1.5 0.1.6

Updates k8s.io/api from 0.31.2 to 0.31.3

Commits


Updates k8s.io/apimachinery from 0.31.2 to 0.31.3

Commits


Updates k8s.io/apiserver from 0.31.2 to 0.31.3

Commits
  • becf33d Update dependencies to v0.31.3 tag
  • 2a99607 Merge pull request #128530wojtek-t/automated-cherry-pick-of-#128468
  • 9a71f86 Fix TestCacherDontMissEventsOnReinitialization test
  • 7ce6140 Merge pull request #127928p0lyn0mial/automated-cherry-pick-of-#127902
  • fec9273 server/config: assing system:apiserver user to system:authenticated group
  • See full diff in compare view


Updates k8s.io/client-go from 0.31.2 to 0.31.3

Commits


Updates k8s.io/cloud-provider from 0.31.2 to 0.31.3

Commits
  • 7ce80aa Update dependencies to v0.31.3 tag
  • 998f45e Merge pull request #128236carlory/automated-cherry-pick-of-#128182
  • 4175872 Fix crash on kube manager's service-lb-controller after v1.31.0.
  • See full diff in compare view


Updates k8s.io/component-base from 0.31.2 to 0.31.3

Commits


Updates k8s.io/component-helpers from 0.31.2 to 0.31.3

Commits


Updates k8s.io/controller-manager from 0.31.2 to 0.31.3

Commits


Updates k8s.io/kubelet from 0.31.2 to 0.31.3

Commits


Updates sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader from 0.1.5 to 0.1.6

Commits
  • 93ffd31 build(deps): bump github.com/onsi/gomega in /pkg/azclient (#7444)
  • f463299 build(deps): bump actions/dependency-review-action from 4.3.5 to 4.4.0 (#7440)
  • 16560d3 build(deps): bump oss/go/microsoft/golang from 03e6e6c to 39c61ff (#7434)
  • 614abf6 replace docker hub registry with mcr repo (#7429)
  • 0dbd5ee build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader ...
  • 11e64d6 build(deps): bump sigs.k8s.io/controller-tools (#7430)
  • 5ca7563 Merge pull request #7380 from kubernetes-sigs/doc/update-vendorlicense-master
  • 90f783b Update vendor license for master
  • 2188f23 build(deps): bump the k8s group with 9 updates (#7410)
  • 39879c7 build(deps): bump coverallsapp/github-action from 2.3.3 to 2.3.4 (#7426)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
k8s-ci-robot commented 1 week ago

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: dependabot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/kubernetes-sigs/cloud-provider-azure/blob/release-1.31/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
k8s-ci-robot commented 1 week ago

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: dependabot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/kubernetes-sigs/cloud-provider-azure/blob/release-1.31/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
k8s-ci-robot commented 1 week ago

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.