Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the all group with 18 updates:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.20.0 1.21.0
github.com/onsi/ginkgo/v2 2.27.4 2.27.5
github.com/onsi/gomega 1.38.3 1.39.0
github.com/spf13/pflag 1.0.9 1.0.10
golang.org/x/sys 0.39.0 0.40.0
golang.org/x/text 0.32.0 0.33.0
k8s.io/api 0.32.4 0.32.11
k8s.io/apimachinery 0.32.4 0.32.11
k8s.io/apiserver 0.32.4 0.32.11
k8s.io/client-go 0.32.4 0.32.11
k8s.io/cloud-provider 0.32.4 0.32.11
k8s.io/component-base 0.32.4 0.32.11
k8s.io/component-helpers 0.32.4 0.32.11
k8s.io/controller-manager 0.32.4 0.32.11
k8s.io/kubelet 0.32.4 0.32.11
sigs.k8s.io/cloud-provider-azure/pkg/azclient 0.6.2 0.14.2
sigs.k8s.io/cloud-provider-azure/pkg/azclient/cache 0.6.1 0.11.0
sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader 0.5.3 0.12.1

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.20.0 to 1.21.0

Release notes

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

sdk/azcore/v1.21.0

1.21.0 (2026-01-12)

Features Added

  • Added runtime/datetime package which provides specialized time type wrappers for serializing and deserializing time values in various formats used by Azure services.

Other Changes

  • Aligned cloud.AzureGovernment and cloud.AzureChina audience values with Azure CLI
Commits

Updates github.com/onsi/ginkgo/v2 from 2.27.4 to 2.27.5

Release notes

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

v2.27.5

2.27.5

Fixes

Don't make a new formatter for each GinkgoT(); that's just silly and uses precious memory

Changelog

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

2.27.5

Fixes

Don't make a new formatter for each GinkgoT(); that's just silly and uses precious memory

Commits
  • a928307 v2.27.5
  • 0d0e96d don't make a new formatter for each GinkgoT(); that's just silly and uses pre...
  • See full diff in compare view

Updates github.com/onsi/gomega from 1.38.3 to 1.39.0

Release notes

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

v1.39.0

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

Changelog

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

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

Commits

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

Release notes

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

v1.0.10

What's Changed

New Contributors

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

Commits
  • 0491e57 Merge pull request #448 from thaJeztah/fix_go_version
  • 72abab1 Merge pull request #447 from thaJeztah/fix_deprecation_comment
  • 7e4dfb1 Test on Go 1.12
  • 18a9d17 move Func, BoolFunc, tests as they require go1.21
  • c5b9e98 remove uses of errors.Is, which requires go1.13
  • 45a4873 fix deprecation comment for (FlagSet.)ParseErrorsWhitelist
  • See full diff in compare view

Updates golang.org/x/sys from 0.39.0 to 0.40.0

Commits
  • 2f44229 sys/cpu: add symbolic constants for remaining cpuid bits
  • e5770d2 sys/cpu: use symbolic names for masks
  • 714a44c sys/cpu: modify x86 port to match what internal/cpu does
  • See full diff in compare view

Updates golang.org/x/text from 0.32.0 to 0.33.0

Commits

Updates k8s.io/api from 0.32.4 to 0.32.11

Commits

Updates k8s.io/apimachinery from 0.32.4 to 0.32.11

Commits

Updates k8s.io/apiserver from 0.32.4 to 0.32.11

Commits
  • 4480472 Update dependencies to v0.32.11 tag
  • b59195d Merge pull request #135444lalitc375/automated-cherry-pick-of-#135359
  • c74f463 Fallback to live ns lookup on admission if lister cannot find namespace
  • ca0dd71 Merge pull request #134497 from vikasbolla/release-1.32
  • 827e458 authz tests: delay response in context cancelled scenario
  • See full diff in compare view

Updates k8s.io/client-go from 0.32.4 to 0.32.11

Commits
  • eb1d92f Update dependencies to v0.32.11 tag
  • 55b810f Merge pull request #134591liggitt/automated-cherry-pick-of-#134588
  • 7e6bf40 Remove invalid SAN certificate construction
  • See full diff in compare view

Updates k8s.io/cloud-provider from 0.32.4 to 0.32.11

Commits

Updates k8s.io/component-base from 0.32.4 to 0.32.11

Commits

Updates k8s.io/component-helpers from 0.32.4 to 0.32.11

Commits

Updates k8s.io/controller-manager from 0.32.4 to 0.32.11

Commits

Updates k8s.io/kubelet from 0.32.4 to 0.32.11

Commits

Updates sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.6.2 to 0.14.2

Commits
  • 750eb6e build(deps): bump the all group in /pkg/azclient with 2 updates (#9846)
  • e51b603 chore: bump dependencies against k/k release-1.35 (#9776)
  • 88cd898 build(deps): bump the all group across 1 directory with 11 updates (#9860)
  • fdc4042 Fix cloud-controller-manager image repo default (#9843)
  • 25a1407 build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore (#9851)
  • 17a86f3 build(deps): bump the all group in /pkg/azclient/trace with 2 updates (#9848)
  • 91e77d6 build(deps): bump the all group (#9847)
  • 78565ac build(deps): bump the all group with 2 updates (#9850)
  • 7b43a10 build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore (#9845)
  • 67ccf6b Merge pull request #9840 from nilo19/test/calico
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cloud-provider-azure/pkg/azclient/cache from 0.6.1 to 0.11.0

Commits
  • 073a97b build(deps): bump the all group in /pkg/azclient with 9 updates (#9669)
  • a58aee0 feat: Process node events with a workqueue (#9545)
  • a6c9045 build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (#9667)
  • e8df6c8 build(deps): bump the all group with 6 updates (#9671)
  • 9134891 build(deps): bump the all group in /kubetest2-aks with 2 updates (#9666)
  • a09f086 build(deps): bump the all group with 13 updates (#9637)
  • 990f1e8 build(deps): bump golang.org/x/crypto from 0.42.0 to 0.45.0 in /tests (#9655)
  • 00cee78 Merge pull request #9661 from elmiko/add-sig-owners
  • 8b771e8 add sig leads to the owners files
  • 570a8fa build(deps): bump golang.org/x/crypto in /pkg/azclient (#9656)
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader from 0.5.3 to 0.12.1

Commits
  • c554198 Merge pull request #9619 from kubernetes-sigs/dependabot/go_modules/pkg/azcli...
  • 9eca20c Merge pull request #9621 from kubernetes-sigs/dependabot/github_actions/all-b...
  • 506a4a9 Merge pull request #9623 from kubernetes-sigs/dependabot/go_modules/pkg/azcli...
  • a253418 chore: update Helm chart for v1.34.2 (#9635)
  • b6d2517 build(deps): bump the all group across 1 directory with 2 updates (#9631)
  • 8356d40 build(deps): bump the all group in /pkg/azclient/cache with 2 updates
  • bb66a3a build(deps): bump the all group with 3 updates
  • d9b312e build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore
  • 9106e04 fix: IPv6 Pointer Comparison Bug (#9596)
  • 61c8939 Merge pull request #9595 from nilo19/fix/image-gallery
  • Additional commits viewable 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

Bumps the all group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.20.0` | `1.21.0` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.27.4` | `2.27.5` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.38.3` | `1.39.0` |
| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.9` | `1.0.10` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.39.0` | `0.40.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.32.0` | `0.33.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.32.4` | `0.32.11` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.32.4` | `0.32.11` |
| [k8s.io/apiserver](https://github.com/kubernetes/apiserver) | `0.32.4` | `0.32.11` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.4` | `0.32.11` |
| [k8s.io/cloud-provider](https://github.com/kubernetes/cloud-provider) | `0.32.4` | `0.32.11` |
| [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.32.4` | `0.32.11` |
| [k8s.io/component-helpers](https://github.com/kubernetes/component-helpers) | `0.32.4` | `0.32.11` |
| [k8s.io/controller-manager](https://github.com/kubernetes/controller-manager) | `0.32.4` | `0.32.11` |
| [k8s.io/kubelet](https://github.com/kubernetes/kubelet) | `0.32.4` | `0.32.11` |
| [sigs.k8s.io/cloud-provider-azure/pkg/azclient](https://github.com/kubernetes-sigs/cloud-provider-azure) | `0.6.2` | `0.14.2` |
| [sigs.k8s.io/cloud-provider-azure/pkg/azclient/cache](https://github.com/kubernetes-sigs/cloud-provider-azure) | `0.6.1` | `0.11.0` |
| [sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader](https://github.com/kubernetes-sigs/cloud-provider-azure) | `0.5.3` | `0.12.1` |


Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.20.0 to 1.21.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.20.0...sdk/azcore/v1.21.0)

Updates `github.com/onsi/ginkgo/v2` from 2.27.4 to 2.27.5
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.27.4...v2.27.5)

Updates `github.com/onsi/gomega` from 1.38.3 to 1.39.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.38.3...v1.39.0)

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

Updates `golang.org/x/sys` from 0.39.0 to 0.40.0
- [Commits](golang/sys@v0.39.0...v0.40.0)

Updates `golang.org/x/text` from 0.32.0 to 0.33.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.32.0...v0.33.0)

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

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

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

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

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

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

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

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

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

Updates `sigs.k8s.io/cloud-provider-azure/pkg/azclient` from 0.6.2 to 0.14.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.14.2)

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

Updates `sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader` from 0.5.3 to 0.12.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.5.3...pkg/azclient/trace/v0.12.1)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.27.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: golang.org/x/sys
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/text
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: k8s.io/api
  dependency-version: 0.32.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.32.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/apiserver
  dependency-version: 0.32.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/client-go
  dependency-version: 0.32.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/cloud-provider
  dependency-version: 0.32.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/component-base
  dependency-version: 0.32.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/component-helpers
  dependency-version: 0.32.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/controller-manager
  dependency-version: 0.32.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/kubelet
  dependency-version: 0.32.11
  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.14.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.11.0
  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.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@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 Jan 26, 2026
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 26, 2026
@github-actions github-actions bot added the tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. label Jan 26, 2026
@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.

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
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 k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Jan 26, 2026
@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 49ec714 link true /test pull-cloud-provider-azure-e2e-capz-1-32
pull-cloud-provider-azure-e2e-ccm-dualstack-capz-1-32 49ec714 link true /test pull-cloud-provider-azure-e2e-ccm-dualstack-capz-1-32
pull-cloud-provider-azure-e2e-ccm-ipv6-capz-1-32 49ec714 link true /test pull-cloud-provider-azure-e2e-ccm-ipv6-capz-1-32
pull-cloud-provider-azure-e2e-ccm-vmss-multi-slb-capz-1-32 49ec714 link true /test pull-cloud-provider-azure-e2e-ccm-vmss-multi-slb-capz-1-32
pull-cloud-provider-azure-e2e-ccm-capz-1-32 49ec714 link true /test pull-cloud-provider-azure-e2e-ccm-capz-1-32
pull-cloud-provider-azure-e2e-ccm-dualstack-vmss-capz-1-32 49ec714 link true /test pull-cloud-provider-azure-e2e-ccm-dualstack-vmss-capz-1-32
pull-cloud-provider-azure-e2e-ccm-vmss-capz-1-32 49ec714 link true /test pull-cloud-provider-azure-e2e-ccm-vmss-capz-1-32
pull-cloud-provider-azure-e2e-ccm-ipv6-vmss-capz-1-32 49ec714 link true /test pull-cloud-provider-azure-e2e-ccm-ipv6-vmss-capz-1-32
pull-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz-1-32 49ec714 link true /test pull-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz-1-32
pull-cloud-provider-azure-unit-1-32 49ec714 link true /test pull-cloud-provider-azure-unit-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.

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. 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. 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.

1 participant