-
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.19.1
head repository: kubernetes-sigs/controller-runtime
compare: v0.19.3
- 8 commits
- 14 files changed
- 5 contributors
Commits on Nov 21, 2024
-
[release-0.19] ✨ Add EnableWatchBookmarks option to cache informers (#…
…3018) * Ensure all WatchFunc enable watch and boomarks AllowWatchBookmarks is generally pretty safe to enable as it has been available in Kuberentes for a long while, and the server ignores the flag if it doesn't implement it (per docs). Signed-off-by: Vince Prignano <[email protected]> * Defaults to false for 0.19 Signed-off-by: Vince Prignano <[email protected]> --------- Signed-off-by: Vince Prignano <[email protected]> Co-authored-by: Vince Prignano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfd1cf9 - Browse repository at this point
Copy the full SHA bfd1cf9View commit details
Commits on Nov 30, 2024
-
warning: Use leader elector with client timeout
This change makes the leader elector use a client that internally has a smaller timeout than the renew deadline, which avoids a situation where a single request timing out makes us lose the leader lease.
Configuration menu - View commit details
-
Copy full SHA for 0170742 - Browse repository at this point
Copy the full SHA 0170742View commit details
Commits on Dec 2, 2024
-
🐛 Fix RenewDeadline typo in leader election
Signed-off-by: Vince Prignano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4bc3811 - Browse repository at this point
Copy the full SHA 4bc3811View commit details -
🌱 Make using leader elector with client timeout non-breaking
This change is a follow-up to the one that introduces the usage of the leader-elector with client timeout. That change was breaking because it introduces a new option and always assumed it was set. This change makes us only use that option if its actually set.
Configuration menu - View commit details
-
Copy full SHA for 2a0ce59 - Browse repository at this point
Copy the full SHA 2a0ce59View commit details -
[release-0.19] 🐛 Refactor certificate watcher to use polling, instead…
… of fsnotify (#3023) * Reestablish watch for the certificate paths * Remove fsnotify and use cached read watcher * Simplify return * 🐛Fix certwatcher test to be backwards compatible --------- Co-authored-by: Maxim Muzafarov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e727239 - Browse repository at this point
Copy the full SHA e727239View commit details -
Merge pull request #3031 from k8s-infra-cherrypick-robot/cherry-pick-…
…3028-to-release-0.19 [release-0.19] 🐛 Use leader elector with client timeout
Configuration menu - View commit details
-
Copy full SHA for 0823530 - Browse repository at this point
Copy the full SHA 0823530View commit details -
add watch deprecated to certwatcher
Signed-off-by: Vince Prignano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2085acc - Browse repository at this point
Copy the full SHA 2085accView commit details -
Merge pull request #3037 from kubernetes-sigs/backport019-watch
🌱 add deprecated Watch() to certwatcher
Configuration menu - View commit details
-
Copy full SHA for 3e66810 - Browse repository at this point
Copy the full SHA 3e66810View 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.19.1...v0.19.3