Results 56 issues of 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...

enhancement
secret-stores
graduation-beta
feature-lifecycle

### 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...

enhancement
exempt-from-stale

### 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...

enhancement
roadmap
feature-lifecycle

### 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...

enhancement

### 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...

stale

### 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...

enhancement

### 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...

enhancement
good first issue