You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated Crossplane to v1.16 and provider-ansible providerrevision went unhealthy. The error is
cannot unpack package: failed to fetch package digest from remote: failed to fetch package descriptor with a GET request after a previous HEAD request failure: GET https://xpkg.upbound.io/service/token?scope=repository%!A(MISSING)crossplanecontrib%!F(MISSING)provider-ansible%!A(MISSING)pull&service=xpkg.upbound.io: unexpected status code 404 Not Found: GET https://xpkg.upbound.io/service/token?scope=repository%!A(MISSING)crossplanecontrib%!F(MISSING)provider-ansible%!A(MISSING)pull&service=xpkg.upbound.io: unexpected status code 404 Not Found
The default registry that Crossplane's package manager will install packages from has changed to xpkg.upbound.io from index.docker.io
The workaround mentioned in those release notes is to specify the registry explicitly with e.g. index.docker.io/crossplanecontrib/provider-ansible:v0.6.0. This works, but I figure users are gonna get frustrated when copy-pasted examples don't work and they have to spend time debugging just to find out they had to add index.docker.io there. So ideally, provider-ansible artifacts should be published to xpkg.upbound.io
How can we reproduce it?
Deploy provider-ansible with Crossplane v.1.15.0 or higher and Provider yaml like this
What happened?
Updated Crossplane to v1.16 and provider-ansible providerrevision went unhealthy. The error is
From v1.15 release notes,
The workaround mentioned in those release notes is to specify the registry explicitly with e.g.
index.docker.io/crossplanecontrib/provider-ansible:v0.6.0
. This works, but I figure users are gonna get frustrated when copy-pasted examples don't work and they have to spend time debugging just to find out they had to addindex.docker.io
there. So ideally, provider-ansible artifacts should be published to xpkg.upbound.ioHow can we reproduce it?
Deploy provider-ansible with Crossplane v.1.15.0 or higher and
Provider
yaml like thisWhat environment did it happen in?
Crossplane version:
1.16.0
The text was updated successfully, but these errors were encountered: