Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes/client-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.35.2
Choose a base ref
...
head repository: kubernetes/client-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.35.3
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 23, 2026

  1. fake client-go: un-deprecate NewSimpleClientset

    NewSimpleClientset was marked as deprecated when NewClientset was
    introduced. This has caused some confusion:
    - Not all packages have NewClientset (kubernetes/kubernetes#135980).
    - Tests that work with NewSimpleClientset fail when
      switched to NewClientset (kubernetes/kubernetes#136327)
      because of missing CRD support (kubernetes/kubernetes#126850).
    
    It doesn't seem burdensome to keep NewSimpleClientset around forever. Some unit
    tests may even prefer to use it when they don't need server-side apply (less
    overhead). Therefore there is no need to deprecate it.
    
    This avoids churn in the eco system because contributors no longer create PRs
    "because the linter complains about the usage of a deprecated function".
    
    Kubernetes-commit: bd399917375d2a1d77c04f8dfd67a67301af9721
    pohly authored and k8s-publishing-bot committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    8b41556 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. Merge pull request #136903 from pohly/automated-cherry-pick-of-#13645…

    …5-origin-release-1.35
    
    Automated cherry pick of #136455: fake client-go: un-deprecate NewSimpleClientset
    
    Kubernetes-commit: a0e5f1aba53a16db2c2cd0a2cb33c60f43e4d984
    k8s-publishing-bot committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    f80003c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. Configuration menu
    Copy the full SHA
    4f1f0a2 View commit details
    Browse the repository at this point in the history
Loading