Hasan Turken
Hasan Turken
### What problem are you facing? We released initial support for [External Secret Stores](https://github.com/crossplane/crossplane/blob/master/design/design-doc-external-secret-stores.md) in the [v1.7.0 milestone](https://github.com/crossplane/crossplane/releases/tag/v1.7.0). As a follow-up, we have made them [pluggable](https://github.com/crossplane/crossplane/blob/master/design/one-pager-pluggable-secret-stores.md) to enable out-of-tree development...
### What problem are you facing? Crossplane introduced support for [Observe Only resources](https://github.com/crossplane/crossplane/blob/master/design/design-doc-observe-only-resources.md) as an alpha feature with the v1.12 release, which enables observing external resources and representing them as...
### What problem are you facing? This is the tracking issue for promoting the Usage API (a.k.a. deletion ordering) to Beta. With the feature recently merged into the master, we...
### Description of your changes This PR adds a new spec field to the `Usage` resource, namely `replayDeletion`, which would enable replaying a blocked deletion attempt right after the `Usage`...
### What problem are you facing? The Observe Only design proposes a [new import procedure](https://github.com/crossplane/crossplane/blob/master/design/design-doc-observe-only-resources.md#new-import-procedure) solving the caveats with the [existing one](https://docs.crossplane.io/knowledge-base/guides/import-existing-resources/). As discussed [here](https://github.com/crossplane/crossplane/pull/3531#discussion_r1122398216), we can improve this further...
### Description of your changes This PR adds TTR (Time to Readiness) to the trace output with wide which helpful to identify the bottlenecks with the provisioning. Leaving the PR...
### Description of your changes Noticed that we don't have an OWNERS.md in this repository. Adding me and @negz (the top two contributors) as maintainers. I have: - [x] Read...
### What problem are you facing? Today, it is possible to reference k8s objects in the control plane API by with `spec.references` field. For example, the following manifest will read...
### Description of your changes This PR introduces a new flag, `--enable-server-side-apply`, to enable [Server Side Apply](https://kubernetes.io/docs/reference/using-api/server-side-apply/) instead of the existing Patching Applicator combined with the last applied configuration annotation....
### What problem are you facing? With https://github.com/crossplane/crossplane-runtime/pull/372, we have introduced a DesiredStateChanged to the xp runtime, which would filter out status update events. We need to add this as...