-
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.0
head repository: kubernetes-sigs/controller-runtime
compare: v0.19.1
- 12 commits
- 4 files changed
- 6 contributors
Commits on Sep 16, 2024
-
Verify PR titles with shell script
Signed-off-by: Stefan Büringer buringerst@vmware.com
Configuration menu - View commit details
-
Copy full SHA for 15e87cb - Browse repository at this point
Copy the full SHA 15e87cbView commit details -
Merge pull request #2947 from k8s-infra-cherrypick-robot/cherry-pick-…
…2944-to-release-0.19 [release-0.19] 🌱 Verify PR titles with shell script
Configuration menu - View commit details
-
Copy full SHA for 525f793 - Browse repository at this point
Copy the full SHA 525f793View commit details
Commits on Sep 18, 2024
-
Preserve TypeMeta for PartialObjectMeta resources
This updates the fake client to retain the PartialObjectMeta TypeMeta when getting resources.
Configuration menu - View commit details
-
Copy full SHA for f0e55af - Browse repository at this point
Copy the full SHA f0e55afView commit details
Commits on Sep 21, 2024
-
Merge pull request #2951 from k8s-infra-cherrypick-robot/cherry-pick-…
…2949-to-release-0.19 [release-0.19] 🐛 Fakeclient: preserve TypeMeta for PartialObjectMeta resources
Configuration menu - View commit details
-
Copy full SHA for 22d9eab - Browse repository at this point
Copy the full SHA 22d9eabView commit details
Commits on Sep 27, 2024
-
pr-verify: use env var for passing the PR title
Co-Authored-By: Aviv Keller <redyetidev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b400366 - Browse repository at this point
Copy the full SHA b400366View commit details -
Merge pull request #2962 from k8s-infra-cherrypick-robot/cherry-pick-…
…2961-to-release-0.19 [release-0.19] 🌱 pr-verify: use env var for passing the PR title
Configuration menu - View commit details
-
Copy full SHA for d32b491 - Browse repository at this point
Copy the full SHA d32b491View commit details -
pr-verify: use env var for passing the PR title
Co-Authored-By: Aviv Keller <redyetidev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 465b62a - Browse repository at this point
Copy the full SHA 465b62aView commit details -
Merge pull request #2965 from k8s-infra-cherrypick-robot/cherry-pick-…
…2964-to-release-0.19 [release-0.19] 🌱 pr-verify: use env var for passing the PR title
Configuration menu - View commit details
-
Copy full SHA for 409ae31 - Browse repository at this point
Copy the full SHA 409ae31View commit details
Commits on Oct 11, 2024
-
Signed-off-by: Stefan Büringer buringerst@vmware.com
Configuration menu - View commit details
-
Copy full SHA for f883b25 - Browse repository at this point
Copy the full SHA f883b25View commit details -
Merge pull request #2974 from k8s-infra-cherrypick-robot/cherry-pick-…
…2973-to-release-0.19 [release-0.19] 🌱 Fix PR verify action
Configuration menu - View commit details
-
Copy full SHA for aa14005 - Browse repository at this point
Copy the full SHA aa14005View commit details
Commits on Oct 19, 2024
-
bug: Fakeclient: Fix TOCTOU races
The fake client currently has a number of time of check time of use races, where it fetches an object to determine what to do in a mutating operation. The problem is that the object might change in between fetching it and doing the mutating operation. Most notably, this happens when: * Patching is done in parallel. Only one of the patches will succeed, the other ones will fail with a conflict * Updates of objects that allow unconditional updates: All updates will succeed, but not all of them will increment the resource version (i.E dirty writes for the RV) * An update for an object that allows createOnUpdate races with a create or delete * A DeleteAllOf call races with Delete calls * A scale update races with a normal update This change: * Adds tests for all of these cases * Fixes them by adding a lock around the write operations, including their read part, if any
Configuration menu - View commit details
-
Copy full SHA for 4421425 - Browse repository at this point
Copy the full SHA 4421425View commit details -
Merge pull request #2992 from k8s-infra-cherrypick-robot/cherry-pick-…
…2980-to-release-0.19 [release-0.19] 🐛 Fakeclient: Fix TOCTOU races
Configuration menu - View commit details
-
Copy full SHA for 013f46f - Browse repository at this point
Copy the full SHA 013f46fView 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.0...v0.19.1