Skip to content

0.9.2

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Feb 14:46
· 37 commits to main since this release
2c15cb7

Summary

This release resolves an issue reported in backstage-plugin (#74) which prevents users from overriding the REST API base url (e.g. for EU based accounts). This feature was possible through the Backstage proxy configuration.

With this, users will be able to add a new configuration to the PagerDuty plugin in app-config.yaml like the example below.

pagerDuty:
  apiBaseUrl: https://api.eu.pagerduty.com     #defaults to https://api.pagerduty.com

This feature in mainly implemented in @pagerduty/backstage-plugin-backend but this release updates the plugin config schema accordingly.

Changes

  • fix: updating config schema to allow overriding of api base url (#75) by @t1agob

This release was made possible by the following contributors:

@t1agob @pcgqueiroz