Skip to content

Commit

Permalink
release backend 0.4.6
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Barbosa <[email protected]>
  • Loading branch information
t1agob committed Mar 15, 2024
1 parent 0351200 commit 651aef6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/release-notes/backend.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release notes for Backend plugin

## > 0.4.6

[GitHub release](https://github.com/PagerDuty/backstage-plugin-backend/releases/tag/0.4.6)

### Summary

Release `0.4.6` replaces global `fetch` with `node-fetch` library as recommended by Backstage on [ADR013](https://backstage.io/docs/architecture-decisions/adrs-adr013).

This standardizes on the HTTP package used by the backend plugin and solves issue [#37](https://github.com/PagerDuty/backstage-plugin-backend/issues/37) that prevents HTTP calls to succeed behind a proxy - used in many organizations. This introduces no changes to existing plugin users except for the ones experiencing the behaviour on [#37](https://github.com/PagerDuty/backstage-plugin-backend/issues/37).

Also fixes a security vulnerability by bumping up version of `jose` from 4.15.4 to 4.15.5.

### Changes

- fix: replace fetch with node-fetch to comply with ADR013
- build(deps): Bump jose from 4.15.4 to 4.15.5

## > 0.4.5

[GitHub release](https://github.com/PagerDuty/backstage-plugin-backend/releases/tag/0.4.5)
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/#093">0.9.3</a>), Backend(<a href="/release-notes/backend/#045">0.4.5</a>) and Common(<a href="/release-notes/common/#011">0.1.1</a>) </span>
<strong>🎉 New release!</strong> <span style="margin-left: 20px;"> Checkout the latest versions for Frontend(<a href="/release-notes/frontend/#093">0.9.3</a>), Backend(<a href="/release-notes/backend/#046">0.4.6</a>) and Common(<a href="/release-notes/common/#011">0.1.1</a>) </span>
</p>
</div>
{% endblock %}

0 comments on commit 651aef6

Please sign in to comment.