community-plugins/docs/compatibility/compatibility.md

30 KiB

Backstage Compatibility

Dynamic JSON Badge

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.

workspace version-compatibility
3scale Dynamic JSON Badge
adr Dynamic JSON Badge
airbrake Dynamic JSON Badge
allure Dynamic JSON Badge
analytics Dynamic JSON Badge
apache-airflow Dynamic JSON Badge
apollo-explorer Dynamic JSON Badge
azure-devops Dynamic JSON Badge
azure-sites Dynamic JSON Badge
azure-storage-explorer Dynamic JSON Badge
badges Dynamic JSON Badge
bazaar Dynamic JSON Badge
bitrise Dynamic JSON Badge
blackduck Dynamic JSON Badge
cicd-statistics Dynamic JSON Badge
cloudbuild Dynamic JSON Badge
code-climate Dynamic JSON Badge
code-coverage Dynamic JSON Badge
codescene Dynamic JSON Badge
confluence Dynamic JSON Badge
copilot Dynamic JSON Badge
cost-insights Dynamic JSON Badge
dynatrace Dynamic JSON Badge
entity-feedback Dynamic JSON Badge
entity-validation Dynamic JSON Badge
explore Dynamic JSON Badge
feedback Dynamic JSON Badge
firehydrant Dynamic JSON Badge
fossa Dynamic JSON Badge
gcalendar Dynamic JSON Badge
gcp-projects Dynamic JSON Badge
git-release-manager Dynamic JSON Badge
github-actions Dynamic JSON Badge
github-deployments Dynamic JSON Badge
github-issues Dynamic JSON Badge
github-pull-requests-board Dynamic JSON Badge
gitops-profiles Dynamic JSON Badge
gocd Dynamic JSON Badge
grafana Dynamic JSON Badge
graphiql Dynamic JSON Badge
graphql-voyager Dynamic JSON Badge
ilert Dynamic JSON Badge
jenkins Dynamic JSON Badge
kafka Dynamic JSON Badge
lighthouse Dynamic JSON Badge
linguist Dynamic JSON Badge
linkerd Dynamic JSON Badge
microsoft-calendar Dynamic JSON Badge
newrelic Dynamic JSON Badge
nomad Dynamic JSON Badge
octopus-deploy Dynamic JSON Badge
odo Dynamic JSON Badge
opencost Dynamic JSON Badge
periskop Dynamic JSON Badge
pingidentity Dynamic JSON Badge
playlist Dynamic JSON Badge
puppetdb Dynamic JSON Badge
redhat-argocd Dynamic JSON Badge
redhat-resource-optimization Dynamic JSON Badge
report-portal Dynamic JSON Badge
rollbar Dynamic JSON Badge
scaffolder-relation-processor Dynamic JSON Badge
sentry Dynamic JSON Badge
shortcuts Dynamic JSON Badge
sonarqube Dynamic JSON Badge
splunk Dynamic JSON Badge
stack-overflow Dynamic JSON Badge
stackstorm Dynamic JSON Badge
tech-insights Dynamic JSON Badge
tech-radar Dynamic JSON Badge
todo Dynamic JSON Badge
vault Dynamic JSON Badge
xcmetrics Dynamic JSON Badge

Generating Table

This table was generated using the list-compatibility.js script, you can run this by doing the following:

  1. Run yarn install at the root of the Community Plugins repo
  2. Then run node scripts/list-compatibility.js --table
  3. The output will be the Markdown used for the table above