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.26.0
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.26.1
Choose a head ref
  • 7 commits
  • 8 files changed
  • 4 contributors

Commits on Nov 15, 2022

  1. Limit request retrying to []byte request bodies

    Kubernetes-commit: 40f01d0c811c49a22b7557f7d8d06e3af6b4cabd
    liggitt authored and k8s-publishing-bot committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    ebb499f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Check the correct error in d.downloadAPIs

    The error result of `d.downloadAPIs()` is set in `aerr`,
    not `err`.
    
    This prevents a nil-ptr dereference of apiGroups in the next step.
    
    Signed-off-by: Abhijit Hoskeri <abhijithoskeri@gmail.com>
    
    Kubernetes-commit: f8b99b1f09fb5d4d10b15e326c4b242cc705f007
    hoskeri authored and k8s-publishing-bot committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    a2ef324 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Merge pull request #113988 from liggitt/automated-cherry-pick-of-#113…

    …933-upstream-release-1.26
    
    [1.26.1] Automated cherry pick of #113933: Limit request retrying to []byte request bodies
    
    Kubernetes-commit: 7c0eb3be77cb388bc98a9ddc33371e0b6d3c27da
    k8s-publishing-bot committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    236db3c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #114415 from hoskeri/automated-cherry-pick-of-#114…

    …404-upstream-release-1.26
    
    Automated cherry pick of #114404: Check the correct error in d.downloadAPIs
    
    Kubernetes-commit: dd0b0c00e5a10352fa74a09fb32aca509c7f0c48
    k8s-publishing-bot committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    b3fff46 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Resource claims should be a map type

    Kubernetes-commit: 5e22175b1d9b623c3db4d7f61ab881bb17b2795c
    JoelSpeed authored and k8s-publishing-bot committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    04b098b View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Merge pull request #114617 from JoelSpeed/automated-cherry-pick-of-#1…

    …14585-upstream-release-1.26
    
    Automated cherry pick of #114585: Resource claims should be a map type
    
    Kubernetes-commit: c090810c4c96e0c5acc05ab2094a5d46669cae86
    k8s-publishing-bot committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    0c34939 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

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