-
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.2
head repository: kubernetes-sigs/controller-runtime
compare: v0.16.3
- 11 commits
- 8 files changed
- 8 contributors
Commits on Sep 26, 2023
-
update dependency go-restful to 3.11.0
Signed-off-by: Troy Connor <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73f22e9 - Browse repository at this point
Copy the full SHA 73f22e9View commit details -
Merge pull request #2516 from k8s-infra-cherrypick-robot/cherry-pick-…
…2507-to-release-0.16 [release-0.16] 🐛Update dependency go-restful to 3.11.0
Configuration menu - View commit details
-
Copy full SHA for da31104 - Browse repository at this point
Copy the full SHA da31104View commit details
Commits on Sep 27, 2023
-
[release-0.16] 🐛 Correctly identify if patch call was made on status (#…
…2515) * correctly identify if patch was done in status * Add test --------- Co-authored-by: Sonu Kumar Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d6b699 - Browse repository at this point
Copy the full SHA 2d6b699View commit details
Commits on Oct 5, 2023
-
🐛 Handle unstructured status update with fake client (#2495)
* Handle unstructured status update with fake client In order to prevent unintentional mutations outside of the status during a status update, the non-status fields are copied back onto the passed object. This operation now gracefully handles both unstructured and typed objects. Previously, it would panic if an unstructured object was passed for a GVK known to the scheme, as internally the object within the tracker is converted to the typed equivalent. The two types cannot be directly assigned to each other and instead must be copied. Signed-off-by: Scott Andrews <[email protected]> * Review feedback Using typed objects for the initial and actual object content assertion. Unstructured objects are only used for the update. Signed-off-by: Scott Andrews <[email protected]> --------- Signed-off-by: Scott Andrews <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7b7450 - Browse repository at this point
Copy the full SHA f7b7450View commit details -
Merge pull request #2523 from troy0820/troy0820/cherry-pick-to-releas…
…e-0.16 [release-0.16] 🐛 Handle unstructured status update with fake client
Configuration menu - View commit details
-
Copy full SHA for 8361246 - Browse repository at this point
Copy the full SHA 8361246View commit details
Commits on Oct 10, 2023
-
sparkles: Cache: Allow defining options that apply to all namespaces …
…that themselves have no explicit config This change allows to define a cache selector config that applies to all namespaces that themselves do not have an explicit config. An example would be "Cache all namespaces without selector, except for namespace foo, there use labelSelector bar=baz". More as a side effect than intentionally, this also makes it valid to use the empty string as a key in the `Namespaces` and `byObject.Namespaces` config of the cache. This is very useful to for example have a `namespace` CLI flag that might be empty. This change is the last missing bit to finish the implementation of the [cache options design doc](./designs/cache_options.md).
Configuration menu - View commit details
-
Copy full SHA for b9c691d - Browse repository at this point
Copy the full SHA b9c691dView commit details -
Merge pull request #2539 from k8s-infra-cherrypick-robot/cherry-pick-…
…2528-to-release-0.16 [release-0.16] ✨ Cache: Allow defining options that apply to all namespaces that themselves have no explicit config
Configuration menu - View commit details
-
Copy full SHA for 8b5b1a2 - Browse repository at this point
Copy the full SHA 8b5b1a2View commit details
Commits on Oct 13, 2023
-
🐛 bump golang.org/x/net to v0.17.0
Signed-off-by: Joe Lanford <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5201923 - Browse repository at this point
Copy the full SHA 5201923View commit details -
Merge pull request #2541 from joelanford/0.16-golang-x-net
🐛 [release-0.16] bump golang.org/x/net to v0.17.0
Configuration menu - View commit details
-
Copy full SHA for 7c1e2d9 - Browse repository at this point
Copy the full SHA 7c1e2d9View commit details
Commits on Oct 18, 2023
-
Bumps k8s depedencies to use 0.28.3 patch release as it contains fixes for http2 rapid reset CVE Signed-off-by: Varsha Prasad Narsing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5572514 - Browse repository at this point
Copy the full SHA 5572514View commit details -
Merge pull request #2552 from varshaprasad96/bump/k8s-1.28.3
[release-0.16] 🌱 Bump k8s to 1.28.3
Configuration menu - View commit details
-
Copy full SHA for 5f8d96b - Browse repository at this point
Copy the full SHA 5f8d96bView commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.