Nic Cope
Nic Cope
> I would offer to become one of those "community reviewers" or even an actual maintainer depending on whether the former does actually help speeding things up since maintainer approval...
It seems like per https://github.com/probot/stale/issues/324 Stale bot is unmaintained and doesn't work so well, which is unfortunate given that it appears to be an "official" GitHub app. The new hotness...
Cross-linking to https://github.com/crossplane/crossplane/issues/2468
Cross-linking to https://github.com/crossplane/crossplane/issues/2468
I'm fairly sure https://docs.podman.io/en/latest/markdown/podman-build.1.html is a good daemonless unprivileged alternative to `docker build`. The experience wouldn't be quite as streamlined (as you say, you'd need to write a `Dockerfile`) but...
/fresh Just using this issue to test the bot - pretty sure this is actually fixed already per @smileisak
I'm seeing us at 1.0.3, so I believe this is no longer an issue. https://github.com/crossplane/crossplane/blob/d58f9187d1485a72ceaadb1d2f13d99024f09e57/go.mod#L123
Cross-linking to https://github.com/crossplane/crossplane/issues/2468
> Would you accept a different but simpler solution? Unfortunately these don't seem much better to me, given they're still kind of templating. I suppose in a way the Go...
Following up with some more thoughts: ```yaml --- apiVersion: apiextensions.crossplane.io/v1alpha1 kind: CustomComposition metadata: name: example spec: compositeTypeRef: apiVersion: database.example.org/v1alpha1 kind: CompositePostgreSQLInstance # Take an array of functions so that we...