-
Notifications
You must be signed in to change notification settings - Fork 3k
Comparing changes
Open a pull request
base repository: kubernetes/client-go
base: v0.25.0
head repository: kubernetes/client-go
compare: v0.25.4
- 10 commits
- 11 files changed
- 5 contributors
Commits on Aug 8, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 1a46dfd - Browse repository at this point
Copy the full SHA 1a46dfdView commit details
Commits on Aug 9, 2022
-
client-go/rest: check if url is nil to prevent nil pointer dereference
Signed-off-by: André Martins <aanm90@gmail.com> Kubernetes-commit: fa1d4c327716ae117120311f566d26abff9d91ad
Configuration menu - View commit details
-
Copy full SHA for c9008f3 - Browse repository at this point
Copy the full SHA c9008f3View commit details
Commits on Aug 24, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 1874bc6 - Browse repository at this point
Copy the full SHA 1874bc6View commit details
Commits on Aug 30, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for e278668 - Browse repository at this point
Copy the full SHA e278668View commit details
Commits on Sep 7, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for db7e2d8 - Browse repository at this point
Copy the full SHA db7e2d8View commit details
Commits on Sep 9, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 8f4eb75 - Browse repository at this point
Copy the full SHA 8f4eb75View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1904631 - Browse repository at this point
Copy the full SHA 1904631View commit details
Commits on Oct 1, 2022
-
Updated vendor to the new preferred versions.
Added missing files. Kubernetes-commit: 1bc43a0dd51fa9b5450d5f66b594892874501479
Configuration menu - View commit details
-
Copy full SHA for 4b5a638 - Browse repository at this point
Copy the full SHA 4b5a638View commit details
Commits on Oct 7, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 166ab05 - Browse repository at this point
Copy the full SHA 166ab05View commit details
Commits on Nov 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7226b15 - Browse repository at this point
Copy the full SHA 7226b15View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.25.0...v0.25.4