crc-org / crc-extension

Red Hat OpenShift Local Extension for integration of OpenShift Local clusters with Podman Desktop
Apache License 2.0
13 stars 16 forks source link

versions are not synched between OCI image tag and package.json version #136

Closed benoitf closed 1 year ago

benoitf commented 1 year ago

If I pull the image quay.io/redhat-developer/openshift-local-extension:v1.0.2

package.json contains version": "1.0.1" while tag of the image is v1.0.2

so Podman Desktop might prompt user to update to v1.0.2 but this is already what we have, but it's then listed as 1.0.1

gbraad commented 1 year ago

https://github.com/crc-org/crc-extension/blob/f975968de77c148687b4165332c7e2d244b0ff73/package.json#L6

gbraad commented 1 year ago

@benoitf I will publish a new version v1.0.3 instead: #137

benoitf commented 1 year ago

ok 👍

anjannath commented 1 year ago

fixed via #137

gbraad commented 1 year ago

@benoitf please have a look at: https://github.com/crc-org/crc-extension/releases/tag/v1.0.3

Synced as: quay.io/redhat-developer/openshift-local-extension:v1.0.3

Thanks for the report... :facepalm:

benoitf commented 1 year ago

thanks, checked and we do have version": "1.0.3"