Jared Watts
Jared Watts
This is a tracking issue for improvements we'd like to make to Crossplane's developer experience within the v1.16 timeframe. This is a very early list of directional thinking and shouldn't...
### What problem are you facing? Some commands can take a bit of time to complete. A good example is `crossplane xpkg push` that has to push a multiple MB...
### What problem are you facing? The currently recommended installation process for the `crossplane` CLI is to `curl | sh` the [install.sh script](https://github.com/crossplane/crossplane/blob/master/install.sh). This isn't ideal and has security implications,...
The `up` CLI has a language server implementation for Crossplane in the form of the [`xpls`](https://github.com/upbound/up/tree/main/cmd/up/xpls) command. We should incorporate this functionality into upstream Crossplane CLI so that a rich...
### What problem are you facing? Starting with v1.14.0, the Crossplane image is now installed from xpkg.upbound.io, the only Crossplane aware OCI registry. Some of the xpkg tooling, such as...
### What problem are you facing? For our `crossplane validate` command, we are importing upstream kubernetes api-server validation logic and CEL validation support. This raises the question of how we...
### What problem are you facing? The Crossplane `validate` command is shipping in v1.15, which greatly improves the developer experience by helping Crossplane users ensure their compositions are correct before...
There are a few different implementations of useful logic to lint and validate Crossplane resources: * the validation feature within Crossplane itself: https://github.com/crossplane/crossplane/blob/release-1.13/apis/apiextensions/v1/composition_patches.go#L142 * the crossplane CLI `validate` command: https://github.com/crossplane/crossplane/tree/master/cmd/crank/beta/validate...
This PR formally proposes the Crossplane project to move to Graduation. ## What is Crossplane? [Crossplane](https://www.crossplane.io/) extends the Kubernetes API to enable platform teams to manage a wide variety of...
### Description of your changes This PR updates a few resources in this `provider-helm` repository, mainly the README.md, as a result of trying out the steps for installing and local...