Nic Cope
Nic Cope
@bobh66 Would that change be safe? I remember when working on https://github.com/crossplane/crossplane/pull/5313 I went through all the bugs https://github.com/crossplane/crossplane/pull/4896 aimed to solve, and noticed that more of them were addressed...
> You could check the results to change the message. Here's an example of what that looks like if anyone else stumbles across this issue like I did. I run...
@ezgidemirel Can you add some context around what this is fixing in the description please? Some of the new changes are failing the Vale grammar linter (see the Checks tab)....
Is there anything special or interesting about your EKS networking setup? Can you take a look at the provider-kubernetes pod and see if it appears healthy?
Hrm, that's unfortunate. I wonder if this is a behavior change in go-json-experiment relative to when we started using it. The comment I wrote seems to imply that `omitempty` used...
> Does the following described in https://github.com/crossplane/crossplane/issues/4116 help out here @muvaf? @jbw976 My guess is it doesn't - at least in and of itself. That would help if a package...
@bobh66 Yeah, we'd probably have to. I think `xpkg.upbound.io` makes sense as a default. On the other hand that feels like a breaking change. Slightly related: https://github.com/crossplane/crossplane/issues/3560
I keep coming back to what I proposed earlier in the thread. Perhaps the solution is that our packages should be able depend on an "unqualified" package. For example take...
We explored my partially qualified dependencies idea in https://github.com/crossplane/crossplane/pull/6014. Unfortunately we found that it'd be practically hard to implement. We'd need to: * Update how Crossplane handles a partially qualified...
After chatting with @turkenh and @haarchri today, I'm leaning toward using ImageConfigs to rewrite packages. https://docs.crossplane.io/v1.19/concepts/image-configs/ Given this Provider: ```yaml apiVersion: pkg.crossplane.io/v1 kind: Provider metadata: name: provider-aws spec: package: xpkg.crossplane.io/crossplane-contrib/provider-aws-ec2...