Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2025

Bumps the all group with 36 updates:

Package From To
github.com/Azure/azure-kusto-go/azkustodata 1.0.2 1.1.0
github.com/Azure/azure-kusto-go/azkustoingest 1.0.2 1.1.0
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.18.0 1.19.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.9.0 1.10.1
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage 1.8.0 1.8.1
github.com/go-logr/logr 1.4.2 1.4.3
github.com/onsi/ginkgo/v2 2.23.4 2.25.3
github.com/onsi/gomega 1.37.0 1.38.2
github.com/prometheus/client_golang 1.22.0 1.23.2
github.com/samber/lo 1.50.0 1.51.0
github.com/spf13/cobra 1.9.1 1.10.1
github.com/spf13/pflag 1.0.6 1.0.9
github.com/stretchr/testify 1.10.0 1.11.1
go.opentelemetry.io/otel 1.35.0 1.38.0
go.opentelemetry.io/otel/exporters/prometheus 0.57.0 0.60.0
go.opentelemetry.io/otel/metric 1.35.0 1.38.0
go.opentelemetry.io/otel/sdk 1.35.0 1.38.0
go.opentelemetry.io/otel/sdk/metric 1.35.0 1.38.0
go.opentelemetry.io/otel/trace 1.35.0 1.38.0
go.uber.org/mock 0.5.2 0.6.0
golang.org/x/sync 0.14.0 0.16.0
golang.org/x/sys 0.33.0 0.35.0
golang.org/x/text 0.24.0 0.28.0
k8s.io/api 0.32.4 0.32.8
k8s.io/apimachinery 0.32.4 0.32.8
k8s.io/apiserver 0.32.4 0.32.8
k8s.io/client-go 0.32.4 0.32.8
k8s.io/cloud-provider 0.32.4 0.32.8
k8s.io/component-base 0.32.4 0.32.8
k8s.io/component-helpers 0.32.4 0.32.8
k8s.io/controller-manager 0.32.4 0.32.8
k8s.io/kubelet 0.32.4 0.32.8
sigs.k8s.io/cloud-provider-azure/pkg/azclient 0.6.2 0.9.2
sigs.k8s.io/cloud-provider-azure/pkg/azclient/cache 0.6.1 0.8.4
sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader 0.5.3 0.8.5
sigs.k8s.io/yaml 1.4.0 1.6.0

Updates github.com/Azure/azure-kusto-go/azkustodata from 1.0.2 to 1.1.0

Release notes

Sourced from github.com/Azure/azure-kusto-go/azkustodata's releases.

azkustodata/v1.1.0

Added

  • WithHttpClient option support for all ingest client types (New, NewStreaming, NewManaged) to enable custom HTTP client configuration and instrumentation such as OpenTelemetry

azkustodata/v1.0.3

Fixed

  • Quoted empty strings correctly
Changelog

Sourced from github.com/Azure/azure-kusto-go/azkustodata's changelog.

[1.1.0] - 2025-07-15

Added

  • WithHttpClient option support for all ingest client types (New, NewStreaming, NewManaged) to enable custom HTTP client configuration and instrumentation such as OpenTelemetry

[1.0.3] - 2025-05-18

Fixed

  • Quoted empty strings correctly
Commits

Updates github.com/Azure/azure-kusto-go/azkustoingest from 1.0.2 to 1.1.0

Release notes

Sourced from github.com/Azure/azure-kusto-go/azkustoingest's releases.

azkustodata/v1.1.0

Added

  • WithHttpClient option support for all ingest client types (New, NewStreaming, NewManaged) to enable custom HTTP client configuration and instrumentation such as OpenTelemetry

azkustodata/v1.0.3

Fixed

  • Quoted empty strings correctly
Changelog

Sourced from github.com/Azure/azure-kusto-go/azkustoingest's changelog.

[1.1.0] - 2025-07-15

Added

  • WithHttpClient option support for all ingest client types (New, NewStreaming, NewManaged) to enable custom HTTP client configuration and instrumentation such as OpenTelemetry

[1.0.3] - 2025-05-18

Fixed

  • Quoted empty strings correctly
Commits

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.18.0 to 1.19.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.19.0

1.19.0 (2025-08-21)

Features Added

  • Added runtime.APIVersionLocationPath to be set by clients that set the API version in the path.

sdk/azcore/v1.18.2

1.18.2 (2025-07-31)

Bugs Fixed

  • Fixed a case in which BearerTokenPolicy didn't ensure an authentication error is non-retriable

sdk/azcore/v1.18.1

1.18.1 (2025-07-10)

Bugs Fixed

  • Fixed incorrect request/response logging try info when logging a request that's being retried.
  • Fixed a data race in ResourceID.String()
Commits
  • f087199 Prep azcore v1.19.0 for release (#25133)
  • 80c4d51 Sync eng/common directory with azure-sdk-tools for PR 11745 (#25122)
  • 4956bdd Upgrade emitter and TypeSpec packages to latest versions (#25126)
  • 7ce33a1 Sync eng/common directory with azure-sdk-tools for PR 11741 (#25121)
  • a3684d1 Configurations: 'specification/impact/Impact.Management/tspconfig.yaml', API...
  • 51f157b Sync eng/common directory with azure-sdk-tools for PR 11726 (#25097)
  • cb9ef37 Increment package version after release of storage/azqueue (#24971)
  • 2b7f1d6 [Release] sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/...
  • 519e8ab typespec merged stay on main (#25094)
  • ee07fa9 Sync eng/common directory with azure-sdk-tools for PR 11559 (#25092)
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.9.0 to 1.10.1

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.

sdk/azidentity/v1.10.1

1.10.1 (2025-06-10)

Bugs Fixed

  • AzureCLICredential and AzureDeveloperCLICredential could wait indefinitely for subprocess output

sdk/messaging/azservicebus/v1.10.0

1.10.0 (2025-08-05)

Features Added

  • Allow a user to settle and renew message locks with only a lock token, so long as they are not using Service Bus sessions. This makes it possible to settle a message in a completely separate process or service. See ExampleReceiver_CompleteMessage_settleWithLockToken for an example. (PR#24966)

sdk/messaging/azservicebus/v1.9.1

1.9.1 (2025-07-10)

Bugs Fixed

  • Receiver's, in ReceiveModeReceiveAndDelete, now allow ReceiveMessages() calls after Receiver.Close. These calls will only draw from any internally cached messages that accumulated between the final call to ReceiveMessages() and Close. See an example of how to do this here: ExampleReceiver_ReceiveMessages_receiveAndDelete for an example. (PR#24864)
Commits

Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage from 1.8.0 to 1.8.1

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage's releases.

sdk/resourcemanager/storage/armstorage/v1.8.1

1.8.1 (2025-06-30)

Other Changes

  • Field StartOn of struct TriggerParameters changed to required
Commits
  • d5e09ea Prepare azidentity v1.8.1 for release (#23954)
  • af8249d Increment package version after release of storage/azblob (#23940)
  • 8b21042 Increment package version after release of storage/azdatalake (#23958)
  • a44e152 Release storage stg96 azdatalake preview (#23957)
  • b11c1a5 Relax tenant verification for credentials having optional tenant IDs (#23951)
  • e557039 remove erroneous package inclusion during package-properties evaluation (#23948)
  • 0fb4336 Increment package version after release of messaging/azservicebus (#23950)
  • b1480a2 Updating docs.microsoft.com to learn.microsoft.com (#23934)
  • 786b0be Credential chains continue iterating after unexpected IMDS responses (#23894)
  • 7d4721b add liftr base package dep to emitter dep list (#23938)
  • Additional commits viewable in compare view

Updates github.com/go-logr/logr from 1.4.2 to 1.4.3

Release notes

Sourced from github.com/go-logr/logr's releases.

v1.4.3

Minor release.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.2...v1.4.3

Commits
  • 38a1c47 build(deps): bump github/codeql-action from 3.28.17 to 3.28.18
  • f08bedd build(deps): bump actions/setup-go from 5.4.0 to 5.5.0
  • 6295e99 build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
  • 028840d build(deps): bump github/codeql-action from 3.28.15 to 3.28.17
  • 511e5fa Merge pull request #367 from go-logr/dependabot/github_actions/github/codeql-...
  • d806463 build(deps): bump github/codeql-action from 3.28.13 to 3.28.15
  • 158c311 Merge pull request #366 from thockin/master
  • c79ddb3 Update to support golangci-lint v2
  • 20a64ba build(deps): bump github/codeql-action from 3.28.12 to 3.28.13
  • 0385e14 Add comments around slog exceptions
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.23.4 to 2.25.3

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.25.3

2.25.3

Fixes

  • emit --github-output group only for progress report itself [f01aed1]

v2.25.2

2.25.2

Fixes

Add github output group for progress report content

Maintenance

Bump Gomega

v2.25.1

2.25.1

Fixes

  • fix(types): ignore nameless nodes on FullText() [10866d3]
  • chore: fix some CodeQL warnings [2e42cff]

v2.25.0

2.25.0

AroundNode

This release introduces a new decorator to support more complex spec setup usecases.

AroundNode registers a function that runs before each individual node. This is considered a more advanced decorator.

Please read the docs for more information and some examples.

Allowed signatures:

  • AroundNode(func()) - func will be called before the node is run.
  • AroundNode(func(ctx context.Context) context.Context) - func can wrap the passed in context and return a new one which will be passed on to the node.
  • AroundNode(func(ctx context.Context, body func(ctx context.Context))) - ctx is the context for the node and body is a function that must be called to run the node. This gives you complete control over what runs before and after the node.

Multiple AroundNode decorators can be applied to a single node and they will run in the order they are applied.

Unlike setup nodes like BeforeEach and DeferCleanup, AroundNode is guaranteed to run in the same goroutine as the decorated node. This is necessary when working with lower-level libraries that must run on a single thread (you can call runtime.LockOSThread() in the AroundNode to ensure that the node runs on a single thread).

Since AroundNode allows you to modify the context you can also use AroundNode to implement shared setup that attaches values to the context.

If applied to a container, AroundNode will run before every node in the container. Including setup nodes like BeforeEach and DeferCleanup.

AroundNode can also be applied to RunSpecs to run before every node in the suite. This opens up new mechanisms for instrumenting individual nodes across an entire suite.

... (truncated)

Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.25.3

Fixes

  • emit --github-output group only for progress report itself [f01aed1]

2.25.2

Fixes

Add github output group for progress report content

Maintenance

Bump Gomega

2.25.1

Fixes

  • fix(types): ignore nameless nodes on FullText() [10866d3]
  • chore: fix some CodeQL warnings [2e42cff]

2.25.0

AroundNode

This release introduces a new decorator to support more complex spec setup usecases.

AroundNode registers a function that runs before each individual node. This is considered a more advanced decorator.

Please read the docs for more information and some examples.

Allowed signatures:

  • AroundNode(func()) - func will be called before the node is run.
  • AroundNode(func(ctx context.Context) context.Context) - func can wrap the passed in context and return a new one which will be passed on to the node.
  • AroundNode(func(ctx context.Context, body func(ctx context.Context))) - ctx is the context for the node and body is a function that must be called to run the node. This gives you complete control over what runs before and after the node.

Multiple AroundNode decorators can be applied to a single node and they will run in the order they are applied.

Unlike setup nodes like BeforeEach and DeferCleanup, AroundNode is guaranteed to run in the same goroutine as the decorated node. This is necessary when working with lower-level libraries that must run on a single thread (you can call runtime.LockOSThread() in the AroundNode to ensure that the node runs on a single thread).

Since AroundNode allows you to modify the context you can also use AroundNode to implement shared setup that attaches values to the context.

If applied to a container, AroundNode will run before every node in the container. Including setup nodes like BeforeEach and DeferCleanup.

AroundNode can also be applied to RunSpecs to run before every node in the suite. This opens up new mechanisms for instrumenting individual nodes across an entire suite.

2.24.0

Features

... (truncated)

Commits

Updates github.com/onsi/gomega from 1.37.0 to 1.38.2

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.38.2

1.38.2

  • roll back to go 1.23.0 [c404969]

v1.38.1

1.38.1

Fixes

Numerous minor fixes and dependency bumps

v1.38.0

1.38.0

Features

  • gstruct handles extra unexported fields [4ee7ed0]

Fixes

  • support [] in IgnoringTopFunction function signatures (#851) [36bbf72]

Maintenance

  • Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846) [529d408]
  • Fix typo [acd1f55]
  • Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835) [bae65a0]
  • Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842) [8dda91f]
  • Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843) [212d812]
  • Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839) [59bd7f9]
  • Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834) [328c729]
  • Bump uri from 1.0.2 to 1.0.3 in /docs (#826) [9a798a1]
  • Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841) [04a72c6]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.38.2

  • roll back to go 1.23.0 [c404969]

1.38.1

Fixes

Numerous minor fixes and dependency bumps

1.38.0

Features

  • gstruct handles extra unexported fields [4ee7ed0]

Fixes

  • support [] in IgnoringTopFunction function signatures (#851) [36bbf72]

Maintenance

  • Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846) [529d408]
  • Fix typo [acd1f55]
  • Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835) [bae65a0]
  • Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842) [8dda91f]
  • Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843) [212d812]
  • Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839) [59bd7f9]
  • Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834) [328c729]
  • Bump uri from 1.0.2 to 1.0.3 in /docs (#826) [9a798a1]
  • Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841) [04a72c6]
Commits

Updates github.com/prometheus/client_golang from 1.22.0 to 1.23.2

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.23.2 - 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2

v1.23.1 - 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1

v1.23.0 - 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.23.2 / 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

1.23.1 / 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

1.23.0 / 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729
Commits

Updates github.com/samber/lo from 1.50.0 to 1.51.0

Release notes

Sourced from github.com/samber/lo's releases.

v1.51.0

What's Changed

Doc

Dependencies

New Contributors

Full Changelog: samber/lo@v1.50.0...v1.51.0

Commits
  • 203faca bump v1.51.0
  • 49f24de style: merge assertion.go and errors.go
  • e9281d8 feat(assertions): add Assert and Assertf (#638)
  • 2b57de7 docs: fix wrong variable name for mutable map example (#637)
  • f2cfb22 docs: Fix description for LastOrEmpty and LastOr (#636)
  • 52ad90c doc: Improve comment for lo.Ellipsis
  • f1dce8f docs: Add a more precise description to the Ellipsis function to prevent misu...
  • a9a589c fix(ci): correct cleanup deps - remove all *_test.go files using find (#630)
  • 975e837 chore(deps): bump golangci/golangci-lint-action from 7 to 8 (#628)
  • 3a534ad Fixed the error in the usage example of lo.Latest in readme.md (#627)
  • Additional commits viewable in compare view

Updates github.com/spf13/cobra from 1.9.1 to 1.10.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.1

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: spf13/cobra#2303

✨ Features

🐛 Fix

🪠 Testing

📝 Docs

New Contributors

... (truncated)

Commits
  • 7da941c chore: Bump pflag to v1.0.9 (#2305)
  • 51d6751 Bump pflag to 1.0.8 (#2303)
  • 3f3b818 Update README.md with new logo
  • dcaf42e Add Periscope to the list of projects using Cobra (#2299)
  • 6dec1ae The default ShellCompDirective can be customized for a command and its subcom...
  • c8289c1 chore(golangci-lint): add some exclusion presets
  • 4af7b64 refactor: apply golangci-lint autofixes, work around false positives
  • 75790e4 chore(golangci-lint): upgrade to v2
  • db3ddb5 Adding sponsorship to README.md
  • 67171d6 putting sponsorship below header
  • Additional commits viewable in compare view

Updates github.com/spf13/pflag from 1.0.6 to 1.0.9

Release notes

Sourced from github.com/spf13/pflag's releases.

v1.0.9

What's Changed

Full Changelog: spf13/pflag@v1.0.8...v1.0.9

v1.0.8

⚠️ Breaking Change

This version, while only a patch bump, includes a (very minor) breaking change: the flag.ParseErrorsWhitelist struct and corresponding FlagSet.parseErrorsWhitelist field have been renamed to ParseErrorsAllowlist.

This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.

The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.7...v1.0.8

v1.0.7

What's Changed

New Contributors

... (truncated)

Commits
  • 1043857 Merge pull request #446 from spf13/fix-backwards-compat
  • 7412009 fix: Restore ParseErrorsWhitelist name for now
  • b9c16fa Merge pull request #444 from spf13/reset-args-even-if-empty
  • 40abc49 Merge pull request #443 from spf13/silence-errhelp
  • 1bf832c Use errors.Is instead of equality check
  • d25dd24 Reset args on re-parse even if empty
  • 094909d Merge pull request #365 from vaguecoder/str2str-sorted
  • ccb49e5 Print Default Values of String-to-String in Sorted Order

@dependabot dependabot bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. area/dependency Issues or PRs related to dependency changes kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-1.32 release-note-none Denotes a PR that doesn't merit a release note. labels Sep 7, 2025
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Sep 7, 2025
@github-actions github-actions bot added the tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. label Sep 7, 2025
@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 APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: dependabot[bot]

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

The pull request process is described 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 Sep 7, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/release-1.32/all-b20bf6030f branch from 82b7c37 to ca34c0a Compare September 14, 2025 17:07
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 14, 2025
@k8s-ci-robot
Copy link
Contributor

New changes are detected. LGTM label has been removed.

@dependabot dependabot bot force-pushed the dependabot/go_modules/release-1.32/all-b20bf6030f branch 2 times, most recently from 5623101 to d9636c6 Compare September 23, 2025 01:13
@mboersma
Copy link
Contributor

/retest

@dependabot dependabot bot force-pushed the dependabot/go_modules/release-1.32/all-b20bf6030f branch from d9636c6 to 375fc12 Compare September 28, 2025 17:08
@dependabot dependabot bot force-pushed the dependabot/go_modules/release-1.32/all-b20bf6030f branch 2 times, most recently from b79e74d to e6b4c62 Compare October 12, 2025 17:08
@dependabot dependabot bot force-pushed the dependabot/go_modules/release-1.32/all-b20bf6030f branch 2 times, most recently from 3cf3117 to 36e405b Compare October 26, 2025 17:07
@dependabot dependabot bot force-pushed the dependabot/go_modules/release-1.32/all-b20bf6030f branch 2 times, most recently from 1b5baa6 to 9ad52a2 Compare November 2, 2025 17:08
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Nov 6, 2025
Bumps the all group with 36 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-kusto-go/azkustodata](https://github.com/Azure/azure-kusto-go) | `1.0.2` | `1.1.0` |
| [github.com/Azure/azure-kusto-go/azkustoingest](https://github.com/Azure/azure-kusto-go) | `1.0.2` | `1.1.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.18.0` | `1.19.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.9.0` | `1.10.1` |
| [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage](https://github.com/Azure/azure-sdk-for-go) | `1.8.0` | `1.8.1` |
| [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.2` | `1.4.3` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.23.4` | `2.25.3` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.37.0` | `1.38.2` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.2` |
| [github.com/samber/lo](https://github.com/samber/lo) | `1.50.0` | `1.51.0` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.1` |
| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.6` | `1.0.9` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.35.0` | `1.38.0` |
| [go.opentelemetry.io/otel/exporters/prometheus](https://github.com/open-telemetry/opentelemetry-go) | `0.57.0` | `0.60.0` |
| [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.35.0` | `1.38.0` |
| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.35.0` | `1.38.0` |
| [go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.35.0` | `1.38.0` |
| [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.35.0` | `1.38.0` |
| [go.uber.org/mock](https://github.com/uber/mock) | `0.5.2` | `0.6.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.14.0` | `0.16.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.33.0` | `0.35.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.24.0` | `0.28.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.32.4` | `0.32.8` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.32.4` | `0.32.8` |
| [k8s.io/apiserver](https://github.com/kubernetes/apiserver) | `0.32.4` | `0.32.8` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.4` | `0.32.8` |
| [k8s.io/cloud-provider](https://github.com/kubernetes/cloud-provider) | `0.32.4` | `0.32.8` |
| [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.32.4` | `0.32.8` |
| [k8s.io/component-helpers](https://github.com/kubernetes/component-helpers) | `0.32.4` | `0.32.8` |
| [k8s.io/controller-manager](https://github.com/kubernetes/controller-manager) | `0.32.4` | `0.32.8` |
| [k8s.io/kubelet](https://github.com/kubernetes/kubelet) | `0.32.4` | `0.32.8` |
| [sigs.k8s.io/cloud-provider-azure/pkg/azclient](https://github.com/kubernetes-sigs/cloud-provider-azure) | `0.6.2` | `0.9.2` |
| [sigs.k8s.io/cloud-provider-azure/pkg/azclient/cache](https://github.com/kubernetes-sigs/cloud-provider-azure) | `0.6.1` | `0.8.4` |
| [sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader](https://github.com/kubernetes-sigs/cloud-provider-azure) | `0.5.3` | `0.8.5` |
| [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) | `1.4.0` | `1.6.0` |


Updates `github.com/Azure/azure-kusto-go/azkustodata` from 1.0.2 to 1.1.0
- [Release notes](https://github.com/Azure/azure-kusto-go/releases)
- [Changelog](https://github.com/Azure/azure-kusto-go/blob/master/CHANGELOG.md)
- [Commits](Azure/azure-kusto-go@azkustodata/v1.0.2...azkustodata/v1.1.0)

Updates `github.com/Azure/azure-kusto-go/azkustoingest` from 1.0.2 to 1.1.0
- [Release notes](https://github.com/Azure/azure-kusto-go/releases)
- [Changelog](https://github.com/Azure/azure-kusto-go/blob/master/CHANGELOG.md)
- [Commits](Azure/azure-kusto-go@azkustodata/v1.0.2...azkustodata/v1.1.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/sdk-breaking-changes-guide-migration.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.18.0...sdk/azcore/v1.19.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/sdk-breaking-changes-guide-migration.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.9.0...sdk/azidentity/v1.10.1)

Updates `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/sdk-breaking-changes-guide-migration.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.8.0...sdk/azidentity/v1.8.1)

Updates `github.com/go-logr/logr` from 1.4.2 to 1.4.3
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](go-logr/logr@v1.4.2...v1.4.3)

Updates `github.com/onsi/ginkgo/v2` from 2.23.4 to 2.25.3
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.23.4...v2.25.3)

Updates `github.com/onsi/gomega` from 1.37.0 to 1.38.2
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.37.0...v1.38.2)

Updates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.2
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.22.0...v1.23.2)

Updates `github.com/samber/lo` from 1.50.0 to 1.51.0
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.50.0...v1.51.0)

Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.9.1...v1.10.1)

Updates `github.com/spf13/pflag` from 1.0.6 to 1.0.9
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.6...v1.0.9)

Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.10.0...v1.11.1)

Updates `go.opentelemetry.io/otel` from 1.35.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.35.0...v1.38.0)

Updates `go.opentelemetry.io/otel/exporters/prometheus` from 0.57.0 to 0.60.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@exporters/prometheus/v0.57.0...exporters/prometheus/v0.60.0)

Updates `go.opentelemetry.io/otel/metric` from 1.35.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.35.0...v1.38.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.35.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.35.0...v1.38.0)

Updates `go.opentelemetry.io/otel/sdk/metric` from 1.35.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.35.0...v1.38.0)

Updates `go.opentelemetry.io/otel/trace` from 1.35.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.35.0...v1.38.0)

Updates `go.uber.org/mock` from 0.5.2 to 0.6.0
- [Release notes](https://github.com/uber/mock/releases)
- [Changelog](https://github.com/uber-go/mock/blob/main/CHANGELOG.md)
- [Commits](uber-go/mock@v0.5.2...v0.6.0)

Updates `golang.org/x/sync` from 0.14.0 to 0.16.0
- [Commits](golang/sync@v0.14.0...v0.16.0)

Updates `golang.org/x/sys` from 0.33.0 to 0.35.0
- [Commits](golang/sys@v0.33.0...v0.35.0)

Updates `golang.org/x/text` from 0.24.0 to 0.28.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.24.0...v0.28.0)

Updates `k8s.io/api` from 0.32.4 to 0.32.8
- [Commits](kubernetes/api@v0.32.4...v0.32.8)

Updates `k8s.io/apimachinery` from 0.32.4 to 0.32.8
- [Commits](kubernetes/apimachinery@v0.32.4...v0.32.8)

Updates `k8s.io/apiserver` from 0.32.4 to 0.32.8
- [Commits](kubernetes/apiserver@v0.32.4...v0.32.8)

Updates `k8s.io/client-go` from 0.32.4 to 0.32.8
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.32.4...v0.32.8)

Updates `k8s.io/cloud-provider` from 0.32.4 to 0.32.8
- [Commits](kubernetes/cloud-provider@v0.32.4...v0.32.8)

Updates `k8s.io/component-base` from 0.32.4 to 0.32.8
- [Commits](kubernetes/component-base@v0.32.4...v0.32.8)

Updates `k8s.io/component-helpers` from 0.32.4 to 0.32.8
- [Commits](kubernetes/component-helpers@v0.32.4...v0.32.8)

Updates `k8s.io/controller-manager` from 0.32.4 to 0.32.8
- [Commits](kubernetes/controller-manager@v0.32.4...v0.32.8)

Updates `k8s.io/kubelet` from 0.32.4 to 0.32.8
- [Commits](kubernetes/kubelet@v0.32.4...v0.32.8)

Updates `sigs.k8s.io/cloud-provider-azure/pkg/azclient` from 0.6.2 to 0.9.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](pkg/azclient/v0.6.2...pkg/azclient/v0.9.2)

Updates `sigs.k8s.io/cloud-provider-azure/pkg/azclient/cache` from 0.6.1 to 0.8.4
- [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](pkg/azclient/v0.6.1...pkg/azclient/v0.8.4)

Updates `sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader` from 0.5.3 to 0.8.5
- [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](pkg/azclient/v0.5.3...pkg/azclient/v0.8.5)

Updates `sigs.k8s.io/yaml` from 1.4.0 to 1.6.0
- [Release notes](https://github.com/kubernetes-sigs/yaml/releases)
- [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/yaml@v1.4.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-kusto-go/azkustodata
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/Azure/azure-kusto-go/azkustoingest
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/go-logr/logr
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.25.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.38.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/samber/lo
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel/exporters/prometheus
  dependency-version: 0.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel/sdk/metric
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.uber.org/mock
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/sync
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/sys
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/text
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: k8s.io/api
  dependency-version: 0.32.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.32.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/apiserver
  dependency-version: 0.32.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/client-go
  dependency-version: 0.32.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/cloud-provider
  dependency-version: 0.32.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/component-base
  dependency-version: 0.32.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/component-helpers
  dependency-version: 0.32.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/controller-manager
  dependency-version: 0.32.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/kubelet
  dependency-version: 0.32.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: sigs.k8s.io/cloud-provider-azure/pkg/azclient
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: sigs.k8s.io/cloud-provider-azure/pkg/azclient/cache
  dependency-version: 0.8.4
  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-version: 0.8.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: sigs.k8s.io/yaml
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/release-1.32/all-b20bf6030f branch from 9ad52a2 to f1fd9a0 Compare November 9, 2025 17:07
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Nov 9, 2025
@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-cloud-provider-azure-e2e-capz-1-32 f1fd9a0 link true /test pull-cloud-provider-azure-e2e-capz-1-32
pull-cloud-provider-azure-e2e-ccm-capz-1-32 f1fd9a0 link true /test pull-cloud-provider-azure-e2e-ccm-capz-1-32
pull-cloud-provider-azure-e2e-ccm-vmss-multi-slb-capz-1-32 f1fd9a0 link true /test pull-cloud-provider-azure-e2e-ccm-vmss-multi-slb-capz-1-32
pull-cloud-provider-azure-unit-1-32 f1fd9a0 link true /test pull-cloud-provider-azure-unit-1-32
pull-cloud-provider-azure-e2e-ccm-vmss-capz-1-32 f1fd9a0 link true /test pull-cloud-provider-azure-e2e-ccm-vmss-capz-1-32
pull-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz-1-32 f1fd9a0 link true /test pull-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz-1-32
pull-cloud-provider-azure-e2e-ccm-dualstack-capz-1-32 f1fd9a0 link true /test pull-cloud-provider-azure-e2e-ccm-dualstack-capz-1-32
pull-cloud-provider-azure-e2e-ccm-ipv6-vmss-capz-1-32 f1fd9a0 link true /test pull-cloud-provider-azure-e2e-ccm-ipv6-vmss-capz-1-32
pull-cloud-provider-azure-e2e-ccm-dualstack-vmss-capz-1-32 f1fd9a0 link true /test pull-cloud-provider-azure-e2e-ccm-dualstack-vmss-capz-1-32
pull-cloud-provider-azure-e2e-ccm-ipv6-capz-1-32 f1fd9a0 link true /test pull-cloud-provider-azure-e2e-ccm-ipv6-capz-1-32

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.

@nilo19 nilo19 closed this Nov 16, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 16, 2025

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

@nilo19 nilo19 deleted the dependabot/go_modules/release-1.32/all-b20bf6030f branch November 16, 2025 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/dependency Issues or PRs related to dependency changes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-1.32 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. tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants