-
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.20.2
head repository: kubernetes-sigs/controller-runtime
compare: v0.20.3
- 8 commits
- 7 files changed
- 4 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]>
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for b015843 - Browse repository at this point
Copy the full SHA b015843View commit details -
Merge pull request #3127 from k8s-infra-cherrypick-robot/cherry-pick-…
…3126-to-release-0.20 [release-0.20] 🐛 fix: cache should list out of global cache when present and necessary
Configuration menu - View commit details
-
Copy full SHA for 22815fc - Browse repository at this point
Copy the full SHA 22815fcView commit details
Commits on Feb 24, 2025
-
Signed-off-by: Stefan Büringer [email protected]
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 772ce35 - Browse repository at this point
Copy the full SHA 772ce35View commit details -
Merge pull request #3131 from k8s-infra-cherrypick-robot/cherry-pick-…
…3129-to-release-0.20 [release-0.20] 🌱 Export envtest.ReadCRDFiles
Configuration menu - View commit details
-
Copy full SHA for 44bed88 - Browse repository at this point
Copy the full SHA 44bed88View 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.
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 39fefb9 - Browse repository at this point
Copy the full SHA 39fefb9View commit details -
Merge pull request #3145 from k8s-infra-cherrypick-robot/cherry-pick-…
…3143-to-release-0.20 [release-0.20] 🐛 Fakeclient: Fix dataraces when writing to the scheme
Configuration menu - View commit details
-
Copy full SHA for e8b6292 - Browse repository at this point
Copy the full SHA e8b6292View commit details -
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 c1de925 - Browse repository at this point
Copy the full SHA c1de925View commit details
Commits on Mar 8, 2025
-
Merge pull request #3147 from alvaroaleman/rev
[release-0.20] 🐛 Revert "✨ Expose all Go runtime metrics"
Configuration menu - View commit details
-
Copy full SHA for bd9c786 - Browse repository at this point
Copy the full SHA bd9c786View commit details
There are no files selected for viewing