Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2025

Bumps the all group with 6 updates in the /tests directory:

Package From To
github.com/Azure/azure-kusto-go/azkustodata 1.1.1 1.2.0
github.com/Azure/azure-kusto-go/azkustoingest 1.1.0 1.2.0
k8s.io/api 0.34.3 0.35.0
k8s.io/client-go 0.34.3 0.35.0
k8s.io/cloud-provider 0.34.3 0.35.0
sigs.k8s.io/cloud-provider-azure/pkg/azclient 0.13.0 0.13.1

Updates github.com/Azure/azure-kusto-go/azkustodata from 1.1.1 to 1.2.0

Release notes

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

azkustodata/v1.2.0

Added

  • result.Wait() is now configurable: the polling interval and delay can be set using the options parameter - by @​noamcohen97

Fixed

Changelog

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

[1.2.0] - 2025-12-28

Added

  • result.Wait() is now configurable: the polling interval and delay can be set using the options parameter - by @​noamcohen97

Fixed

[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

[1.0.2] - 2025-04-28

Fixed

  • Fix JSON marshaling for tags in ingestion properties - by @​noamcohen97
  • Change Wait method to return a receive-only channel - by @​noamcohen97
  • Updated deps and fixed typos

[1.0.1] - 2025-03-12

Fixed

  • ToDeclarationString is now deterministic.

[1.0.0] - 2025-02-19

Changed

  • [BREAKING] The minimal go version is now 1.22
  • [BREAKING] Split the main module into two packages:
    • azkustodata - contains querying, management APIs.
    • azkustoingest - contains ingestion in all its forms.
  • [BREAKING] New API for querying, see MIGRATION.md for more details.
  • [BREAKING] Constructing ingest clients is now done using a KustoConnectionStringBuilder, and not a client struct.
  • [BREAKING] Changes in the kusto type system:
    • Kusto values will now return a pointer when they are nullable. This applies to all types except for string.
    • Decimal values are now represented as decimal.Decimal instead of string. This is to maintain efficiency and ease of use.
  • [BREAKING] Aligned KCSB (Kusto Connection String Builder) parsing with other SDKS:
    • Removed keywords InteractiveLogin and RedirectURL
    • Keywords are now case-insensitive, and ignore spaces.
    • Added GetConnectionString(includeSecrets bool) method to KCSB, to get a canonical connection string, with or without secrets.
    • the WithApplicationCertificate on KustoConnectionStringBuilder was removed as it was ambiguous and not implemented correctly. Instead there are two new methods:

... (truncated)

Commits

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

Release notes

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

azkustodata/v1.2.0

Added

  • result.Wait() is now configurable: the polling interval and delay can be set using the options parameter - by @​noamcohen97

Fixed

azkustodata/v1.1.1

Added

  • Added Support for Delos and Gov SG clouds
Changelog

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

[1.2.0] - 2025-12-28

Added

  • result.Wait() is now configurable: the polling interval and delay can be set using the options parameter - by @​noamcohen97

Fixed

Commits

Updates k8s.io/api from 0.34.3 to 0.35.0

Commits
  • 9afe7de Update dependencies to v0.35.0 tag
  • bbcbaa8 Merge remote-tracking branch 'origin/master' into release-1.35
  • 5bced61 Bump golang.org/x/crypto to v0.45.0
  • 39e2e26 Merge pull request #135131 from Dev1622/sig-storage/mock-expand-flake-fix
  • c22b4a1 vendor: update vendor and license metadata after replacing BeTrue usage in cs...
  • e3b1f3d Resolve lint restriction on BeTrue by introducing Succeed() with contextual e...
  • 3da327c Update vendored dependencies
  • c764b44 Merge pull request #132919 from ndixita/pod-level-in-place-pod-resize
  • aced136 Generated files from API changes
  • 02d790d Adding Resources and AllocatedResoures fields to the list of expected fields ...
  • Additional commits viewable in compare view

Updates k8s.io/apimachinery from 0.34.3 to 0.35.0

Commits
  • 72d71ea Merge remote-tracking branch 'origin/master' into release-1.35
  • e2a2dbc Bump golang.org/x/crypto to v0.45.0
  • 2e9c228 Merge pull request #135131 from Dev1622/sig-storage/mock-expand-flake-fix
  • f274aac vendor: update vendor and license metadata after replacing BeTrue usage in cs...
  • 9445443 Resolve lint restriction on BeTrue by introducing Succeed() with contextual e...
  • 52154f7 Update vendored dependencies
  • 5a348c5 KEP-5471: Extend tolerations operators (#134665)
  • 6f89492 Merge pull request #133648 from richabanker/merged-discovery
  • c77dde2 util/sort: Add MergePreservingRelativeOrder for topological sorting
  • 729c13d Merge pull request #134624 from yt2985/podcertificates-beta
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.34.3 to 0.35.0

Commits
  • 9bcb694 Update dependencies to v0.35.0 tag
  • 2d83546 Merge remote-tracking branch 'origin/master' into release-1.35
  • 56b4af2 Merge pull request #135591 from p0lyn0mial/upstream-watchlist-reflector-log-f...
  • 891f94c Merge remote-tracking branch 'origin/master' into release-1.35
  • 65ffe04 Merge pull request #135580 from serathius/client-go-transformer
  • 2fe4ac2 downgrade reflector watchlist fallback log to V(4)
  • 97256a6 Bump golang.org/x/crypto to v0.45.0
  • 46360b5 Merge pull request #135131 from Dev1622/sig-storage/mock-expand-flake-fix
  • 171ef8c Use transformer in consistency checker
  • 3878a64 vendor: update vendor and license metadata after replacing BeTrue usage in cs...
  • Additional commits viewable in compare view

Updates k8s.io/cloud-provider from 0.34.3 to 0.35.0

Commits
  • f02e0a8 Update dependencies to v0.35.0 tag
  • f3d67f2 Merge remote-tracking branch 'origin/master' into release-1.35
  • 90ad0be Bump golang.org/x/crypto to v0.45.0
  • c2f691d Merge pull request #135131 from Dev1622/sig-storage/mock-expand-flake-fix
  • 4630afe vendor: update vendor and license metadata after replacing BeTrue usage in cs...
  • edd386f Resolve lint restriction on BeTrue by introducing Succeed() with contextual e...
  • fb5887f Update vendored dependencies
  • 080e91c Merge pull request #131220 from lukasmetzner/feat-ccm-watch-based-route-contr...
  • 314e0e6 refactor: rename and suitable docstring
  • 1f7c95a test: register kube features in unit tests
  • Additional commits viewable in compare view

Updates k8s.io/utils from 0.0.0-20250820121507-0af2bda4dd1d to 0.0.0-20251002143259-bc988d571ff4

Commits

Updates sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.13.0 to 0.13.1

Commits
  • 0314142 Migrate verbosity-based info logging to contextual logging (#9707)
  • 8057b87 build(deps): bump oss/go/microsoft/golang from 911d1e8 to 522d540 (#9752)
  • 34f7be5 build(deps): bump the all group with 7 updates (#9760)
  • c47142e Merge pull request #9745 from jackfrancis/retry-docker-push
  • 6c7772f build(deps): bump the all group across 1 directory with 21 updates (#9769)
  • 874c1db build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (#9767)
  • fe57b42 Merge pull request #9765 from nilo19/chore/deprecate-1-31
  • f1daa72 chore: remove dependabot 1.31 jobs
  • 3812964 sleep for 30 seconds to allow for cool off period
  • bfdca33 ci: retry linux image push 3 times
  • See full diff in compare view

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

@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-note-none Denotes a PR that doesn't merit a release note. labels Dec 30, 2025
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 30, 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 Dec 30, 2025
@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

Details 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

1 similar comment
@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

Details 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
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a github.com 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.

Details

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 k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Dec 30, 2025
Bumps the all group with 6 updates in the /tests directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-kusto-go/azkustodata](https://github.com/Azure/azure-kusto-go) | `1.1.1` | `1.2.0` |
| [github.com/Azure/azure-kusto-go/azkustoingest](https://github.com/Azure/azure-kusto-go) | `1.1.0` | `1.2.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.34.3` | `0.35.0` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.34.3` | `0.35.0` |
| [k8s.io/cloud-provider](https://github.com/kubernetes/cloud-provider) | `0.34.3` | `0.35.0` |
| [sigs.k8s.io/cloud-provider-azure/pkg/azclient](https://github.com/kubernetes-sigs/cloud-provider-azure) | `0.13.0` | `0.13.1` |



Updates `github.com/Azure/azure-kusto-go/azkustodata` from 1.1.1 to 1.2.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.1.1...azkustodata/v1.2.0)

Updates `github.com/Azure/azure-kusto-go/azkustoingest` from 1.1.0 to 1.2.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.1.0...azkustodata/v1.2.0)

Updates `k8s.io/api` from 0.34.3 to 0.35.0
- [Commits](kubernetes/api@v0.34.3...v0.35.0)

Updates `k8s.io/apimachinery` from 0.34.3 to 0.35.0
- [Commits](kubernetes/apimachinery@v0.34.3...v0.35.0)

Updates `k8s.io/client-go` from 0.34.3 to 0.35.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.34.3...v0.35.0)

Updates `k8s.io/cloud-provider` from 0.34.3 to 0.35.0
- [Commits](kubernetes/cloud-provider@v0.34.3...v0.35.0)

Updates `k8s.io/utils` from 0.0.0-20250820121507-0af2bda4dd1d to 0.0.0-20251002143259-bc988d571ff4
- [Commits](https://github.com/kubernetes/utils/commits)

Updates `sigs.k8s.io/cloud-provider-azure/pkg/azclient` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/kubernetes-sigs/cloud-provider-azure/releases)
- [Changelog](https://github.com/kubernetes-sigs/cloud-provider-azure/blob/master/docs/release-versioning.md)
- [Commits](pkg/azclient/v0.13.0...pkg/azclient/v0.13.1)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-kusto-go/azkustodata
  dependency-version: 1.2.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.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: k8s.io/api
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: k8s.io/cloud-provider
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: k8s.io/utils
  dependency-version: 0.0.0-20251002143259-bc988d571ff4
  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.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/tests/all-b7bdba698f branch from 2341566 to 87c01c2 Compare January 6, 2026 12:04
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 6, 2026
@k8s-ci-robot
Copy link
Contributor

New changes are detected. LGTM label has been removed.

@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-ccm-vmss-shared-probe-capz 87c01c2 link true /test pull-cloud-provider-azure-e2e-ccm-vmss-shared-probe-capz
pull-cloud-provider-azure-e2e-ccm-dualstack-capz 87c01c2 link true /test pull-cloud-provider-azure-e2e-ccm-dualstack-capz
pull-cloud-provider-azure-e2e-ccm-ipv6-capz 87c01c2 link true /test pull-cloud-provider-azure-e2e-ccm-ipv6-capz
pull-cloud-provider-azure-e2e-ccm-vmss-multi-slb-capz 87c01c2 link true /test pull-cloud-provider-azure-e2e-ccm-vmss-multi-slb-capz
pull-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz 87c01c2 link true /test pull-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz
pull-cloud-provider-azure-e2e-ccm-vmss-capz 87c01c2 link true /test pull-cloud-provider-azure-e2e-ccm-vmss-capz
pull-cloud-provider-azure-e2e-ccm-capz 87c01c2 link true /test pull-cloud-provider-azure-e2e-ccm-capz
pull-cloud-provider-azure-e2e-ccm-vmssflex-capz 87c01c2 link true /test pull-cloud-provider-azure-e2e-ccm-vmssflex-capz
pull-cloud-provider-azure-e2e-ccm-ipv6-vmss-capz 87c01c2 link true /test pull-cloud-provider-azure-e2e-ccm-ipv6-vmss-capz
pull-cloud-provider-azure-e2e-ccm-dualstack-vmss-capz 87c01c2 link true /test pull-cloud-provider-azure-e2e-ccm-dualstack-vmss-capz
pull-cloud-provider-azure-e2e-capz 87c01c2 link true /test pull-cloud-provider-azure-e2e-capz

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.

Details

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.

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-note-none Denotes a PR that doesn't merit a release note. size/L Denotes a PR that changes 100-499 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.

2 participants