Open michael-valdron opened 11 months ago
/kind task
This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days.
Should be done to identify upcoming version changes.
This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days.
Which area/kind this issue is related to?
/kind task
/area api
Issue Description
The newest alpha version for the devfile spec
2.2.3-alpha
has not been created yet. We need to create the new alpha version to update our latest schema to the next release.The job
publish-json-schema
is failing due to the latest version of the spec being the latest stable version rather than the expected alpha version:Acceptance Criteria
+devfile:jsonschema:version=
on pkg/apis/workspaces/v1alpha2/doc.go#L21 to current alpha version2.2.3-alpha
bash ./docker-run.sh ./build.sh
and commit changes