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: a21b329
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: d43aed2
Choose a head ref
  • 5 commits
  • 3 files changed
  • 3 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 Apr 13, 2026

  1. Update github.com/moby/spdystream from v0.5.0 to v0.5.1

    Kubernetes-commit: 7e9c2c8eef26f99aa2f94d8e09d6d32de86c7769
    
    Kubernetes-commit: 1687aa8c94e73c3a1744cb1f4498c0fbc41abe0c
    dims authored and k8s-publishing-bot committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    00b2f2b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. Merge pull request #138356 from dims/update-moby-spdystream-v0.5.1-1.35

    [1.35] Update github.com/moby/spdystream from v0.5.0 to v0.5.1
    
    Kubernetes-commit: 93828861e0b554581ba647d48efaba1ff579afa3
    k8s-publishing-bot committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    8ebd9bb View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2026

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