Skip to content

Commit

Permalink
docs: backend version 0.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Barbosa <[email protected]>
  • Loading branch information
t1agob committed Jul 23, 2024
1 parent 99d68ba commit 0b9e3c5
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.8.2

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

### Summary

This release fixes some potential issues with JSON.parse on unsafe parameters that can lead to unexpected exceptions.

### Changes

- chore: refactor JSON.parse usage on unsafe code

### Dependencies

- `@pagerduty/backstage-plugin-common: 0.2.0`

## > 0.8.1

[GitHub release](https://github.com/PagerDuty/backstage-plugin-backend/releases/tag/0.8.1)
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="/backstage-plugin-docs/release-notes/frontend/#0140">0.14.0</a>), Backend(<a href="/backstage-plugin-docs/release-notes/backend/#081">0.8.1</a>), Common(<a href="/backstage-plugin-docs/release-notes/common/#020">0.2.0</a>), Scaffolder Actions(<a href="/backstage-plugin-docs/release-notes/scaffolder-actions/#021">0.2.1</a>) and Entity Processor(<a href="/backstage-plugin-docs/release-notes/entity-processor/#021">0.2.1</a>) </span>
<strong>🎉 New release!</strong> <span style="margin-left: 20px;"> Checkout the latest versions for Frontend(<a href="/backstage-plugin-docs/release-notes/frontend/#0140">0.14.0</a>), Backend(<a href="/backstage-plugin-docs/release-notes/backend/#082">0.8.2</a>), Common(<a href="/backstage-plugin-docs/release-notes/common/#020">0.2.0</a>), Scaffolder Actions(<a href="/backstage-plugin-docs/release-notes/scaffolder-actions/#021">0.2.1</a>) and Entity Processor(<a href="/backstage-plugin-docs/release-notes/entity-processor/#021">0.2.1</a>) </span>
</p>
</div>
{% endblock %}

0 comments on commit 0b9e3c5

Please sign in to comment.