Skip to content

Releases: Systanics/CloudGlance

0.0.131

07 Apr 19:19
Compare
Choose a tag to compare

💫 Enhancements

  • Assume Role improvements, close #31
    • You can now specify duration_seconds up to 43200 seconds (12 hours)
      image

    • When doing MFA, you have the option to either:

      1. Role chain by first using GetSessionToken (attached MFA here) then AssumeRole. This was the default up until now to ensure the aws:MultiFactorAuthPresent IAM flag is set. It limited the role duration to 1 hour.
      2. AssumeRole without first doing GetSessionToken. This does not limit the session duration but it also does not add the aws:MultiFactorAuthPresent IAM flag.

      The info text next to the new MFA Option describes it as:

      This option will attach the MFA details to GetSessionToken before calling AssumeRole so that IAM policies that checks the aws:MultiFactorAuthPresent condition passes. This is called role chaining and limits the session to a maximum of 1 hour.

      image

0.0.130

01 Apr 09:22
Compare
Choose a tag to compare

🧹 Chores

  • Dependency update, small reduction in memory footprint

0.0.122

21 Mar 19:26
Compare
Choose a tag to compare

💫 Enhancements

  • Improved initial onboarding flow and installed program path discovery

🧹 Chores

  • Changed the CloudFormation Icon
  • Update all icons to the latest

🐛 Bugs

  • State is now kept when moving between windows
  • App now closes on MacOS when the window closes

0.0.121

21 Jul 05:01
Compare
Choose a tag to compare

🐛 Bug fixes

  • Do not re-prompt confirmation of SSO token usage, closes #25

0.0.117

17 Feb 06:06
Compare
Choose a tag to compare

💫 Enhancements

  • Various CloudFormation improvements.
  • Added a search on the AWS view. You can search by group, profile, bookmark or AWS service.

image

  • Improved creating Cloud Glance Profiles and assigning them to a group from existing AWS Profiles Closes #7

image

image

image

0.0.116

13 Feb 10:09
Compare
Choose a tag to compare
0.0.116 Pre-release
Pre-release
v0.0.116

Update README with YT video image

0.0.114

06 Feb 04:31
Compare
Choose a tag to compare

💫 Enhancements

  • Search input fields on CloudFormation view, closes #21
  • Move and Copy profiles, closes #19

image
image

Which can be found under the profile context menu by Right-Clicking on the profile OR under the new settings button when you edit a profile.
image
image

🐛 Bug fixes

  • When re-adding a profile to another group, the profile dialog gets stuck, closes #24
  • Small CSS issues

0.0.113

24 Jan 19:04
Compare
Choose a tag to compare

🚀 Feature

New Multi-account and multi-region CloudFormation view

Search and view all your CloudFormation Stacks in a single view irrespective of account or region. Save time by not scrolling through pages and pages of events when using Cloud Glance's unique stack events view. Events are grouped by deployment and surface the first error alongside the final stack status.

bound_cfn3

🐛 Bug fixes

  • Opening links in the browser failed after 15 minutes with an auth error if you started a session ( clicked on the play button) without clicking on a link to open in the browser when the session was created the first time.

0.0.112

06 Jan 05:42
Compare
Choose a tag to compare

💫 Enhancements

  • New Color setting for Profiles.
  • New Icon setting for a Configuration. Closes #9

01_icons_and_colors
02_colors
03_configs
04_config_images

🛠️ Chores

  • Changed the copy of the Personal/Team configuration and also reduced complexity by enforcing 1 config per file.

0.0.110

30 Dec 10:55
Compare
Choose a tag to compare

🛠️ Chores

  • Dependency update