Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the k8s-go-deps group with 4 updates: k8s.io/api, k8s.io/apiextensions-apiserver, k8s.io/apimachinery and k8s.io/client-go.

Updates k8s.io/api from 0.35.0-alpha.1 to 0.35.0-alpha.2

Commits
  • 941e065 Update dependencies to v0.35.0-alpha.2 tag
  • e04c29a Merge pull request #134555 from aaron-prindle/dv-enum-migration
  • d8df487 Merge pull request #134463 from cvan20191/fix-resizepolicy-ephemeral-containe...
  • c6c911f Merge pull request #134358 from lalitc375/extended-resource-name
  • a2dd0c8 docs: EphemeralContainerCommon.ResizePolicy: This field cannot be set on ephe...
  • 6b53f89 feat: add +k8s:enum declarative validation to ResourceClaim DeviceTolerationO...
  • 6977802 Fix rebase issues
  • e491355 Add format validator for DeviceClass.ExtendedResourceName
  • e6c4749 Merge pull request #134738 from yongruilin/master_bindingconditions-maxitems
  • 939200b feat(dra): Add maxItems tag on DeviceRequestAllocationResul.BindingFailureCon...
  • Additional commits viewable in compare view

Updates k8s.io/apiextensions-apiserver from 0.35.0-alpha.1 to 0.35.0-alpha.2

Commits
  • d7f00b5 Update dependencies to v0.35.0-alpha.2 tag
  • 4c7c821 Merge pull request #134714 from p0lyn0mial/upstream-watchlist-unsupported-wl-...
  • 6ba2cac ./hack/update-codegen.sh
  • 99e04a4 Merge pull request #134663 from p0lyn0mial/upstream-watchlist-unsupported-wl-...
  • 31c75bc ./hack/update-codegen.sh
  • 12a6f30 Merge pull request #133721 from fusida/fix-crd-status-panic-0827
  • db015a9 Merge pull request #134366 from tallclair/feature-gates-test
  • 65be9e8 Merge pull request #134256 from liggitt/protoc-gogo-poc
  • d73819e Automated refactoring to use SetFeatureGatesDuringTest
  • 34d226d Regenerate vendor
  • Additional commits viewable in compare view

Updates k8s.io/apimachinery from 0.35.0-alpha.1 to 0.35.0-alpha.2

Commits
  • 02b0a61 Merge pull request #134358 from lalitc375/extended-resource-name
  • 10ab078 Address feedbacks
  • f5952ae Add format validator for DeviceClass.ExtendedResourceName
  • 7a18010 Add new format k8s-extended-resource-name
  • bbcfed1 Merge pull request #134446 from aaron-prindle/dv-device-allocation-mode-enum-...
  • ce609d7 address feedback - remove origin for enum as NotSupported handles this
  • 2d37add feat: add +k8s:enum declarative validation to ResourceClaim DeviceAllocationMode
  • db7bb23 Merge pull request #134381 from kon-angelo/openapi-nil-json
  • de3ea85 Merge pull request #134558 from yongruilin/master_vg-rcstatus-maxitem
  • 25cc5f2 reduce dependencies to apiextension objects
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.35.0-alpha.1 to 0.35.0-alpha.2

Commits
  • 0ee4638 Update dependencies to v0.35.0-alpha.2 tag
  • a5b1b11 Merge pull request #134463 from cvan20191/fix-resizepolicy-ephemeral-containe...
  • ff1ce9e Merge pull request #132243 from xigang/real_fifo
  • f49b36f Merge pull request #134731 from tisonkun/patch-1
  • 659efe6 Merge pull request #134714 from p0lyn0mial/upstream-watchlist-unsupported-wl-...
  • 002cac4 Merge pull request #134674 from p0lyn0mial/upstream-watchlist-unsupported-wl-...
  • 716ba15 Merge pull request #134670 from p0lyn0mial/upstream-watchlist-unsupported-wl-...
  • d707fb7 Fix comments and reformat import statements
  • e7ebdf6 client-go/kubernetes_test/clientset_test: intro TestUnSupportWatchListSemantics
  • e8a8371 ./hack/update-codegen.sh
  • 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 4 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go).


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

Updates `k8s.io/apiextensions-apiserver` from 0.35.0-alpha.1 to 0.35.0-alpha.2
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.35.0-alpha.1...v0.35.0-alpha.2)

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

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

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-version: 0.35.0-alpha.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-go-deps
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.35.0-alpha.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-go-deps
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.35.0-alpha.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-go-deps
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.0-alpha.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Oct 27, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 27, 2025 06:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 27, 2025
@netlify
Copy link

netlify bot commented Oct 27, 2025

Deploy Preview for karpenter-docs-prod canceled.

Name Link
🔨 Latest commit 7125269
🔍 Latest deploy log https://app.netlify.com/projects/karpenter-docs-prod/deploys/68ff0fa34a2b5a0008b3eb5d

@github-actions
Copy link
Contributor

Preview deployment ready!

Preview URL: https://pr-8680.d18coufmbnnaag.amplifyapp.com

Built from commit 7125269487d3124ca3579a3ee6ba576169868818

@coveralls
Copy link

Pull Request Test Coverage Report for Build 18831844652

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.009%) to 67.586%

Files with Coverage Reduction New Missed Lines %
pkg/providers/instance/instance.go 1 92.13%
Totals Coverage Status
Change from base Build 18766913963: -0.009%
Covered Lines: 7794
Relevant Lines: 11532

💛 - Coveralls

@engedaam engedaam merged commit c36e12d into main Oct 27, 2025
19 checks passed
@engedaam engedaam deleted the dependabot/go_modules/k8s-go-deps-572a993df5 branch October 27, 2025 23:02
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.

2 participants