Jared Watts

Results 377 comments of Jared Watts

@ezgidemirel is there more to do in this epic before we can close it out? If there is more, would you be able to update the tasklist so it captures...

Thanks for the feedback on this issue! I'll go ahead and add it to the tracking epic for v1.15 in the hopes that we can opportunistically improve this experience during...

Started making the changes for this behavior and testing them over the weekend. The simple changes so far are in my [`default-registry` branch](https://github.com/jbw976/crossplane/tree/default-registry), diff of changes from upstream master: https://github.com/crossplane/crossplane/compare/master...jbw976:crossplane:default-registry...

Re-opening this issue until the full task list is done, especially the tasks for release notes, docs, blog post, etc.

I tested the `v1.15.0-rc.1` RC build (https://github.com/crossplane/crossplane/discussions/5357) with some of the key upgrade scenarios - all is working as expected and described in #5261. The two main scenarios I tested:...

In the hopes that we don't overlook something small, I noticed that we use `function-demo` for the load: ``` kind load docker-image localhost:5000/function-demo:v0.1.0 ``` Then the function spec uses `function-xusers`:...

Thanks again for suggesting this issue @blakeromano! We're considering this for v1.15, but it will not be a strict requirement in that milestone, e.g. we can ship another release alongside...

The `validate` command was released in v1.15, here is the documentation for it: https://docs.crossplane.io/latest/cli/command-reference/#beta-validate Although, it will be even more useful when https://github.com/crossplane/crossplane/issues/5376 is fixed too.