Skip to content

Commit

Permalink
Release v5.0.2 (#354)
Browse files Browse the repository at this point in the history
* bump version
* update release notes
  • Loading branch information
tilfin authored Oct 27, 2024
1 parent aadf7d5 commit b5459a9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

## 5.0.2 (2024/10/27)

- Fix to highlight the relevant part when validation fails in the configuration textarea (thanks to @brandonkgarner)
- Fix **Show only matching roles** when target role ARN has a path (thanks to @dblackhall-tyro)

## 5.0.1 (2024/04/07)

- Add support for remote retrieval of user configurations through [AESR Config Hub](https://aesr.dev/)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "AWS Extend Switch Roles",
"description": "Extend your AWS IAM switching roles. You can set the configuration like aws config format",
"short_name": "Extend SwitchRole",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-extend-switch-roles",
"version": "5.0.1",
"version": "5.0.2",
"description": "Extend your AWS IAM switching roles by Chrome extension",
"main": "index.js",
"directories": {
Expand Down
8 changes: 7 additions & 1 deletion src/updated.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,13 @@ <h3>'Sign-in endpoint in current region' setting (Experimental, Supporters only)

<hr style="margin:18px 0">

<h2>5.0.1 <span style="margin-left:0.75em; color:rgb(221, 63, 0)">New version!</span></h2>
<h2>5.0.2 <span style="margin-left:0.75em; color:rgb(221, 63, 0)">New version!</span></h2>
<ul>
<li>Fix to highlight the relevant part when validation fails in the configuration textarea</li>
<li>Fix <b>Show only matching roles</b> when target role ARN has a path</li>
</ul>

<h2>5.0.1</h2>
<ul>
<li>Add support for remote retrieval of user configurations through <a href="https://aesr.dev/" target="_blank"><b>AESR Config Hub</b></a>, facilitating dynamic configuration management.</li>
</ul>
Expand Down

0 comments on commit b5459a9

Please sign in to comment.