From ed02e628f937d7c450e5734aeeea8ae8abe26336 Mon Sep 17 00:00:00 2001 From: Toshimitsu Takahashi Date: Sat, 19 Nov 2022 18:23:36 +0900 Subject: [PATCH] release 2.3.2 --- CHANGELOG.md | 8 ++++++++ manifest.json | 2 +- options.html | 5 +++-- package.json | 2 +- updated.html | 28 +++++++++++++++++++++++++++- 5 files changed, 40 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cecb708..065d524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +## 2.3.2 (2022/11/20) + +- Truncate the display name when the length exceeds the limit (thanks to @samhpickering) +- Fix the browser console error when the popup menu is closed +- Updating the target AWS console URLs, support new health dashboard and LightSail +- Support 'aws_account_alias' parameter on base account +- Suppress outputing an error in a browser dev tool when the option page is opened + ## 2.3.1 (2022/01/30) - Fix that 'Sign-in endpoint in current region' breaks a switch role on some page like Chatbot diff --git a/manifest.json b/manifest.json index a067832..09dc83b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.3.1", + "version": "2.3.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", diff --git a/options.html b/options.html index b438f0e..b6b7500 100644 --- a/options.html +++ b/options.html @@ -162,7 +162,7 @@

Complex Configuration

More complex configurations involve multiple AWS accounts and/or organizations.

 [organization1]
-aws_account_id = your-account-alias
+aws_account_id = 000011112222
+aws_account_alias = your-account-alias
 
 [Org1-Account1-Role1]
 role_arn = arn:aws:iam::123456789012:role/Role1
diff --git a/package.json b/package.json
index a04c1ba..b6c61e4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "aws-extend-switch-roles",
-  "version": "2.3.1",
+  "version": "2.3.2",
   "description": "Extend your AWS IAM switching roles by Chrome extension",
   "main": "index.js",
   "directories": {
diff --git a/updated.html b/updated.html
index 834ba6c..b913031 100644
--- a/updated.html
+++ b/updated.html
@@ -25,6 +25,13 @@
   section p { text-indent: .25em }
   ul > li { padding-left: .25em; }
   ol > li { padding-left: .5em }
+  blockquote {
+    border: 1px solid #666;
+    white-space: pre-line;
+    width: 22em;
+    padding: .4em .7em;
+    margin: 1em 4em;
+  }
   
 
 
@@ -32,6 +39,17 @@ 

AWS Extend Switch Roles - Update Notice

Recent main updates

+

'aws_account_alias' parameter

+

+ Previously, when you logged in your account alias, you had to set the alias to 'aws_account_id', + but now you can specify both the account ID and the alias with 'aws_account_alias'. + This will ensure that the target profiles are displayed regardless of whether you log in the account ID or the alias. +

+
[organization1] + aws_account_id = 000011112222 + aws_account_alias = your-account-alias +
+

'Sign-in endpoint in current region' setting (Experimental, Supporters only)

The 'Switch role' requests to the sign-in endpoint in the current region instead of signin.aws.amazon.com when you browse a non-global page in AWS Management Console. @@ -40,7 +58,15 @@

'Sign-in endpoint in current region' setting (Experimental, Supporters only)
-

2.3.1 New version!

+

2.3.2 New version!

+
    +
  • Truncate the display name when the length exceeds the limit
  • +
  • Fix the browser console error when the popup menu is closed
  • +
  • Updating the target AWS console URLs, support new health dashboard and LightSail
  • +
  • Support 'aws_account_alias' parameter on base account
  • +
+ +

2.3.1

  • Fix that 'Sign-in endpoint in current region' breaks a switch role on some page like Chatbot
  • Fix that the icon's background becomes gray if it is transparent