Daniel Mangum
Daniel Mangum
This repo should have PR and issue templates to make it easier for folks to report bugs and make contributions.
Currently we force users to either be upgrading from a helm release named `crossplane` or `universal-crossplane`. Though it is not a frequent occurrence, users are not required to actually helm...
We currently set the first profile the user logs in with as the default in `~/.up/config.json`. We should make it easy to change the default profile as desired.
Every PR and merge to main should run a set of integration tests against a live k8s cluster and an Upbound Cloud account.
Error messages are a bit sparse and can be difficult to understand. They don't have to be perfect for first release, but we should ensure that they do as much...
Users should be able to run commands with verbose logging by passing a top-level flag. This can be accomplished by passing a logger down through the command tree.
Fixes a misspelling of "length" in the google-tts example logs.
# Change description Updates the documented record time to match the new sample parameters. Follow up to https://github.com/espressif/esp-bsp/pull/175
### Feature Description There is a [nice document](https://github.com/kcp-dev/kcp/blob/main/docs/content/en/main/concepts/developers/library-usage.md) referencing how one could use kcp as a library. However, this document does not help users manage imports and is not tested...
feature: Do not require `APIConversion` to exist for `APIResourceSchema` if no conversion required
### Feature Description Currently, if an `APIResourceSchema` supports multiple versions and there is no corresponding `APIConversion`, creating an `APIBinding` for an `APIExport` that includes the `APIResourceSchema` fails. In short, an...