Skip to main content

Backstage Plugins

Overview

The SKE Backstage Frontend plugin extends Backstage so it can be used to view and manage SKE objects.

The SKE Backstage Backend plugin enables the communication between the Backstage instance and the SKE Platform.

The plugins are available as NPM packages at:

@syntasso/plugin-ske-frontend
@syntasso/plugin-ske-backend

Check the release notes below for information on each available version.

Release Notes

0.12.0 (2024-10-12)

Features

  • Update plugins to Backstage v1.32.5

ske-frontend 0.11.1 (2024-10-15)

Bug Fixes

  • Fixed a bug where the "Create" button wasn't being displayed on the Promise Entity page when a custom type was specified.
    • There's now a new kratix.io/type annotation that can be used to specify the type of the Component. Users of the SKE Backstage Generator (v0.10.1) will have this annotation automatically added to their Component YAML files.
    • This requires changes to your Catalog Entity page. Please refer to the Configuring the Plugins documentation for instructions.

0.11.0 (2024-09-19)

Bug Fixes

  • Fix bug where resources request created in namespaces other than 'default' could not be managed

0.10.0 (2024-09-18)

Features

  • Add 'promise summary' section to resource about page
  • compatibility with Backstage 1.30.4

Bug Fixes

  • fix manage resource duplicate creation

0.9.0 (2024-08-08)

Features

  • compatibility with Backstage 1.29.2

Bug Fixes

  • improve the update experience with language tweaks