Skip to content

Commit

Permalink
Merge pull request #237 from tilfinltd/release/2-3-0
Browse files Browse the repository at this point in the history
Release 2.3.0
  • Loading branch information
tilfin committed Jan 10, 2022
2 parents b705b98 + c820738 commit 62a0dfe
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

## 2.3.0 (2022/01/11)

- Implement 'Sign-in endpoint in current region' setting (Experimental, Supporters only)
- Fix how to get sign-in endpoint from AWS Console page
- Fix that switching sometimes fails on new experience pages

## 2.2.0 (2021/09/25)

- Support 'role_name' parameter that expresses the name of role at login, on base account (thanks to @AKoetsier)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Please check **Request for Contact Information** in https://github.com/sponsors/

Extend your AWS IAM switching roles by Chrome extension, Firefox add-on, or Edge add-on

Switch roll history only stores the last 5 roles (maximum) on the AWS Management Console.
Switch role history only stores the last 5 roles (maximum) on the AWS Management Console.
This extension shows a menu of switchable roles that you can configure manually.

- Supports the Sync feature on all sorts of browsers
Expand Down Expand Up @@ -158,6 +158,7 @@ The 'Show only matching roles' setting is for use with more sophisticated accoun

- **Hide account id** hides the account_id for each profile.
- **Show only matching roles** filters to only show profiles with roles that match your role in your master account.
- **Sign-in endpoint in current region (Experimental, Supporters only)** instead of *signin.aws.amazon.com* when you browse a non-global page in AWS Management Console. For those working geographically far from Virginia, the switch role may be a little faster.
- ~~**Automatically assume last assumed role (Experimental)** automatically assumes last assumed role on the next sign-in if did not back to the base account and signed out.~~ **temporarily disabled**
- **Configuration storage** specifies which storage to save to. 'Sync' can automatically share it between browsers with your account but cannot store many profiles. 'Local' is the exact opposite of 'Sync.'

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": "2.2.0",
"version": "2.3.0",
"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": "2.2.0",
"version": "2.3.0",
"description": "Extend your AWS IAM switching roles by Chrome extension",
"main": "index.js",
"directories": {
Expand Down
1 change: 0 additions & 1 deletion supporters.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ <h2>Points to be checked</h2>
<li>It does not provide individual supports for your issues of AESR.</li>
<li>It does not grant a commercial license of AESR.</li>
<li>It does not affect the feature implementation or maintenance advantages of AESR whatsoever.</li>
<li>It does not make any additional features of AESR available.</li>
</ul>
</section>

Expand Down
11 changes: 10 additions & 1 deletion updated.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,18 @@
</head>
<body>
<h1 style="margin:0">AWS Extend Switch Roles - Update Notice</h1>
<p style="font-size: 125%">New version <strong>2.2.0</strong></p>

<section>
<h2>2.3.0 &nbsp;<span style="color: rgb(221, 63, 0)">New version!</span></h2>
<ul>
<li><b>Implement 'Sign-in endpoint in current region' setting (Experimental, Supporters only)</b><br>
The 'Switch role' requests to the sign-in endpoint in the current region instead of <i>signin.aws.amazon.com</i> when you browse a non-global page in AWS Management Console.
For those working geographically far from Virginia, the switch roll may be a little faster.
</li>
<li>Fix how to get sign-in endpoint from AWS Console page</li>
<li>Fix that switching sometimes fails on new experience pages</li>
</ul>
<hr>
<h2>2.2.0</h2>
<ul>
<li><b>Support 'role_name' parameter that expresses the name of role at login, on base account</b></li>
Expand Down

0 comments on commit 62a0dfe

Please sign in to comment.