crossplane-contrib / provider-keycloak

Apache License 2.0
25 stars 16 forks source link

missing xpkg.upbound.io/crossplane-contrib/provider-keycloak:v1.7.0 #183

Closed cpanato closed 2 weeks ago

cpanato commented 3 weeks ago

when trying to run

up xpkg xp-extract xpkg.upbound.io/crossplane-contrib/provider-keycloak:v1.7.0

i got an error

up: error: xpkg.xpExtractCmd.Run(): failed to fetch package from remote: GET https://xpkg.upbound.io/v2/crossplane-contrib/provider-keycloak/manifests/v1.7.0: MANIFEST_UNKNOWN: manifest unknown; map[Tag:v1.7.0]

that does not happen with v1.5.0 or v1.6.0

$ up xpkg xp-extract xpkg.upbound.io/crossplane-contrib/provider-keycloak:v1.6.0
xpkg contents extracted to out.gz
Breee commented 2 weeks ago

Weird, triggered another CI Pipeline

https://github.com/crossplane-contrib/provider-keycloak/actions/runs/11557644584

That should push it

Breee commented 2 weeks ago

Should now be available, sorry for the inconvenience

cpanato commented 2 weeks ago

thank you