Skip to content

0.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 17:18
· 55 commits to main since this release
49f9664

Summary

This minor release moves the direct REST API calls from the frontend component to the backend. Instead of leveraging the Backstage proxy to make direct API calls to PagerDuty the calls are made to the backend plugin instead.

This removes the dependency on the proxy and prevents other plugins from using the PagerDuty proxy configuration to call PagerDuty APIs directly for other purposes which raises few security concerns.

Therefore the proxy configuration for PagerDuty on app-config.yaml is no longer required and is in-fact deprecated.

Changes

  • feat: migrate api calls (#59) by @t1agob
  • chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 (#57) by @dependabot

This release was made possible by the following contributors:

@dependabot, @dependabot[bot], @jcoelho93 and @t1agob