muvaffak

Results 104 comments of muvaffak

There are good arguments here https://github.com/kubernetes/website/pull/37110 in favor of SSA even if we don't have map keys, like "extract" method to filter only the changed fields. We could possibly move...

Seems like extract methods aren't available through controller-runtime. I need to spend more time on this to make sure we know precisely whether it's possible at all to have index-based...

@samidbb I think that's a pretty good idea. Maybe we can name it `compositionUpdateChannel` similar to GKE's auto-upgrade feature where you can promote `CompositionRevision`s in channels like `stable`, `rapid` etc....

I'm trying to get a complete list of issues need to be solved before `v1beta1`. What I'm looking for is essentially the issues that may result in breaking changes. Though...

That looks pretty good to me. Do we want to allow taking values from namespaced resources?

@jbw976 thanks for the heads-up! I closed the empty commit PR but couldn't delete the release branch since code freeze is on October 11th. @negz could you delete `release-1.10`?

@negz Given the PR is no-op for the rest, sounds good to me. @bobh66 Could you open a PR cherry-picking your change to `release-1.10`?

Done! https://github.com/crossplane/crossplane/releases/tag/v1.10.0

Some earlier discussions https://github.com/crossplane/crossplane/issues/2322

> // If true, AND if the owner has the "foregroundDeletion" finalizer, then // the owner cannot be deleted from the key-value store until this // reference is removed. //...