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 the all group with 4 updates #2276

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/compute/armcompute/v6, github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v6, google.golang.org/grpc and sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader.

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

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/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 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/grpc from 1.68.1 to 1.69.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.69.0

Known Issues

  • The recently added grpc.NewClient function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. A fix is expected to be a part of grpc-go v1.70. (#7556)

New Features

  • stats/opentelemetry: Introduce new APIs to enable OpenTelemetry instrumentation for metrics on servers and clients (#7874)
  • xdsclient: add support to fallback to lower priority servers when higher priority ones are down (#7701)
  • dns: Add support for link local IPv6 addresses (#7889)
  • The new experimental pickfirst LB policy (disabled by default) supports Happy Eyeballs, interleaving IPv4 and IPv6 address as described in RFC-8305 section 4, to attempt connections to multiple backends concurrently. The experimental pickfirst policy can be enabled by setting the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST to true. (#7725, #7742)
  • balancer/pickfirst: Emit metrics from the pick_first load balancing policy (#7839)
  • grpc: export MethodHandler, which is the type of an already-exported field in MethodDesc (#7796)

Bug Fixes

  • credentials/google: set scope for application default credentials (#7887)
  • xds: fix edge-case issues where some clients or servers would not initialize correctly or would not receive errors when resources are invalid or unavailable if another channel or server with the same target was already in use . (#7851, #7853)
  • examples: fix the debugging example, which was broken by a recent change (#7833)

Behavior Changes

  • client: update retry attempt backoff to apply jitter per updates to gRFC A6. (#7869)
  • balancer/weightedroundrobin: use the pick_first LB policy to manage connections (#7826)

API Changes

  • balancer: An internal method is added to the balancer.SubConn interface to force implementors to embed a delegate implementation. This requirement is present in the interface documentation, but wasn't enforced earlier. (#7840)

Performance Improvements

  • mem: implement a ReadAll() method for more efficient io.Reader consumption (#7653)
  • mem: use slice capacity instead of length to determine whether to pool buffers or directly allocate them (#7702)

Documentation

  • examples/csm_observability: Add xDS Credentials and switch server to be xDS enabled (#7875)
Commits
  • 317271b pickfirst: Register a health listener when used as a leaf policy (#7832)
  • 5565631 balancer/pickfirst: replace grpc.Dial with grpc.NewClient in tests (#7879)
  • 634497b test: Split import paths for generated message and service code (#7891)
  • 78aa51b pickfirst: Stop test servers without closing listeners (#7872)
  • 00272e8 dns: Support link local IPv6 addresses (#7889)
  • 17d08f7 scripts/gen-deps: filter out grpc modules (#7890)
  • ab189b0 examples/features/csm_observability: Add xDS Credentials (#7875)
  • 3ce87dd credentials/google: Add cloud-platform scope for ADC (#7887)
  • 3c0586a stats/opentelemetry: Cleanup OpenTelemetry API's before stabilization (#7874)
  • 4c07bca stream: add jitter to retry backoff in accordance with gRFC A6 (#7869)
  • 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/compute/armcompute/v6](https://github.com/Azure/azure-sdk-for-go), [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v6](https://github.com/Azure/azure-sdk-for-go), [google.golang.org/grpc](https://github.com/grpc/grpc-go) 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/compute/armcompute/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 `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/grpc` from 1.68.1 to 1.69.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.68.1...v1.69.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/compute/armcompute/v6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- 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/grpc
  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-azurefile-csi-driver-windows-build 51bae74 link true /test pull-azurefile-csi-driver-windows-build
pull-azurefile-csi-driver-sanity 51bae74 link true /test pull-azurefile-csi-driver-sanity
pull-azurefile-csi-driver-unit 51bae74 link true /test pull-azurefile-csi-driver-unit
pull-azurefile-csi-driver-verify 51bae74 link true /test pull-azurefile-csi-driver-verify
pull-azurefile-csi-driver-e2e-capz 51bae74 link true /test pull-azurefile-csi-driver-e2e-capz
pull-azurefile-csi-driver-e2e-capz-windows-2019-hostprocess 51bae74 link true /test pull-azurefile-csi-driver-e2e-capz-windows-2019-hostprocess

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.

@andyzhangx andyzhangx closed this Dec 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/go_modules/all-b0ef8deb81 branch December 16, 2024 06:50
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.

2 participants