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 sigs.k8s.io/cloud-provider-azure from 1.30.4 to 1.31.1 #16

Open
wants to merge 29 commits into
base: development
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 20, 2024

Bumps sigs.k8s.io/cloud-provider-azure from 1.30.4 to 1.31.1.

Release notes

Sourced from sigs.k8s.io/cloud-provider-azure's releases.

v1.31.1

Full Changelog: v1.31.0..v1.31.1

Changes by Kind

Feature

  • Consolidate adjacent CIDR ranges for allowed sources (#7047, @​zarvd)

Bug or Regression

  • Aggregate overlapping allowed source ranges (#6942, @​zarvd)

  • Fix: Do not move nodes that have already been attached to load balancers after restarting

    When using multislb, the node distribution could be changed after restarting the ccm. This is because the node distribution cache would be lost after restarting. This PR restores the node distribution each time the ccm is restarted. (#7021, @​k8s-infra-cherrypick-robot)

Dependencies

Added

  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v2: v2.2.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/msi/armmsi: v1.2.0
  • github.com/klauspost/compress: v1.17.9

Changed

  • github.com/google/pprof: 813a5fb → fa2c70b
  • github.com/onsi/ginkgo/v2: v2.20.1 → v2.20.2
  • github.com/onsi/gomega: v1.34.1 → v1.34.2
  • github.com/prometheus/client_golang: v1.19.1 → v1.20.2
  • go.opentelemetry.io/otel/metric: v1.29.0 → v1.30.0
  • go.opentelemetry.io/otel/trace: v1.29.0 → v1.30.0
  • go.opentelemetry.io/otel: v1.29.0 → v1.30.0
  • golang.org/x/crypto: v0.26.0 → v0.27.0
  • golang.org/x/sys: v0.24.0 → v0.25.0
  • golang.org/x/term: v0.23.0 → v0.24.0
  • golang.org/x/text: v0.17.0 → v0.18.0
  • k8s.io/api: v0.31.0 → v0.31.1
  • k8s.io/apimachinery: v0.31.0 → v0.31.1
  • k8s.io/apiserver: v0.31.0 → v0.31.1
  • k8s.io/client-go: v0.31.0 → v0.31.1
  • k8s.io/cloud-provider: v0.31.0 → v0.31.1
  • k8s.io/component-base: v0.31.0 → v0.31.1
  • k8s.io/component-helpers: v0.31.0 → v0.31.1
  • k8s.io/controller-manager: v0.31.0 → v0.31.1
  • k8s.io/cri-api: v0.31.0 → v0.31.1
  • k8s.io/kubelet: v0.31.0 → v0.31.1
  • sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader: v0.0.25 → v0.0.27
  • sigs.k8s.io/cloud-provider-azure/pkg/azclient: v0.0.43 → v0.0.55

Removed

  • google.golang.org/appengine: v1.6.7

... (truncated)

Commits
  • 301bb51 Merge pull request #7090 from kubernetes-sigs/dependabot/github_actions/relea...
  • c4e34e0 build(deps): bump peter-evans/create-pull-request from 7.0.3 to 7.0.5
  • 4166e1c Merge pull request #7081 from kubernetes-sigs/dependabot/github_actions/relea...
  • ac67768 build(deps): bump peter-evans/create-pull-request from 7.0.2 to 7.0.3
  • c7e2583 Merge pull request #7077 from zarvd/chore/auth-provider-1.31
  • b4c16f3 add authprovider to cloud struct
  • 7f34ac6 Merge pull request #7073 from kubernetes-sigs/dependabot/github_actions/relea...
  • d27e9a4 build(deps): bump github/codeql-action from 3.26.6 to 3.26.7
  • 26a16e6 Merge pull request #7052 from kubernetes-sigs/dependabot/go_modules/release-1...
  • bdfd01d Merge pull request #7047 from zarvd/feat/nsg/collapse-cidrs-1.31
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dabradley and others added 29 commits August 26, 2024 09:15
The existing workflows are out of date and insecure.
This change updates the relevant workflows to the
current state of the repository, corrects some issues,
and disables workflows that will be handled through
other means.
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](golang/net@v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dabradley <[email protected]>
…owners-development

Add t-mialve to owners
…ley/trivy-on-development

Run trivy on development branch as well
This helps prevent the workflows from getting out of sync with
the version of go we are using in the project.
Version 4 of the setup-go action has caching enabled by default,
but reads the existing go.mod and go.sum files in the checkout.
If these do not exist, it issues a warning and avoids the cache
behavior. To prevent this, this commit follows the suggested
practice of performing the code checkout before running the
setup-go action.
Bumps [sigs.k8s.io/cloud-provider-azure](https://github.com/kubernetes-sigs/cloud-provider-azure) from 1.30.4 to 1.31.1.
- [Release notes](https://github.com/kubernetes-sigs/cloud-provider-azure/releases)
- [Changelog](https://github.com/kubernetes-sigs/cloud-provider-azure/blob/master/docs/release-versioning.md)
- [Commits](kubernetes-sigs/cloud-provider-azure@v1.30.4...v1.31.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/cloud-provider-azure
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 20, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 10951336434

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 82.552%

Totals Coverage Status
Change from base Build 10782457436: 0.0%
Covered Lines: 1145
Relevant Lines: 1387

💛 - Coveralls

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants