Skip to content

Releases: PagerDuty/backstage-plugin

0.7.2

10 Dec 16:45
d2c94f1
Compare
Choose a tag to compare

Summary

This release fixes an issue that prevented the installation of the plugin if the Backstage React version was not compatible with the plugin version. It also fixes a moderate security issue, adds support for React 18+ and bumps up the versions of Backstage packages.

Changes

chore(deps): add support for React 18+ (#43)
chore(deps): bump up Backstage versions (#44)
docs: Simplify readme file and point to full documentation (#47)
chore(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 (#48)
fix: move strict dependencies (#49)

This release was made possible by the following contributors:

@t1agob

0.7.1

16 Nov 14:49
9830bc5
Compare
Choose a tag to compare

Summary

With release 0.7.1 we have fixed some issues and added new capabilities to the oncall user list.

  • List only users in escalation level 1 - these are the users that are actually oncall.
  • Remove duplicate users from the oncall user list
  • Add support for user profile picture and fallback to dummy avatar icon when an image is not provided.

Changes

  • 🔧 fix: list only oncall users in plugin (#38) by @t1agob

This release was made possible by the following contributors:

@t1agob

0.7.0

06 Nov 15:23
94e6823
Compare
Choose a tag to compare

Summary

This release marks the first version under PagerDuty's ownership of the Backstage plugin. You will not notice any major changes. Here's what we did:

  • Fixed a bug that was preventing recent changes tab to show
  • Removed double headers on plugin UI component for incidents and recent changes
  • Patched potential security vulnerabilities on dependencies

Changes

🔧 Maintenance

  • chore(release): release of v0.7.0 (#32) by @t1agob
  • chore(deps): bump zod from 3.22.2 to 3.22.4 (#29) by @dependabot
  • chore(deps): bump browserify-sign from 4.2.1 to 4.2.2 (#30) by @dependabot
  • chore(deps): bump @babel/traverse from 7.22.20 to 7.23.2 (#26) by @dependabot
  • chore(deps): bump postcss from 8.4.29 to 8.4.31 (#25) by @dependabot
  • chore(ci): adding release drafter with config (#21) by @t1agob
  • chore(deps)Bump graphql from 16.8.0 to 16.8.1 (#17) by @dependabot
  • chore(ci): adding github action to publish package on new release (#20) by @t1agob
  • chore(docs): adding CODEOWNERS (#19) by @t1agob
  • chore(ci): changing release step to trigger on pr close and merge (#16) by @t1agob
  • chore(ci): forcing npm registry by default (#13) by @t1agob
  • chore(ci): Build and publish package to npm (#2) by @t1agob

🌟 Minor Changes

  • fix(ui): Removing sub-headers from lists (#15) by @t1agob

This release was made possible by the following contributors:

@dependabot, @dependabot[bot] and @t1agob