-
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.16.1
head repository: kubernetes-sigs/controller-runtime
compare: v0.16.2
- 15 commits
- 10 files changed
- 7 contributors
Commits on Aug 31, 2023
-
add corev1, coordinationv1 scheme for leader election when LeaderElec…
…tion option is true Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 98224fa - Browse repository at this point
Copy the full SHA 98224faView commit details
Commits on Sep 1, 2023
-
Merge pull request #2466 from troy0820/troy0820/16-add-types-to-leade…
…r-election [release-0.16] 🐛 Add corev1, coordinationv1 scheme for leader election when LeaderElection manager option is true
Configuration menu - View commit details
-
Copy full SHA for 41ce001 - Browse repository at this point
Copy the full SHA 41ce001View commit details
Commits on Sep 4, 2023
-
use http client from leaderElectionConfig
Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6bd5cca - Browse repository at this point
Copy the full SHA 6bd5ccaView commit details -
Merge pull request #2468 from k8s-infra-cherrypick-robot/cherry-pick-…
…2464-to-release-0.16 [release-0.16] 🐛 Use http client from leaderElectionConfig
Configuration menu - View commit details
-
Copy full SHA for 240440a - Browse repository at this point
Copy the full SHA 240440aView commit details
Commits on Sep 9, 2023
-
[release-0.16] 🐛 Default namespace only for namespaced object (#2482)
* Default namespace only for namespaced object * Add test --------- Co-authored-by: Sonu Kumar Singh <sksgkpvks@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 94cefd3 - Browse repository at this point
Copy the full SHA 94cefd3View commit details -
update subresource client to not incude metadata
Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f4582ea - Browse repository at this point
Copy the full SHA f4582eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74eb8ea - Browse repository at this point
Copy the full SHA 74eb8eaView commit details -
add test case to show it will not override other status fields when u…
…pdating Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b3c83a2 - Browse repository at this point
Copy the full SHA b3c83a2View commit details -
delete copyNonStatusFrom function, change test case description
Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 339df9a - Browse repository at this point
Copy the full SHA 339df9aView commit details -
Merge pull request #2483 from k8s-infra-cherrypick-robot/cherry-pick-…
…2479-to-release-0.16 [release-0.16] 🐛 Do not update anything but status when using subresource client
Configuration menu - View commit details
-
Copy full SHA for 580f203 - Browse repository at this point
Copy the full SHA 580f203View commit details -
bug: Fix status subresource getting updated on Update when it is empty
Before this, Update and Patch requests will override to-level status fields for objects that have a status resource if the status was initially empty. This happens because the code to set the status to what we already have in the unupdated object converts the object into a `map[string]any` using json serialization/deserialization, copies the original `status` field, then converts back. The json deserializer unfortunatelly does not properly clear the target, allowing data to remain that is absent in the json serialization.
Configuration menu - View commit details
-
Copy full SHA for 319038d - Browse repository at this point
Copy the full SHA 319038dView commit details -
Merge pull request #2485 from k8s-infra-cherrypick-robot/cherry-pick-…
…2484-to-release-0.16 [release-0.16] 🐛 Fix status subresource getting updated on Update when it is empty
Configuration menu - View commit details
-
Copy full SHA for 1cf5b88 - Browse repository at this point
Copy the full SHA 1cf5b88View commit details
Commits on Sep 10, 2023
-
[release-0.16] 🐛 Fix returning object after status update (#2490)
* Draft: Test that an object is updatable after updating its status. * Draft: ensure we udpate the new obj's accessor's ResourceVersion after doing the deep copy * Rework code to pass object back on status update --------- Co-authored-by: Adam Berlin <aberlin@vmware.com> Co-authored-by: Alvaro Aleman <alvaroaleman@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b40bcb8 - Browse repository at this point
Copy the full SHA b40bcb8View commit details
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ca2d236 - Browse repository at this point
Copy the full SHA ca2d236View commit details -
Merge pull request #2492 from k8s-infra-cherrypick-robot/cherry-pick-…
…2472-to-release-0.16 [release-0.16] 🐛 Return NoResourceMatchError when appropriate for backwards compatibility.
Configuration menu - View commit details
-
Copy full SHA for 7db81c7 - Browse repository at this point
Copy the full SHA 7db81c7View 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.16.1...v0.16.2