devfile / api

Kube-native API for cloud development workspaces specification
Apache License 2.0
235 stars 58 forks source link

Update schema release process to include library update #1534

Open johnmcollier opened 3 weeks ago

johnmcollier commented 3 weeks ago

/kind task

Which area is this task related to?

/area library /area releng

Task

The past couple releases for the Devfile api (2.2.1 and 2.2.2) have missed necessary updates to the Devfile library to allow the library to parse devfiles using those versions. https://github.com/devfile/library/commit/44ca18d63cf41ff4d5f8a64c87453f905d2598e5 was eventually made to add support for 2.2.1 and 2.2.2.

The current Devfile schema release process documented here: https://github.com/devfile/api/blob/main/docs/proposals/versioning-and-release.md, does not mention any necessary library updates. As a result, it should be updated accordingly to reflect the necessary changes linked above.

Acceptance Criteria