Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the k8s-go-deps group with 7 updates #653

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the k8s-go-deps group with 7 updates:

Package From To
k8s.io/api 0.30.3 0.32.1
k8s.io/apiextensions-apiserver 0.30.3 0.32.1
k8s.io/apimachinery 0.30.3 0.32.1
k8s.io/client-go 0.30.3 0.32.1
k8s.io/utils 0.0.0-20240711033017-18e509b52bc8 0.0.0-20241104100929-3ea5e8cea738
sigs.k8s.io/cloud-provider-azure 1.29.3 1.32.0
sigs.k8s.io/controller-runtime 0.18.4 0.20.0

Updates k8s.io/api from 0.30.3 to 0.32.1

Commits
  • bc0564c Update dependencies to v0.32.1 tag
  • 25d8df3 Merge pull request #129544pohly/automated-cherry-pick-of-#129543
  • 5b9e013 DRA API: bump maximum size of ReservedFor to 256
  • b0543a3 Merge remote-tracking branch 'origin/master' into release-1.32
  • f6bae9a Drop use of winreadlinkvolume godebug option
  • ea815d5 Merge remote-tracking branch 'origin/master' into release-1.32
  • c331a79 Revert to go1.22 windows filesystem stdlib behavior
  • f8e5e36 Merge pull request #128407 from ndixita/pod-level-resources
  • 84e0db8 Merge pull request #127857 from Jefftree/cle-v1alpha2
  • cbaf5a0 Merge pull request #128686 from thockin/take_over_pr-125233
  • Additional commits viewable in compare view

Updates k8s.io/apiextensions-apiserver from 0.30.3 to 0.32.1

Commits
  • ab6ba90 Update dependencies to v0.32.1 tag
  • 887679f Merge remote-tracking branch 'origin/master' into release-1.32
  • bd027a4 Drop use of winreadlinkvolume godebug option
  • 919f42b Merge remote-tracking branch 'origin/master' into release-1.32
  • a4e1034 Revert to go1.22 windows filesystem stdlib behavior
  • 89d6021 Run codegen
  • 2a91f8a Merge pull request #127513 from tkashem/delete-undecryptable
  • 06dc95a api: run codegen
  • 19f7123 Merge pull request #128639 from jpbetz/fix-cost-test
  • 66631b6 Fix flake in CEL cost stability tests
  • Additional commits viewable in compare view

Updates k8s.io/apimachinery from 0.30.3 to 0.32.1

Commits
  • 59e9003 Merge remote-tracking branch 'origin/master' into release-1.32
  • 639247c Drop use of winreadlinkvolume godebug option
  • 220d7c3 Merge remote-tracking branch 'origin/master' into release-1.32
  • c199d3b Revert to go1.22 windows filesystem stdlib behavior
  • 16af2ff implement unsafe deletion, and wire it
  • 6ff8305 api: run codegen
  • ca9b8b2 api: add a new field to meta/v1 DeleteOptions
  • d941d9f Merge pull request #128503 from benluddy/cbor-codecs-featuregate
  • 3b4250f Wire serving codecs to CBOR feature gate.
  • daaad09 Merge pull request #128501 from benluddy/watch-cbor-seq
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.30.3 to 0.32.1

Commits
  • 9d43434 Update dependencies to v0.32.1 tag
  • 4765ade Merge remote-tracking branch 'origin/master' into release-1.32
  • 692a511 Drop use of winreadlinkvolume godebug option
  • 9df5099 Merge remote-tracking branch 'origin/master' into release-1.32
  • 120beb2 Revert to go1.22 windows filesystem stdlib behavior
  • 55d23e2 Align fake client-go clients with the main interface
  • 646e79b Run codegen
  • c475fe0 Generify fake clientsets
  • 955401c Merge pull request #128407 from ndixita/pod-level-resources
  • eddb107 Merge pull request #127857 from Jefftree/cle-v1alpha2
  • Additional commits viewable in compare view

Updates k8s.io/utils from 0.0.0-20240711033017-18e509b52bc8 to 0.0.0-20241104100929-3ea5e8cea738

Commits

Updates sigs.k8s.io/cloud-provider-azure from 1.29.3 to 1.32.0

Release notes

Sourced from sigs.k8s.io/cloud-provider-azure's releases.

v1.32.0

Full Changelog: v1.31.0..v1.32.0

Changes by Kind

Feature

  • Consolidate adjacent CIDR ranges for allowed sources (#6995, @​zarvd)

  • Feat: Lock updates on azure resources when other component is doing the same thing.

    This PR utilizes a lease in each service reconciliation to prevent race conditions where cloud provider and others are updating the same azure resources. (#7193, @​nilo19)

  • Feat: bump k8s versions to v1.32.0 (#7822, @​feiskyer)

  • Feat: match source account as first priority in snapshot restore and volume clone scenarios (#7699, @​andyzhangx)

  • [credential provider] Add a flag mirrorMapping. This flag is to mirror registry A to B when fetching credential. (#6846, @​lzhecheng)

Bug or Regression

  • Aggregate overlapping allowed source ranges (#6807, @​zarvd)

  • Fix a bug that prevented patches to NSGs when the Azure API responded with empty strings for DestinationAddressPrefix (#7854, @​kon-angelo)

  • Fix checking service references from tags when deleting PIP (#7167, @​zarvd)

  • Fix: Change the order of updating vmss vm and vmss (#7520, @​nilo19)

  • Fix: Do not move nodes that have already been attached to load balancers after restarting

    When using multislb, the node distribution could be changed after restarting the ccm. This is because the node distribution cache would be lost after restarting. This PR restores the node distribution each time the ccm is restarted. (#6965, @​nilo19)

  • Fix: Support switching from loadbalancer to externalName for services (#7518, @​nilo19)

  • Fix: cloud provider should only generate userAgent if it's not provided (#7723, @​andyzhangx)

  • Fix: revert to go1.22 windows filesystem stdlib behavior building with go 1.23 (#7750, @​andyzhangx)

  • Fix: several bugs related to multiple standard load balancers mode.

    1. All endpointslices of a local service should be included in local backend pool updater, instead of only the first endpointslice.
    2. In some rare cases, migration from NIC to IP-based LB can be in a middle state where the NIC references are removed, but those IPConfigs in the backend pool are not. In this case, we should manually exclude those IPConfigs from the request body.
    3. localServiceOwnsBackendPool should compare the full backend pool name, not just prefix, because two service names can share the same prefix.
    4. There is a corner case when the cluster is being updated to multi-slb from classic NIC-based single lb, not from an IP-based cluster. In this case, if the service being reconciled is local, the cloud provider will try to update a NIC pool to IP-based pool direct, which is not allowed. We should skip adding IPs to NIC-based pool in multi-slb mode.
    5. There is a bug in ReconcileBackendPools, where we by mistake parse the LB name to use as the backend pool name. (#7432, @​nilo19)

Other (Cleanup or Flake)

  • Bump azure network api to 2024-03-01 (#7156, @​MartinForReal)
  • Optimize CIDR aggregation to improve performance and reduce memory usage (#7201, @​zarvd)
  • The apiVersion of network security group is bumped to 2024-01-01 The apiVersion of VirtualNetworkLink is bumped to 2020-06-01 The apiVersion of PrivateZone is bumped to 2020-06-01 (#7155, @​MartinForReal)

Dependencies

Added

  • github.com/Azure/azure-kusto-go/azkustodata: 5
  • github.com/Azure/azure-kusto-go/azkustoingest: 5
  • github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache: v0.3.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v2: v2.2.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6: v6.2.0

... (truncated)

Commits
  • e9b29a4 fetch acutal commit id when generate release note (#8017)
  • 44ee50a build(deps): bump github/codeql-action from 3.28.0 to 3.28.1 (#8015)
  • dd16c87 move DisableAzureStackCloud to azclient package (#8007)
  • 51cf360 build(deps): bump step-security/harden-runner from 2.10.2 to 2.10.3 (#8000)
  • 00d7537 build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 (#7996)
  • b803c7f build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (#7992)
  • 7147a24 build(deps): bump oss/go/microsoft/golang from 4e64867 to beca79e (#7981)
  • b8981af Update release.yaml
  • f1d8dcc build(deps): bump softprops/action-gh-release from 2.2.0 to 2.2.1 (#7974)
  • e4bd343 Delete kubetest2-aks directory
  • Additional commits viewable in compare view

Updates sigs.k8s.io/controller-runtime from 0.18.4 to 0.20.0

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.20.0

Highlights

  • Based on k8s.io/* v1.32 libraries and minimum Go version is now v1.23
  • New experimental priority queue feature
    • More details in #3013 and #2374
    • Can be enabled via manager.Options.Controller.UsePriorityQueue
    • Please give it a try and provide feedback in #2374
  • AggregatedDiscovery is automatically used when available (#2901)
  • As usual, many improvements to the fake client

Changes since v0.19.0

⚠️ Breaking Changes

  • Bump to k8s.io/* v1.32 libraries (#2971 #2990 #3001 #3007 #3029 #3043)
  • logging: Stop deduplicating API warnings by default (#2953)
  • webhook: Stop deleting unknown fields in CustomDefaulter (#2982 #3056)
  • webhook: Remove deprecated Defaulter and Validator (#2877 #2945)
  • cluster: Remove deprecated SyncPeriod option (#2970)

✨ New Features

  • cache: Add EnableWatchBookmarks option (defaults to true) (#3017)
  • cache: Export NewInformer option (#3061)
  • cert-watcher: Add polling (#3020 #3050)
  • controller: Add experimental priority queue (off per default) (#3013 #3014 #3060 #3066)
  • fake client: Allow adding indexes at runtime (#3021)
  • fake client: Add support for ServiceAccountToken subresource (#2969)
  • restmapper: Use AggregatedDiscovery if available (#2901)
  • util: Add HasOwnerReference func (#2882)
  • webhook: Add custom path option (#2998)

🐛 Bug Fixes

  • controller: Error when source.Start() never returns (#2997 #3006 #3008)
  • fake client: Don't return items on invalid selector (#3022)
  • fake client: Fix TOCTOU races (#2980)
  • fake client: Preserve TypeMeta during Get call with PartialObjectMeta (#2949)
  • fake client: Preserve TypeMeta during List call with UnstructuredList (#3074)
  • manager: Fix RenewDeadline typo in leader election (#3032)
  • manager: Use leader elector with client timeout (#3028 #3034)

🌱 Others

  • cache: Switch to Go 1.23+ stdlib maps/slices packages (#3012)
  • controller: Log the syncing source when WaitForSync fails (#3016)
  • setup-envtest: drop support for GCS (#2915)
  • Some fixes for typos (#3011 #3033 #2993)

... (truncated)

Commits
  • 8f7e114 Merge pull request #3074 from sbueringer/pr-fix-fake-list
  • 3b23354 fake client: preserve TypeMeta during List call with UnstructuredList
  • 1ec7c1b Merge pull request #3069 from kubernetes-sigs/dependabot/github_actions/all-g...
  • 189b6d8 🌱 Bump the all-github-actions group across 1 directory with 3 updates
  • d19d76c Merge pull request #3066 from alvaroaleman/fix-wow
  • e667a8f 🐛 Fix a bug in the priorityqueue metrics
  • 1de5a3e Merge pull request #3062 from ranakan19/cache_options
  • 2484715 Merge pull request #3064 from alvaroaleman/remove-gosec
  • 3b0b995 🌱 Remove gosec linter
  • c80ea33 Merge pull request #3060 from alvaroaleman/pq-2
  • 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 k8s-go-deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.30.3` | `0.32.1` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.30.3` | `0.32.1` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.30.3` | `0.32.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.30.3` | `0.32.1` |
| [k8s.io/utils](https://github.com/kubernetes/utils) | `0.0.0-20240711033017-18e509b52bc8` | `0.0.0-20241104100929-3ea5e8cea738` |
| [sigs.k8s.io/cloud-provider-azure](https://github.com/kubernetes-sigs/cloud-provider-azure) | `1.29.3` | `1.32.0` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.18.4` | `0.20.0` |


Updates `k8s.io/api` from 0.30.3 to 0.32.1
- [Commits](kubernetes/api@v0.30.3...v0.32.1)

Updates `k8s.io/apiextensions-apiserver` from 0.30.3 to 0.32.1
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.30.3...v0.32.1)

Updates `k8s.io/apimachinery` from 0.30.3 to 0.32.1
- [Commits](kubernetes/apimachinery@v0.30.3...v0.32.1)

Updates `k8s.io/client-go` from 0.30.3 to 0.32.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.30.3...v0.32.1)

Updates `k8s.io/utils` from 0.0.0-20240711033017-18e509b52bc8 to 0.0.0-20241104100929-3ea5e8cea738
- [Commits](https://github.com/kubernetes/utils/commits)

Updates `sigs.k8s.io/cloud-provider-azure` from 1.29.3 to 1.32.0
- [Release notes](https://github.com/kubernetes-sigs/cloud-provider-azure/releases)
- [Changelog](https://github.com/kubernetes-sigs/cloud-provider-azure/blob/master/docs/release-versioning.md)
- [Commits](kubernetes-sigs/cloud-provider-azure@v1.29.3...v1.32.0)

Updates `sigs.k8s.io/controller-runtime` from 0.18.4 to 0.20.0
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.18.4...v0.20.0)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s-go-deps
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s-go-deps
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s-go-deps
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s-go-deps
- dependency-name: k8s.io/utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-go-deps
- dependency-name: sigs.k8s.io/cloud-provider-azure
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s-go-deps
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s-go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants