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

build(deps): Bump sigs.k8s.io/cloud-provider-azure from 1.26.7 to 1.27.1 in /credential-providers #123

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2023

Bumps sigs.k8s.io/cloud-provider-azure from 1.26.7 to 1.27.1.

Release notes

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

v1.26.8

Full Changelog: v1.26.7..v1.26.8

Changes by Kind

Bug or Regression

  • Deprecate numberOfProbes and adopt ProbeThreshold in network api to address a probe issue in nrp (#3656, @​k8s-infra-cherrypick-robot)

  • Fix nodeAddressesChangeDetected() bug when dual-stack. In a dual-stack cluster, a Node has 2 internal IPs but current logic doesn't distinguish between these 2. As a result, CNM always assumes that NodeAddresses changed. (#3607, @​k8s-infra-cherrypick-robot)

  • Fix: do not tag user-assigned public IP (#3531, @​k8s-infra-cherrypick-robot)

  • Fix: update resources in batches asynchonously

    A regression was introduced by #1687 where the behavior of updating resources in batches changes from sending requests asynchonously to synchonously. This would lead to latencies when updating vmss vms, especially when the cluster size is huge. This unexpected change is reverted in this fix. (#3765, @​k8s-infra-cherrypick-robot)

  • [IPv6] Choose correct primary IP config. Regardless of IPv6 only or dualstack clusters, IPv4 IP config is always primary. So for IPv6 backend address pool, IP config's IP version needs consideration. (#3770, @​lzhecheng)

  • [IPv6] Fix CNM not properly handling IPv6 from imds LB. imds LB returns IPv6 IPs wrapped by brackets so extra trimming is needed. (#3727, @​k8s-infra-cherrypick-robot)

Other (Cleanup or Flake)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/Azure/go-autorest/autorest/adal: v0.9.22 → v0.9.23
  • github.com/go-logr/logr: v1.2.3 → v1.2.4
  • github.com/golang-jwt/jwt/v4: v4.4.3 → v4.5.0
  • github.com/inconshreveable/mousetrap: v1.0.1 → v1.1.0
  • github.com/spf13/cobra: v1.6.1 → v1.7.0
  • github.com/yuin/goldmark: v1.3.5 → v1.4.13
  • golang.org/x/crypto: v0.7.0 → v0.8.0
  • golang.org/x/net: v0.8.0 → v0.9.0
  • golang.org/x/sys: v0.6.0 → v0.7.0
  • golang.org/x/term: v0.6.0 → v0.7.0
  • golang.org/x/text: v0.8.0 → v0.9.0
  • k8s.io/api: v0.26.2 → v0.26.4
  • k8s.io/apimachinery: v0.26.2 → v0.26.4
  • k8s.io/apiserver: v0.26.2 → v0.26.4
  • k8s.io/client-go: v0.26.2 → v0.26.4
  • k8s.io/cloud-provider: v0.26.2 → v0.26.3
  • k8s.io/component-base: v0.26.2 → v0.26.4
  • k8s.io/component-helpers: v0.26.2 → v0.26.4
  • k8s.io/controller-manager: v0.26.2 → v0.26.4
  • k8s.io/kms: v0.26.2 → v0.26.4
  • k8s.io/kubelet: v0.26.2 → v0.26.4
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.35 → v0.0.36

Removed

... (truncated)

Commits
  • 308303e Merge pull request #3796 from k8s-infra-cherrypick-robot/cherry-pick-3780-to-...
  • 0c5eed4 bump k8s.io to 1.27.1
  • 58b9659 Merge pull request #3795 from k8s-infra-cherrypick-robot/cherry-pick-3781-to-...
  • b7a6f7a run go lint using github actions
  • 72945bc Merge pull request #3769 from umagnus/replace-deprecated-ioutil
  • 8eb0d6a Merge pull request #3768 from nilo19/chore/sku
  • 2b14601 chore: set default loadBalancerSKU to Standard
  • 9291c6d Merge pull request #3771 from lzhecheng/autoscaling-more-nodes
  • 5a4651b More Nodes for autoscaling tests
  • 3ea02d9 replace deprecated ioutil method
  • 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 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)

Bumps [sigs.k8s.io/cloud-provider-azure](https://github.com/kubernetes-sigs/cloud-provider-azure) from 1.26.7 to 1.27.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.26.7...v1.27.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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 24, 2023
@github-actions github-actions bot enabled auto-merge (squash) April 24, 2023 06:03
@github-actions github-actions bot merged commit a0e0813 into main Apr 24, 2023
@github-actions github-actions bot deleted the dependabot/go_modules/credential-providers/sigs.k8s.io/cloud-provider-azure-1.27.1 branch April 24, 2023 06:18
@github-actions github-actions bot mentioned this pull request Jan 16, 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 Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants