Skip to content

deps: bump k8s.io/api from 0.31.0 to v0.34.3 (Go 1.24 compatible)#316

Merged
cjimti merged 4 commits intomasterfrom
dependabot/go_modules/k8s.io/api-0.35.0
Dec 27, 2025
Merged

deps: bump k8s.io/api from 0.31.0 to v0.34.3 (Go 1.24 compatible)#316
cjimti merged 4 commits intomasterfrom
dependabot/go_modules/k8s.io/api-0.35.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 27, 2025

Bumps k8s.io/api from 0.31.0 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

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.31.0 to 0.35.0.
- [Commits](kubernetes/api@v0.31.0...v0.35.0)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Dec 27, 2025
@dependabot dependabot Bot requested a review from cjimti as a code owner December 27, 2025 08:31
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Dec 27, 2025
Copy link
Copy Markdown
Member

@cjimti cjimti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

cjimti and others added 2 commits December 27, 2025 10:15
Fixes build failure caused by version mismatch between k8s.io/api (v0.35.0)
and k8s.io/client-go (v0.31.0). The k8s.io packages must be kept in sync.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
k8s.io v0.35.0 requires Go 1.25 which is not yet supported by CI tooling
(golangci-lint, go tool covdata). Downgrade to v0.34.3 which works with
Go 1.24.

Also fix copylocks lint errors: RESTClient now contains sync/atomic.Bool
which cannot be copied by value. Changed RESTClient fields from value
type to pointer type in NamespaceOpts, ServiceFWD, and PortForwardOpts
structs.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@cjimti cjimti changed the title deps: bump k8s.io/api from 0.31.0 to 0.35.0 deps: bump k8s.io/api from 0.31.0 to v0.34.3 (Go 1.24 compatible) Dec 27, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 27, 2025

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.14%. Comparing base (f6b87e6) to head (92e3857).
⚠️ Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
pkg/fwdport/fwdport.go 0.00% 2 Missing ⚠️
cmd/kubefwd/services/services.go 0.00% 1 Missing ⚠️

❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (50.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #316      +/-   ##
==========================================
- Coverage   59.42%   59.14%   -0.29%     
==========================================
  Files          38       38              
  Lines        4318     4320       +2     
==========================================
- Hits         2566     2555      -11     
- Misses       1620     1632      +12     
- Partials      132      133       +1     
Files with missing lines Coverage Δ
pkg/fwdservice/fwdservice.go 71.55% <ø> (-3.23%) ⬇️
cmd/kubefwd/services/services.go 29.21% <0.00%> (ø)
pkg/fwdport/fwdport.go 54.61% <0.00%> (-0.29%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cjimti cjimti merged commit b64897e into master Dec 27, 2025
10 of 11 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/k8s.io/api-0.35.0 branch December 27, 2025 18:50
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.

1 participant