-
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.26.0
head repository: kubernetes/client-go
compare: v0.26.2
- 15 commits
- 9 files changed
- 7 contributors
Commits on Nov 15, 2022
-
Limit request retrying to []byte request bodies
Kubernetes-commit: 40f01d0c811c49a22b7557f7d8d06e3af6b4cabd
Configuration menu - View commit details
-
Copy full SHA for ebb499f - Browse repository at this point
Copy the full SHA ebb499fView commit details
Commits on Dec 11, 2022
-
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 <[email protected]> Kubernetes-commit: f8b99b1f09fb5d4d10b15e326c4b242cc705f007
Configuration menu - View commit details
-
Copy full SHA for a2ef324 - Browse repository at this point
Copy the full SHA a2ef324View commit details
Commits on Dec 13, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 236db3c - Browse repository at this point
Copy the full SHA 236db3cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b3fff46 - Browse repository at this point
Copy the full SHA b3fff46View commit details
Commits on Dec 19, 2022
-
Resource claims should be a map type
Kubernetes-commit: 5e22175b1d9b623c3db4d7f61ab881bb17b2795c
Configuration menu - View commit details
-
Copy full SHA for 04b098b - Browse repository at this point
Copy the full SHA 04b098bView commit details
Commits on Dec 27, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 0c34939 - Browse repository at this point
Copy the full SHA 0c34939View commit details
Commits on Jan 26, 2023
-
dynamic resource allocation: avoid apiserver complaint about list con…
…tent This fixes the following warning (error?) in the apiserver: E0126 18:10:38.665239 16370 fieldmanager.go:210] "[SHOULD NOT HAPPEN] failed to update managedFields" err="failed to convert new object (test/claim-84; resource.k8s.io/v1alpha1, Kind=ResourceClaim) to smd typed: .status.reservedFor: element 0: associative list without keys has an element that's a map type" VersionKind="/, Kind=" namespace="test" name="claim-84" The root cause is the same as in e50e8a0c919c0e02dc9a0ffaebb685d5348027b4: nothing in Kubernetes outright complains about a list of items where the item type is comparable in Go, but not a simple type. This nonetheless isn't supposed to be done in the API and can causes problems elsewhere. For the ReservedFor field, everything seems to work okay except for the warning. However, it's better to follow conventions and use a map. This is possible in this case because UID is guaranteed to be a unique key. Validation is now stricter than before, which is a good thing: previously, two entries with the same UID were allowed as long as some other field was different, which wasn't a situation that should have been allowed. Kubernetes-commit: b10dce49c3cb782404e09f50547120a736c03969
Configuration menu - View commit details
-
Copy full SHA for 7be38cd - Browse repository at this point
Copy the full SHA 7be38cdView commit details
Commits on Feb 6, 2023
-
kubelet/client: collapse transport wiring onto standard approach
Signed-off-by: Monis Khan <[email protected]> Kubernetes-commit: c651e4f7da1c43ddd956fbba303e990d6f27130a
Configuration menu - View commit details
-
Copy full SHA for 0519b53 - Browse repository at this point
Copy the full SHA 0519b53View commit details
Commits on Feb 9, 2023
-
Pin golang.org/x/net to v0.4.0 in 1.26
Kubernetes-commit: c5fe6226c4aee24c100cf35fdf105ad3abf82026
Configuration menu - View commit details
-
Copy full SHA for 4968c4a - Browse repository at this point
Copy the full SHA 4968c4aView commit details
Commits on Feb 10, 2023
-
Merge pull request #115642 from nckturner/pin-golang.org/x/net-to-v0.…
…4.0-in-1.26 Pin golang.org/x/net to v0.4.0 in 1.26 Kubernetes-commit: 5ae2e75abe3a631e770b7136f8e3bd2a6051ba18
Configuration menu - View commit details
-
Copy full SHA for 2e34348 - Browse repository at this point
Copy the full SHA 2e34348View commit details -
Merge pull request #115400 from pohly/automated-cherry-pick-of-#11535…
…4-origin-release-1.26 Automated cherry pick of #115354: dynamic resource allocation: avoid apiserver complaint about Kubernetes-commit: 41137e4de44ad12b86152359abc46414692906d1
Configuration menu - View commit details
-
Copy full SHA for 9112e19 - Browse repository at this point
Copy the full SHA 9112e19View commit details -
Merge pull request #115566 from enj/automated-cherry-pick-of-#115315-…
…upstream-release-1.26 Automated cherry pick of #115315: kubelet/client: collapse transport wiring onto standard Kubernetes-commit: 1802182ca3f88c0d0db79e46757e9158c9b187dc
Configuration menu - View commit details
-
Copy full SHA for e6bc0bc - Browse repository at this point
Copy the full SHA e6bc0bcView commit details
Commits on Feb 15, 2023
-
Update golang.org/x/net to v0.7.0
Kubernetes-commit: 26d4675e15df0fcc9a749e66fb3bdb82871f84d1
Configuration menu - View commit details
-
Copy full SHA for 8ce239f - Browse repository at this point
Copy the full SHA 8ce239fView commit details -
Merge pull request #115787 from liggitt/net-0.7.0-1.26
[1.26] Update golang.org/x/net to v0.7.0 Kubernetes-commit: 0fbdfcec8d02bc9737ea9916efad04d626928036
Configuration menu - View commit details
-
Copy full SHA for 62133a9 - Browse repository at this point
Copy the full SHA 62133a9View commit details
Commits on Mar 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 620cb60 - Browse repository at this point
Copy the full SHA 620cb60View 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.26.0...v0.26.2