Jason Tang
Jason Tang
**Why?** Documentation PRs are an easy entrypoint for community contributions. However, members don't have the ability to tag reviewers, nor do they know who the best person to tag is....
Adds instructions for forking the demo repository and alternatively registering the app with ArgoCD. Should at least address some of the comments in xref #501.
Hit this issue (slack [thread](https://upboundio.slack.com/archives/C047SPC2YHF/p1714503381749769?thread_ts=1714498116.157759&cid=C047SPC2YHF)) because the involvedobject (some pod) no longer existed, which would throw in xgql: https://github.com/upbound/xgql/blob/0a1d4aec8e2ad6c08ea831c603e1ea42ad0eec49/internal/graph/resolvers/event.go#L161 could we be more resilient? 
### What happened? This is more of an edge case, but I wanted to see what would happen if I passed the `definition.yaml` on a Configuration package I was building...
### Description of your changes Give users a bit more info when attaching a space to Upbound. The agent version is hardcoded for now but we may support more functions...
### Description of your changes Adds a public package for constant values defined by Crossplane's xpkg specification. ref: https://github.com/crossplane/crossplane/blob/main/internal/xpkg/name.go, which is internal. I have: - [x] Read and followed Crossplane's...
### What problem are you facing? The [xpkg specification](https://github.com/crossplane/crossplane/blob/main/contributing/specifications/xpkg.md#object-annotations) allows third-party consumers of Crossplane packages to define arbitrary key-value pairs in `metadata.annotations` of a package metadata. While this gives reasonable...
### Description of your changes A first implementation of the core idea outlined in #6340 as `crossplane beta xpkg-append`. This command allows users to optionally append additional files to an...
### What problem are you facing? The current xpkg specification has two "extension points" to package content for third-party consumers: - annotated layer(s) in the package manifest (e.g. for YAML...