Skip to content

0.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 22:11
· 32 commits to main since this release
57e0eac

Summary

This release handles properly an exception that was causing the entity mapping page to break when there is an integration key specified in the entity configuration and that integration key doesn't exist in the PagerDuty Account.

Previously it would return an HTTP 404 error, causing the application to break. Now, it handles that error without breaking the application.

Changes

  • fix: ignore invalid integration keys when building entity reference dict (#69) by @brianphillips

This release was made possible by the following contributors:

@brianphillips and @t1agob