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

chore(deps): bump the all group with 4 updates #1755

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 4 updates: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v6, google.golang.org/protobuf, sigs.k8s.io/cloud-provider-azure/pkg/azclient and sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader.

Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v6 from 6.1.0 to 6.2.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v6's releases.

sdk/resourcemanager/containerservice/armcontainerservice/v6.2.0

6.2.0 (2024-10-24)

Features Added

  • New field IgnorePodDisruptionBudget in struct AgentPoolsClientBeginDeleteOptions

sdk/resourcemanager/compute/armcompute/v6.2.0

6.2.0 (2024-12-27)

Features Added

  • New value StorageAccountTypePremiumV2LRS added to enum type StorageAccountType
  • New enum type AccessControlRulesMode with values AccessControlRulesModeAudit, AccessControlRulesModeDisabled, AccessControlRulesModeEnforce
  • New enum type EndpointAccess with values EndpointAccessAllow, EndpointAccessDeny
  • New enum type EndpointTypes with values EndpointTypesIMDS, EndpointTypesWireServer
  • New enum type GalleryApplicationScriptRebootBehavior with values GalleryApplicationScriptRebootBehaviorNone, GalleryApplicationScriptRebootBehaviorRerun
  • New enum type SoftDeletedArtifactTypes with values SoftDeletedArtifactTypesImages
  • New enum type ValidationStatus with values ValidationStatusFailed, ValidationStatusSucceeded, ValidationStatusUnknown
  • New function *ClientFactory.NewGalleryInVMAccessControlProfileVersionsClient() *GalleryInVMAccessControlProfileVersionsClient
  • New function *ClientFactory.NewGalleryInVMAccessControlProfilesClient() *GalleryInVMAccessControlProfilesClient
  • New function *ClientFactory.NewSoftDeletedResourceClient() *SoftDeletedResourceClient
  • New function NewGalleryInVMAccessControlProfileVersionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*GalleryInVMAccessControlProfileVersionsClient, error)
  • New function *GalleryInVMAccessControlProfileVersionsClient.BeginCreateOrUpdate(context.Context, string, string, string, string, GalleryInVMAccessControlProfileVersion, *GalleryInVMAccessControlProfileVersionsClientBeginCreateOrUpdateOptions) (*runtime.Poller[GalleryInVMAccessControlProfileVersionsClientCreateOrUpdateResponse], error)
  • New function *GalleryInVMAccessControlProfileVersionsClient.BeginDelete(context.Context, string, string, string, string, *GalleryInVMAccessControlProfileVersionsClientBeginDeleteOptions) (*runtime.Poller[GalleryInVMAccessControlProfileVersionsClientDeleteResponse], error)
  • New function *GalleryInVMAccessControlProfileVersionsClient.Get(context.Context, string, string, string, string, *GalleryInVMAccessControlProfileVersionsClientGetOptions) (GalleryInVMAccessControlProfileVersionsClientGetResponse, error)
  • New function *GalleryInVMAccessControlProfileVersionsClient.NewListByGalleryInVMAccessControlProfilePager(string, string, string, *GalleryInVMAccessControlProfileVersionsClientListByGalleryInVMAccessControlProfileOptions) *runtime.Pager[GalleryInVMAccessControlProfileVersionsClientListByGalleryInVMAccessControlProfileResponse]
  • New function *GalleryInVMAccessControlProfileVersionsClient.BeginUpdate(context.Context, string, string, string, string, GalleryInVMAccessControlProfileVersionUpdate, *GalleryInVMAccessControlProfileVersionsClientBeginUpdateOptions) (*runtime.Poller[GalleryInVMAccessControlProfileVersionsClientUpdateResponse], error)
  • New function NewGalleryInVMAccessControlProfilesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*GalleryInVMAccessControlProfilesClient, error)
  • New function *GalleryInVMAccessControlProfilesClient.BeginCreateOrUpdate(context.Context, string, string, string, GalleryInVMAccessControlProfile, *GalleryInVMAccessControlProfilesClientBeginCreateOrUpdateOptions) (*runtime.Poller[GalleryInVMAccessControlProfilesClientCreateOrUpdateResponse], error)
  • New function *GalleryInVMAccessControlProfilesClient.BeginDelete(context.Context, string, string, string, *GalleryInVMAccessControlProfilesClientBeginDeleteOptions) (*runtime.Poller[GalleryInVMAccessControlProfilesClientDeleteResponse], error)
  • New function *GalleryInVMAccessControlProfilesClient.Get(context.Context, string, string, string, *GalleryInVMAccessControlProfilesClientGetOptions) (GalleryInVMAccessControlProfilesClientGetResponse, error)
  • New function *GalleryInVMAccessControlProfilesClient.NewListByGalleryPager(string, string, *GalleryInVMAccessControlProfilesClientListByGalleryOptions) *runtime.Pager[GalleryInVMAccessControlProfilesClientListByGalleryResponse]
  • New function *GalleryInVMAccessControlProfilesClient.BeginUpdate(context.Context, string, string, string, GalleryInVMAccessControlProfileUpdate, *GalleryInVMAccessControlProfilesClientBeginUpdateOptions) (*runtime.Poller[GalleryInVMAccessControlProfilesClientUpdateResponse], error)
  • New function NewSoftDeletedResourceClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SoftDeletedResourceClient, error)
  • New function *SoftDeletedResourceClient.NewListByArtifactNamePager(string, string, string, string, *SoftDeletedResourceClientListByArtifactNameOptions) *runtime.Pager[SoftDeletedResourceClientListByArtifactNameResponse]
  • New struct AccessControlRules
  • New struct AccessControlRulesIdentity
  • New struct AccessControlRulesPrivilege
  • New struct AccessControlRulesRole
  • New struct AccessControlRulesRoleAssignment
  • New struct AdditionalReplicaSet
  • New struct ExecutedValidation
  • New struct GalleryIdentity
  • New struct GalleryInVMAccessControlProfile
  • New struct GalleryInVMAccessControlProfileList
  • New struct GalleryInVMAccessControlProfileProperties
  • New struct GalleryInVMAccessControlProfileUpdate
  • New struct GalleryInVMAccessControlProfileVersion
  • New struct GalleryInVMAccessControlProfileVersionList
  • New struct GalleryInVMAccessControlProfileVersionProperties
  • New struct GalleryInVMAccessControlProfileVersionUpdate

... (truncated)

Commits
  • d0829b3 [Release] sdk/resourcemanager/compute/armcompute/6.2.0 (#23826)
  • 4659c29 [Release] sdk/resourcemanager/cognitiveservices/armcognitiveservices/1.7.0 ge...
  • e29d7b4 [Release] sdk/resourcemanager/playwrighttesting/armplaywrighttesting/1.0.0 ge...
  • cb4d027 [Release] sdk/resourcemanager/datafactory/armdatafactory/9.1.0 generation fro...
  • fd0778e [Release] sdk/resourcemanager/network/armnetwork/6.2.0 (#23849)
  • 4f358f1 [Release] sdk/resourcemanager/containerregistry/armcontainerregistry/1.3.0-be...
  • 8b50528 [Release] sdk/resourcemanager/iotoperations/armiotoperations/1.0.0 generation...
  • 00595ab Fix Filter Blob API encoding issue (#23800)
  • 5e623a4 Update dependencies for core modules (#23865)
  • 0de6547 Sync eng/common directory with azure-sdk-tools for PR 9493 (#23844)
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.35.2 to 1.36.0

Updates sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.2.10 to 0.3.0

Commits
  • 5d51e35 Merge pull request #236 from nilo19/t-qini-rebase_base_image_to_distroless
  • eb301d1 Rebase base image of cloud controller manager and cloud node manager to distr...
  • 7320158 Merge pull request #234 from nilo19/t-qini-update_deploy.sh
  • 2efdc4e Update hack/deploy-cluster.sh and corresponding doc.
  • beb4af4 Merge pull request #231 from feiskyer/node-manager
  • ee7a5c8 Merge pull request #232 from feiskyer/go-mod-docs
  • 9215485 Swith to capacity.DeepCopy()
  • 9844afe Update docs for Kubernetes go modules upgrade
  • af04389 Merge pull request #230 from nilo19/t-qini-enlarge_vm_sku
  • ec216d7 Run gofmt for all files
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader from 0.2.1 to 0.2.2

Commits

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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 4 updates: [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v6](https://github.com/Azure/azure-sdk-for-go), google.golang.org/protobuf, [sigs.k8s.io/cloud-provider-azure/pkg/azclient](https://github.com/kubernetes-sigs/cloud-provider-azure) and [sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader](https://github.com/kubernetes-sigs/cloud-provider-azure).


Updates `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v6` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/resourcemanager/compute/armcompute/v6.1.0...sdk/resourcemanager/compute/armcompute/v6.2.0)

Updates `google.golang.org/protobuf` from 1.35.2 to 1.36.0

Updates `sigs.k8s.io/cloud-provider-azure/pkg/azclient` from 0.2.10 to 0.3.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@pkg/azclient/v0.2.10...v0.3.0)

Updates `sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader` from 0.2.1 to 0.2.2
- [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@pkg/azclient/v0.2.1...pkg/azclient/v0.2.2)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: sigs.k8s.io/cloud-provider-azure/pkg/azclient
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. labels Dec 16, 2024
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 16, 2024
@k8s-ci-robot
Copy link
Contributor

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. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign feiskyer for approval. For more information see the Kubernetes Code Review Process.

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

Needs approval from an approver in each of these files:

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 k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Dec 16, 2024
@k8s-ci-robot
Copy link
Contributor

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-blob-csi-driver-unit 7df36fd link true /test pull-blob-csi-driver-unit
pull-blob-csi-driver-verify 7df36fd link true /test pull-blob-csi-driver-verify
pull-blob-csi-driver-sanity 7df36fd link true /test pull-blob-csi-driver-sanity
pull-blob-csi-driver-e2e 7df36fd link true /test pull-blob-csi-driver-e2e
pull-blob-csi-driver-e2e-proxy 7df36fd link true /test pull-blob-csi-driver-e2e-proxy
pull-blob-csi-driver-external-e2e-blobfuse-v2 7df36fd link true /test pull-blob-csi-driver-external-e2e-blobfuse-v2
pull-blob-csi-driver-external-e2e-blobfuse 7df36fd link true /test pull-blob-csi-driver-external-e2e-blobfuse
pull-blob-csi-driver-external-e2e-nfs 7df36fd link true /test pull-blob-csi-driver-external-e2e-nfs

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 17, 2024

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Dec 17, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/all-71d87bb3ad branch December 17, 2024 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Issues or PRs related to dependency changes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant