Jared Watts

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

user experience
roadmap

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

enhancement
good first issue
user experience
good-first-issue-for-jean
crossplane-cli

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

enhancement
release
crossplane-cli

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

user experience
techdebt
stale
crossplane-cli

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

build
package
release/breaking-behavior-change

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

enhancement
user experience
stale
crossplane-cli

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

enhancement
user experience
crossplane-cli

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

user experience
techdebt

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

graduation

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