Skip to content

Releases: Noovolari/leapp

v0.5.3

11 May 11:18
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.3 (2021-05-11)

Features

  • updater system has been completely rewritten from scratch with the ability to manually install a new update without letting Leapp install it on your behalf. If someone prefers to stick to a specific version, it can be done, by using the "remind me later" button, which mute update notifications until the next release. (8e755e1)

v0.5.2

30 Apr 12:25
Compare
Choose a tag to compare

Changelog

Bugfixes

#116: AWS truster account can be created from plain with a clean configuration file
#110: AWS truster accounts can be created from plain accounts
#103: Back button is now available in all steps of creation process
#101: Filter are maintained when refreshing session list
#95: URL referrals can now be used for AWS Single Sign-On
#89: AWS Account number & role ARN can be copied correctly

v0.5.1

26 Apr 09:58
Compare
Choose a tag to compare

Reverted to code of v0.4.6 because of bugs introduced in credentials refresh.
Bumped version to 0.5.1 to avoid issues with auto-updater.

v0.5.0

22 Apr 08:43
Compare
Choose a tag to compare

Changelog

Bugfixes

#110: Solved problem in assuming cross-account AWS Roles, comes with #109 and #107
#109: Fixed missing profile name in the credential file
#108, #105: AWS Single Sign-On session now deactivate automatically after a timeout
#107: AWS Plain session now change the profile correctly
#104: Fixed bug in AWS Single Sign-On provisioning sessions method
#103: Added Back button in session creation to go back to the Home screen
#101: Leaving the query string in searchbar, keep the filter applied
#95: Added support for referrals as AWS Single Sign-On URLs

v0.4.7

14 Apr 14:40
Compare
Choose a tag to compare

Changelog

Bugfixes

#89 Fixed bug in copy Account Number, thanks to @alancape
#87 Added search bar in AWS System Manager
#82 Improved filter functionality
#90 Fixed Federated Login every day with AWS Single Sing-On
#99 Fixed 2-factor problem with AWS Single Sign-On and Okta
#100 Solved
#102 Solved with AWS Single Sign-On in the default browser window

Features

#71 Added AWS Single Sign-On Login in the browser, thanks to @hoegertn
#56 Show instance name in SSM
#79 Named profiles

Enhancements

completely isolated sessions in electron webviews
removed unwanted emit calls for better CPU management
generic quality of life enhancement on various files

v0.4.6

26 Feb 10:20
ed2cc0f
Compare
Choose a tag to compare

Changelog

v0.4.5

22 Feb 13:10
Compare
Choose a tag to compare

Changelog

  • Multi Identity Provider management: ability to use more than one Identity Provider when creating sessions. Every Identity Provider obtains its partition inside Leapp cache so the app can remember the access until the token expires. #77
  • Added back button during account creation #41
  • Added pagination on AWS SSO role retrieval: now Leapp can retrieve more than 100 roles per account #57
  • Added ability to search accounts by Account Number, Account Name, Role, Idp Url, Tenant Id, Subscription Id, Username in the list view #55
  • Better logout method to work with multi IdP

v0.4.4

17 Feb 12:03
Compare
Choose a tag to compare

Changelist

Fixed #57 with the pull request, need test with a large number of accounts.

v0.4.3

08 Feb 15:15
Compare
Choose a tag to compare

Changelog

  • Create Truster Account from AWS SSO account. (#66)
  • Added default Region (AWS) and Location (Azure) in option panel.
  • Added Region and Location selection support for sessions: it can be changed for both active and inactive sessions. (#69, #16, #23)
  • Improved sync method for AWS SSO to keep selected regions.
  • Ability to choose from different roles when creating a new Truster Account.
  • Improved UI to show current region for every session.
  • More safe remove session method.

v0.4.2

25 Jan 13:38
Compare
Choose a tag to compare

Changelog:

  • Added Content-Security-Policy meta in index.html which prevent malicious URL to be called, and limit execution of, js, css, font loading to those contained in the solution
  • Updated to electron 10.0.3
  • Added worldSafeExecuteJavaScript: true in main.ts to adhere to https://www.electronjs.org/docs/tutorial/security
  • Corrected a bug which prevented correct credential refresh in some cases
  • Fixed typo in logger in aws sso strategy
  • Added alphabetical order in AWS SSO when adding accounts for the first time #58
  • Added an isolation context for sessions when opening a new Browser Window for both AWS SSO and Google login screens #65
  • Removed unused comments