crossplane-contrib / provider-sql

An SQL provider for @crossplane
https://crossplane.io
Apache License 2.0
100 stars 57 forks source link

Failure to GET provider v0.9.0 #169

Closed seanlucey closed 5 months ago

seanlucey commented 5 months ago

What happened?

Unable to retrieve provider-sql package 0.9.0 when upgrading Provider from v0.7.0. Getting the following when Provider is unable to spin up: HEAD https://index.docker.io/v2/crossplane/provider-sql/manifests/v0.9.0: unexpected status code 404 Not Found (HEAD responses have no body, use GET for details): GET https://index.docker.io/v2/crossplane/provider-sql/manifests/v0.9.0: MANIFEST_UNKNOWN: manifest unknown; unknown tag=v0.9.0

How can we reproduce it?

Upgrade provider using Provider:

apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
  name: crossplane-sql-provider
spec:
  package: crossplane/provider-sql:v0.9.0

What environment did it happen in?

Crossplane version: 1.12.2

fgaillot-qosenergy commented 5 months ago

@seanlucey Since version v0.9.0, provider-sql package is no longer available on docker hub registry, but on the upbound one. In short, the new URL for this package is xpkg.upbound.io/crossplane-contrib/provider-sql:v0.9.0.

seanlucey commented 5 months ago

Thanks @fgaillot-qosenergy switching to upbound fixed the issue