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.27.7 to 1.28.0 in /credential-providers #184

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Bumps sigs.k8s.io/cloud-provider-azure from 1.27.7 to 1.28.0.

Release notes

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

v1.28.0

Full Changelog: v1.27.0..v1.28.0

Urgent Upgrade Notes

(No, really, you MUST read this before you upgrade)

  • VmType's default value is changed from 'standard' to 'vmss' since v1.28.

    if your cluster is not using any VMSS instances and 'vmType' is not configured in the cloud provider config file, please add vmType=standard in the config file before upgrading to v1.28. (#4214, @​feiskyer)

Changes by Kind

Testing

Feature

  • Apply the custom probe configs when externalTrafficPolicy is local and PLSProxyProtocol is enabled. (#3931, @​MartinForReal)
  • Chore: upgrade to sdk api version 2022-08-01 feat: add PerformancePlus option in disk creation (#3855, @​andyzhangx)
  • Feat: Support migrate from NIC-based to IP-based backend pool by migration API by setting "enableMigrateToIpBasedBackendPoolAPI": true. By using this API, there will be no downtime during the migration. (#3972, @​nilo19)
  • Feat: add GetLatestAccountKey in account key fetch (#4067, @​andyzhangx)
  • Feat: add load balancer backend pool batch updater (#4391, @​nilo19)
  • Feat: support load balancer choosing logic for multi-slb (#4075, @​nilo19)
  • Feat: support local service in multiple standard load balancer mode (#4450, @​nilo19)
  • Feat: support node selection for multiple standard load balancers (#4201, @​nilo19)
  • Feat: support sharing IP address acorss services by public IP name (#4257, @​nilo19)
  • Feat: support workload identity (#3378, @​cvvz)
  • Health probe port can be any port assigned by customer. (#4380, @​MartinForReal)
  • Skip unmanaged Nodes for instancesV2 (#4294, @​lzhecheng)
  • Support NSG and clean LBs for dualstack
  • [ARG] Add an option to disable API call cache New option: disableAPICallCache When ARG is enabled, this option should be true. (#4135, @​lzhecheng)
  • [DualStack] Support FrontendIPConfig and reconcileLB() * DualStack feature code * Refactor related functions and methods * Refactor and add new UTs (#3819, @​lzhecheng)
  • add PickRandomMatchingAccount in account search

Failing Test

  • Chore: skip exclude node label e2e test on aks as it is only supported in self-managed clusters (#4076, @​nilo19)

Bug or Regression

  • Fix IPv6/dual-stack EnsureBackendPoolDeleted() failure. IP config of IPv6 is not primary, it should not be skipped in EnsureBackendPoolDeleted(). Updated e2e code. (#4272, @​lzhecheng)
  • Fix vmssflex ensureBackendPoolDeletedFromNode

... (truncated)

Commits
  • 1073c0b Merge pull request #4477 from kubernetes-sigs/doc/update-vendorlicense-releas...
  • 6a19516 Update vendor license for release-1.28
  • fdf6f5f Merge pull request #4474 from kubernetes-sigs/dependabot/go_modules/release-1...
  • 49cfb0c chore(deps): bump github.com/Azure/azure-kusto-go from 0.10.2 to 0.14.0
  • 7430316 Merge pull request #4476 from kubernetes-sigs/doc/update-vendorlicense-releas...
  • 0ab16ed Update vendor license for release-1.28
  • 963cc6d remove kubetest2 in release branch
  • 7168f7b Merge pull request #4468 from nilo19/chore/bump-1.28
  • 825894b Merge pull request #4470 from kubernetes-sigs/dependabot/go_modules/pkg/azcli...
  • 6ead3ed chore(deps): bump github.com/google/uuid in /pkg/azclient
  • 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)

Bumps [sigs.k8s.io/cloud-provider-azure](https://github.com/kubernetes-sigs/cloud-provider-azure) from 1.27.7 to 1.28.0.
- [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.27.7...v1.28.0)

---
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 dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 28, 2023
@github-actions github-actions bot enabled auto-merge (squash) August 28, 2023 05:45
@github-actions github-actions bot merged commit f526782 into main Aug 28, 2023
@github-actions github-actions bot deleted the dependabot/go_modules/credential-providers/sigs.k8s.io/cloud-provider-azure-1.28.0 branch August 28, 2023 06:02
@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.

0 participants