-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: kubernetes-sigs/controller-runtime
base: v0.15.0
head repository: kubernetes-sigs/controller-runtime
compare: v0.15.1
- 8 commits
- 11 files changed
- 8 contributors
Commits on May 24, 2023
-
Fix logs in unstructured client
Poor12 authored and k8s-infra-cherrypick-robot committedMay 24, 2023 Configuration menu - View commit details
-
Copy full SHA for c9cefc7 - Browse repository at this point
Copy the full SHA c9cefc7View commit details -
Merge pull request #2344 from k8s-infra-cherrypick-robot/cherry-pick-…
…2343-to-release-0.15 [release-0.15] ✨Fix logs in unstructured client
Configuration menu - View commit details
-
Copy full SHA for 1a82503 - Browse repository at this point
Copy the full SHA 1a82503View commit details -
[release-0.15] 🐛 fix unspecified KindsFor version (#2347)
* Fix unspecified KindsFor version * Dont allocate empty list Co-authored-by: Alvaro Aleman <alvaroaleman@users.noreply.github.com> * Test all four relevant interface methods, and do not assert count * Attempt to format correctly in web editor * Remove request count asserts * Remove non-version item asserts --------- Co-authored-by: Amund Tenstad <github@amund.io> Co-authored-by: Alvaro Aleman <alvaroaleman@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 530dde0 - Browse repository at this point
Copy the full SHA 530dde0View commit details
Commits on Jun 11, 2023
-
🐛 fakeClient.Status().Update(...) cannot recognize resource version c…
…onflicts The fake client of subresource is unable to correctly handle the case of resource version conflict when updating. The phenomenon is that it did not return a 409 status error. Signed-off-by: iiiceoo <iiiceoo@foxmail.com>
Configuration menu - View commit details
-
Copy full SHA for 37c58ae - Browse repository at this point
Copy the full SHA 37c58aeView commit details -
Merge pull request #2372 from k8s-infra-cherrypick-robot/cherry-pick-…
…2365-to-release-0.15 [release-0.15] 🐛 fakeClient.Status().Update(...) cannot recognize resource version conflicts
Configuration menu - View commit details
-
Copy full SHA for 111c938 - Browse repository at this point
Copy the full SHA 111c938View commit details
Commits on Jun 12, 2023
-
[release-0.15] 🐛 hasLabels and matchingLabels step on each other (#2373)
* fix: hasLabels and matchingLabels step on each other * remove testcase with invalid input --------- Co-authored-by: Shanshan.Ying <shanshan.ying@apecloud.com>
Configuration menu - View commit details
-
Copy full SHA for 0e37217 - Browse repository at this point
Copy the full SHA 0e37217View commit details
Commits on Aug 4, 2023
-
🐛 Fix Defaulting of the User Agent
This broke when we added the HTTP client, because the user-agent gets set by a roundtripper that is constructed within `rest.HTTPClientFor`. As a result, we have to default it before we do that. Currently, it ends up being defaulted to `Go-http-client` which is not very useful.
Configuration menu - View commit details
-
Copy full SHA for 3de9624 - Browse repository at this point
Copy the full SHA 3de9624View commit details -
Merge pull request #2436 from alvaroaleman/fix-ua-3
[release-0.15] 🐛 Fix Defaulting of the User Agent
Configuration menu - View commit details
-
Copy full SHA for 40203bf - Browse repository at this point
Copy the full SHA 40203bfView commit details
There are no files selected for viewing