-
Task
-
Resolution: Done
-
Major
-
CRW 2.4.0
In CRW-1273 it was discovered that crwctl 2.4.0 contained the 2.3.0 version of the deployment code, and as such would deploy 2.3.0, not 2.4.0. This is fixed, but it also exposed another KI, in that existing 2.3.0 deployments which include the golang devfile will break on update to 2.4, because the plugin was renamed/moved between 2.3 and 2.4.
Workaround exists:
- replace ms-vscode/go/latest with golang/go/latest in any existing devfiles:
components: - id: golang/go/latest
Related issue: https://issues.redhat.com/browse/CRW-1278
- documents
-
CRW-1278 Go lang workspace of CRW 2.3.0 failed to migrate to CRW 2.4.0
- Closed