-
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.6
head repository: kubernetes-sigs/controller-runtime
compare: v0.19.7
- 6 commits
- 5 files changed
- 3 contributors
Commits on Feb 20, 2025
-
fix: cache should list out of global cache when present and necessary
When the cache options are configured with DefaultNamespaces which include an entry with `cache.AllNamespaces`, listing from the cache should fallback to the global cache if there are no namespace-specific caches that match the namespace from the list options. Signed-off-by: Joe Lanford <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2a9f54 - Browse repository at this point
Copy the full SHA a2a9f54View commit details -
Merge pull request #3128 from k8s-infra-cherrypick-robot/cherry-pick-…
…3126-to-release-0.19 [release-0.19] 🐛 fix: cache should list out of global cache when present and necessary
Configuration menu - View commit details
-
Copy full SHA for 13450ba - Browse repository at this point
Copy the full SHA 13450baView commit details
Commits on Mar 7, 2025
-
bug: Fakeclient: Fix dataraces when writing to the scheme
We have a scheme write lock but plenty of other codeptaths that read from the scheme and that don't do looking, resulting in dataraces if the two happen in parallel. This change introduces a simple RW lock and makes the fakeclient acquire read locking for all its operations except when needing the write lock. This isn't particularly smart, but given that we only have one codepath that writes to the scheme, it seems good enough.
Configuration menu - View commit details
-
Copy full SHA for d2145c0 - Browse repository at this point
Copy the full SHA d2145c0View commit details -
Merge pull request #3146 from k8s-infra-cherrypick-robot/cherry-pick-…
…3143-to-release-0.19 [release-0.19] 🐛 Fakeclient: Fix dataraces when writing to the scheme
Configuration menu - View commit details
-
Copy full SHA for 56df553 - Browse repository at this point
Copy the full SHA 56df553View commit details
Commits on Mar 8, 2025
-
Revert "[release-0.20] ✨ Expose all Go runtime metrics (#3100)"
This reverts commit fc48583. This change breaks some users.
Configuration menu - View commit details
-
Copy full SHA for 97bb1ff - Browse repository at this point
Copy the full SHA 97bb1ffView commit details -
Merge pull request #3148 from k8s-infra-cherrypick-robot/cherry-pick-…
…3147-to-release-0.19 [release-0.19] 🐛 Revert "✨ Expose all Go runtime metrics"
Configuration menu - View commit details
-
Copy full SHA for 5fe7bb3 - Browse repository at this point
Copy the full SHA 5fe7bb3View 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.6...v0.19.7