Skip to content

chore(deps): bump k8s.io/client-go from 0.36.0-alpha.1 to 0.36.0-alpha.2#84

Merged
github-actions[bot] merged 2 commits into
masterfrom
dependabot/go_modules/master/k8s.io/client-go-0.36.0-alpha.2
Mar 2, 2026
Merged

chore(deps): bump k8s.io/client-go from 0.36.0-alpha.1 to 0.36.0-alpha.2#84
github-actions[bot] merged 2 commits into
masterfrom
dependabot/go_modules/master/k8s.io/client-go-0.36.0-alpha.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 2, 2026

Bumps k8s.io/client-go from 0.36.0-alpha.1 to 0.36.0-alpha.2.

Commits
  • ea4816f Update dependencies to v0.36.0-alpha.2 tag
  • 764b57d Merge pull request #129339 from pohly/log-client-go-features
  • 62f2159 Merge pull request #136937 from p0lyn0mial/upstream-reflector-list-unsupporte...
  • 00e4579 Merge pull request #136923 from jpbetz/mock-limitations-docs
  • efc4692 Merge pull request #135313 from oduludo/enable-commentstart-apiserverinternal
  • 648a945 updated generated code
  • 6b803d4 Merge pull request #136392 from skitt/unsupported-typo
  • 100af76 Merge pull request #137101 from richabanker/informer-metric-latency
  • 59f5582 Add processing latency metric for RealFIFO
  • 70ab833 Merge pull request #136039 from lalitc375/map-graduation
  • 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 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)

@dependabot dependabot Bot requested a review from mrz1836 as a code owner March 2, 2026 15:05
@dependabot dependabot Bot added chore Simple dependency updates or version bumps dependencies Dependency updates, version bumps, etc. gomod Used for referencing Go Modules labels Mar 2, 2026
@github-actions github-actions Bot added the size/S Small change (11–50 lines) label Mar 2, 2026
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

🔒 Auto-approving security update: k8s.io/client-go (0.36.0-alpha.1 → 0.36.0-alpha.2)

@github-actions github-actions Bot enabled auto-merge (squash) March 2, 2026 15:05
@github-actions github-actions Bot added automerge Label to automatically merge pull requests that meet all required conditions dependabot PR or issue created by or related to Dependabot patch-update prod-dependency security Security-related issue, vulnerability, or fix labels Mar 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/master/k8s.io/client-go-0.36.0-alpha.2 branch from a5262b7 to 241b16f Compare March 2, 2026 15:11
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

🔒 Auto-approving security update: k8s.io/client-go (0.36.0-alpha.1 → 0.36.0-alpha.2)

@dependabot dependabot Bot force-pushed the dependabot/go_modules/master/k8s.io/client-go-0.36.0-alpha.2 branch from 241b16f to dce60b0 Compare March 2, 2026 15:17
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

🔒 Auto-approving security update: k8s.io/client-go (0.36.0-alpha.1 → 0.36.0-alpha.2)

@mrz1836
Copy link
Copy Markdown
Contributor

mrz1836 commented Mar 2, 2026

@dependabot recreate

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

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-version: 0.36.0-alpha.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/master/k8s.io/client-go-0.36.0-alpha.2 branch from dce60b0 to cf9306c Compare March 2, 2026 15:25
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

🔒 Auto-approving security update: k8s.io/client-go (0.36.0-alpha.1 → 0.36.0-alpha.2)

…6.0-alpha.2

client-go v0.36.0-alpha.2 added HasSyncedChecker() to the
ResourceEventHandlerRegistration interface. controller-runtime v0.23.1
does not implement this method, causing a build failure.

Add a replace directive pointing to the upstream fix from
kubernetes-sigs/controller-runtime#3462 (not yet merged/released).
Also bumps k8s.io/apiextensions-apiserver to v0.36.0-alpha.2 via go mod tidy.
Copy link
Copy Markdown
Contributor

@galt-tr galt-tr left a comment

Choose a reason for hiding this comment

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

🔒 Auto-approving security update: k8s.io/client-go (0.36.0-alpha.1 → 0.36.0-alpha.2)

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Mar 2, 2026

@github-actions github-actions Bot merged commit 3fb235e into master Mar 2, 2026
42 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/master/k8s.io/client-go-0.36.0-alpha.2 branch March 2, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Label to automatically merge pull requests that meet all required conditions chore Simple dependency updates or version bumps dependabot PR or issue created by or related to Dependabot dependencies Dependency updates, version bumps, etc. gomod Used for referencing Go Modules patch-update prod-dependency security Security-related issue, vulnerability, or fix size/S Small change (11–50 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants