Skip to content

Commit

Permalink
docs: backend release 0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Barbosa <tbarbos@hotmail.com>
  • Loading branch information
t1agob committed Feb 14, 2024
1 parent 9a878d5 commit f656e12
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/release-notes/backend.md
Original file line number Diff line number Diff line change
@@ -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.

<img width="1245" alt="image" src="https://github.com/PagerDuty/backstage-plugin-backend/assets/2689939/5893560a-2988-4e9d-ac2a-75e9a7b26d57">

## 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)
Expand Down
2 changes: 1 addition & 1 deletion overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block announce %}
<div>
<p>
<strong>🎉 New release!</strong> <span style="margin-left: 20px;"> Checkout the latest versions for Frontend(<a href="/release-notes/frontend/#090">0.9.0</a>), Backend(<a href="/release-notes/backend/#040">0.4.0</a>) and Common(<a href="/release-notes/common/#010">0.1.0</a>) </span>
<strong>🎉 New release!</strong> <span style="margin-left: 20px;"> Checkout the latest versions for Frontend(<a href="/release-notes/frontend/#090">0.9.0</a>), Backend(<a href="/release-notes/backend/#041">0.4.1</a>) and Common(<a href="/release-notes/common/#010">0.1.0</a>) </span>
</p>
</div>
{% endblock %}

0 comments on commit f656e12

Please sign in to comment.