Skip to content

0.4.3

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Feb 14:30
· 59 commits to main since this release
44e5600

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

Changes

  • fix: adding support for API base url override (#30) by @t1agob

This release was made possible by the following contributors:

@t1agob