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.25.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.25.4
Choose a head ref
  • 10 commits
  • 11 files changed
  • 5 contributors

Commits on Aug 8, 2022

  1. Revert "client-go: remove no longer used finalURLTemplate"

    The functionality provided by the finalURLTemplate is still used by
    certain external projects to track the request latency for requests
    performed to kube-apiserver.
    
    Using a template of the URL, instead of the URL itself, prevents the
    explosion of label cardinality in exposed metrics since it aggregates
    the URLs in a way that common URLs requests are reported as being the
    same.
    
    This reverts commit bebf5a608f68523fc430a44f6db26b16022dc862.
    
    Signed-off-by: André Martins <aanm90@gmail.com>
    
    Kubernetes-commit: 11e16c63c87f07e9e68977c74b937989983754c1
    aanm authored and k8s-publishing-bot committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    1a46dfd View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. client-go/rest: check if url is nil to prevent nil pointer dereference

    Signed-off-by: André Martins <aanm90@gmail.com>
    
    Kubernetes-commit: fa1d4c327716ae117120311f566d26abff9d91ad
    aanm authored and k8s-publishing-bot committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c9008f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. exec auth: support TLS config caching

    This change updates the transport.Config .Dial and .TLS.GetCert fields
    to use a struct wrapper.  This indirection via a pointer allows the
    functions to be compared and thus makes them valid to use as map keys.
    This change is then leveraged by the existing global exec auth and TLS
    config caches to return the same authenticator and TLS config even when
    distinct but identical rest configs were used to create distinct
    clientsets.
    
    Signed-off-by: Monis Khan <mok@microsoft.com>
    
    Kubernetes-commit: 01044903860c7e2463888c48db91270dc9c7281d
    enj authored and k8s-publishing-bot committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    1874bc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. dependencies: update to ginkgo v2.1.6 and gomega v1.20.1

    Ginkgo v2.1.6 adds ginkgo.SuppressProgressReporting which is needed
    to suppress too verbose output each time the ReportAfterEach of the custom
    progress reporter is invoked.
    
    Kubernetes-commit: a440c257a9119c899af18f424e8e4daeb0078564
    pohly authored and k8s-publishing-bot committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    e278668 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Merge pull request #112055 from aanm/automated-cherry-pick-of-#111752…

    …-origin-gh-aanm-release-1.25
    
    Automated cherry pick of #111752: Revert "client-go: remove no longer used
    
    Kubernetes-commit: 4a017e900085af7d617782eab413551585582a8a
    k8s-publishing-bot committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    db7e2d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Merge pull request #112336 from enj/automated-cherry-pick-of-#112017-…

    …upstream-release-1.25
    
    Automated cherry pick of #112017: exec auth: support TLS config caching
    
    Kubernetes-commit: 1ab51c3bbf480d7ad58b992de8c03a376beda967
    k8s-publishing-bot committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    8f4eb75 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #112161 from pohly/automated-cherry-pick-of-#11212…

    …9-origin-release-1.25
    
    Automated cherry pick of #112129: dependencies: update to ginkgo v2.1.6 and gomega v1.20.1
    
    Kubernetes-commit: 325e65b5d13e37b384bdd08397381a48693013d7
    k8s-publishing-bot committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    1904631 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Updated vendor to the new preferred versions.

    Added missing files.
    
    Kubernetes-commit: 1bc43a0dd51fa9b5450d5f66b594892874501479
    cheftako authored and k8s-publishing-bot committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    4b5a638 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Merge pull request #112808 from cheftako/automated-cherry-pick-of-#11…

    …2689-upstream-release-1.25
    
    Bump konnectivity-client to v0.0.33
    
    Kubernetes-commit: e1d0471ec1272f959253ffa2ebee1d9caacd7de5
    k8s-publishing-bot committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    166ab05 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

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