Nic Cope
Nic Cope
Thanks @muvaf. That looks good to me. > A stable identifier for revision selection My suggestion is that we do two things here: 1. Switch to using a partial sha256...
I just realized I hadn't explicitly noted that once we hit v1beta1 we should make the feature on by default. This would involve `s/Alpha/Beta` at https://github.com/crossplane/crossplane/blob/b98ec8/internal/features/features.go#L26, moving https://github.com/crossplane/crossplane/blob/b98ec8/cmd/crossplane/core/core.go#L79 to `group:"Beta...
I think I've seen this too. The good news is that it shouldn't meaningfully effect Crossplane functioning, but it would be nice to fix. It looks like we give Crossplane...
> Hm, pity that isn't something that is configurable. I think it would be reasonable to make this a flag.
I wonder if this kind of functionality could be supported by a separate process that knew how to take a set of environment variables (i.e. those exposed by a Crossplane...
Anecdotally this isn't something I've seen any demand for yet within our community. I want to cross-link it to https://github.com/crossplane/crossplane/issues/2366 though - I could see us using that design to...
I'm assigning this to myself, since I expect the work here to primarily be asking other projects to bump their rate limits. I'm planning to use this issue to link...
Some initial projects that come to mind: * Helm * ArgoCD * Flux * kuttl
I note that Flux has bumped too: https://github.com/fluxcd/flux2/blob/v0.35.0/go.mod#L46 So I believe all the projects noted here are now covered, modulo the potential further improvements @jessesuen mentioned. I'm going to close...