0.13.0
Summary
Release 0.13.0 introduces a PagerDutyPage
component which can be added to your Backstage menu and allows users to explore advanced PagerDuty configurations. With this release we are adding support for Entity mapping which allows users to easily map existing PagerDuty services to Backstage entities without requiring updates to each service config file.
Below is an example of how the PagerDutyPage
looks like when added to a Backstage instance.
Users will be able to see if the entity definition is up to date with the configuration in file or not and chose to persist the changes by manually creating a PR in the source code.
This release also applies a few security patches related to Backstage dependencies.
Changes
- docs: update readme with mapping capability (#114) by @t1agob
- feat: advanced config page (#113) by @t1agob
- chore(deps): bump ws from 8.14.2 to 8.17.1 (#112) by @dependabot
This release was made possible by the following contributors:
@dependabot, @dependabot[bot] and @t1agob