diff --git a/docs/release-notes/backend.md b/docs/release-notes/backend.md index c58be61..e9e766d 100644 --- a/docs/release-notes/backend.md +++ b/docs/release-notes/backend.md @@ -1,5 +1,21 @@ # Release notes for Backend plugin +## > 0.4.1 + +[GitHub release](https://github.com/PagerDuty/backstage-plugin-backend/releases/tag/0.4.1) + +### Summary + +This release changes the start behaviour for the backend plugin. The former behaviour was to prevent the plugin from starting when credentials were missing. This is not the behaviour for most plugins and therefore this release makes that change to comply with existing behaviour. + +Release **0.4.1** allows the plugin to start if credentials are missing, logs an error to simplify troubleshooting and shows an error message in the PagerDuty Card. + +image + +## Changes + +- refactor: change start behaviour on missing credentials + ## > 0.4.0 [GitHub release](https://github.com/PagerDuty/backstage-plugin-backend/releases/tag/0.4.0) diff --git a/overrides/main.html b/overrides/main.html index 21c57a3..66d94f7 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -3,7 +3,7 @@ {% block announce %}

- 🎉 New release! Checkout the latest versions for Frontend(0.9.0), Backend(0.4.0) and Common(0.1.0) + 🎉 New release! Checkout the latest versions for Frontend(0.9.0), Backend(0.4.1) and Common(0.1.0)

{% endblock %} \ No newline at end of file