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: master
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: release-1.30
Choose a head ref
  • 14 commits
  • 9 files changed
  • 7 contributors

Commits on Mar 27, 2024

  1. Merge pull request #123932 from pohly/dra-api-resource-model-rename

    dra api: NodeResourceModel -> ResourceModel
    
    Kubernetes-commit: d194e6d06c4f1004cebe00f2c539a564f77276ec
    k8s-publishing-bot committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b4632b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Update x/net for CVE-2023-45288

    Signed-off-by: Davanum Srinivas <davanum@gmail.com>
    
    Kubernetes-commit: 99fac38d2864e6bc9bb7cd1743d658caa1360c0c
    dims authored and k8s-publishing-bot committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ade2ae2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge remote-tracking branch 'origin/master' into release-1.30

    Kubernetes-commit: 255e7919bcb340043b0d235f883fe070017ce18f
    k8s-publishing-bot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    2df4de1 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. fix(api): make LocalObjectReference.Name and HostAlias.IP required (#…

    …124553)
    
    * fix(api): LocalObjectReference Name a "" default and make HostAlias.IP required
    
    * chore(api): add LocalObjectReference comment
    
    * chore(api): add omitempty to LocalObjectReference's Name
    
    * chore(api): add kubebuilder:default annotation
    
    * chore(api): ./hack/update-codegen.sh
    
    Kubernetes-commit: 37e7cbdd3a6e9dd1044408b157226c53c76fdf71
    pmalek authored and k8s-publishing-bot committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2daa31e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Merge pull request #124694 from pmalek/backport-124553-to-release-1.30

    [backport release-1.30]: fix(api): make LocalObjectReference.Name and HostAlias.IP required (#124553)
    
    Kubernetes-commit: 80932fe95b4f0781b8267f93ee258b707181f93d
    k8s-publishing-bot committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4e1652b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. make PodIP.IP and HostIP.IP required.

    Fields used as map keys must be required or defaulted when used in a CRD schema.
    
    see kubernetes/kubernetes#124540
    
    Signed-off-by: Lan Liang <gcslyp@gmail.com>
    
    Kubernetes-commit: 3ba8e9e80ee3123d5936fdfb95095418008a8756
    liangyuanpeng authored and k8s-publishing-bot committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f2cf545 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Falls back to SPDY for gorilla/websocket https proxy error

    Kubernetes-commit: 6450174ac9a07f15aecfa5f05d58755efc2192b7
    seans3 authored and k8s-publishing-bot committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b6e8438 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. moving for easier cherry-pick

    Kubernetes-commit: ae8e580d3a32385797934b4b4d9f190b43f73c40
    seans3 authored and k8s-publishing-bot committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    c594704 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Merge pull request #126253 from seans3/automated-cherry-pick-of-#1262…

    …31-origin-release-1.30
    
    Automated cherry pick of #126231: Falls back to SPDY for gorilla/websocket https proxy
    
    Kubernetes-commit: 42adf451fb20cce68a3de9f170455ba57b409b62
    k8s-publishing-bot committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    274256e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Merge pull request #126666 from thockin/automated-cherry-pick-of-#126…

    …057-upstream-release-1.30
    
    Automated cherry pick of #126057: make PodIP.IP and HostIP.IP required.
    
    Kubernetes-commit: ad8a5f5994c0949b5da4240006d938e533834987
    k8s-publishing-bot committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8981a9a View commit details
    Browse the repository at this point in the history
  2. update coredns/corefile-migration to v1.0.24 to support coredns v1.11.3

    Kubernetes-commit: 2414588ff4d236265c999452159c320797d65b97
    BenTheElder authored and k8s-publishing-bot committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    cdafd6e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Merge pull request #126797 from BenTheElder/automated-cherry-pick-of-…

    …#126449-upstream-release-1.30
    
    cherry pick of #126449: kube-up.sh: bump coreDNS to 1.11.3
    
    Kubernetes-commit: 772e3df468681f8327f00425829a60311d8b14e9
    k8s-publishing-bot committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8a9438e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Fix Go vet errors for master golang

    Co-authored-by: Rajalakshmi-Girish <rajalakshmi.girish1@ibm.com>
    Co-authored-by: Abhishek Kr Srivastav <Abhishek.kr.srivastav@ibm.com>
    
    Kubernetes-commit: d58b536147a6acfc6bfc6f66de2fe3af973ee88d
    srivastav-abhishek authored and k8s-publishing-bot committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    804c220 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Merge pull request #129521 from KeerthanaAP/automated-cherry-pick-of-…

    …#127422-upstream-release-1.30
    
    Automated cherry pick of #127422: Go vet fixes for gotip
    
    Kubernetes-commit: 1f4b5f1ca0c9d0dd83b6d016ee92e86f3e68a78c
    k8s-publishing-bot committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    0473688 View commit details
    Browse the repository at this point in the history
Loading