43 KiB
43 KiB
Backstage Compatibility
The following table lists what version of Backstage each workspace is currently compatible with. The Backstage version listed for each workspace is determined by looking at the backstage.json file at the root of each workspace. The badges are using the Shields.io Dynamic JSON Badge feature and are kept up to date automatically (when the page loads it will do this check against the file as it is on the main branch).
[!NOTE] This table was built via script but needs to be ran manually if new workspaces are added.
Generating Table
This table was generated using the list-compatibility.js script, you can run this by doing the following:
- Run
yarn installat the root of the Community Plugins repo - Then run
node scripts/list-compatibility.js --table - The output will be the Markdown used for the table above