Skip to content

Releases: Noovolari/leapp

v0.4.1

18 Jan 14:39
Compare
Choose a tag to compare

Changelog

  • Fixed bug #57
  • Fixed bug #61
  • Fixed bug #45
  • Now instance name is shown instead of instance-id in SSM instances list, as described in #56

v0.4.0

13 Jan 09:48
Compare
Choose a tag to compare

Changelog

  • Added support to AWS SSO. Now it is possible to log in to AWS SSO directly from Leapp by providing Portal URL and the region in which AWS SSO was configured. Leapp will retrieve AWS Organization's accounts and roles, based on the User's permission. That list is presented in a flat way inside Leapp, and can be re-synced. By clicking a Leapp's Session card - associated with a specific role - new short-lived credentials are generated inside ~/.aws/credentials file. For more information, refer to the Wiki.

  • Fixed bug that prevents Windows and Linux to connect to SSM.

  • Fixed Windows certificate sign issue. Now Windows executable is properly signed and recognized as trusted.

  • Converted all Promises to Observables to adhere to RxJS/Angular standards.

  • Generic bug fixing and overall refactoring.

v0.3.4

11 Dec 15:42
Compare
Choose a tag to compare

Changelog

  • Solved memory leak due to duplication of Electron secondary BrowserWindows
  • Prevented DevTools to show up in production mode

v0.3.3

01 Dec 10:47
Compare
Choose a tag to compare

Changelog

  • Fixed credentials refresh bug: after 20 minutes, i.e. the Session Duration, Truster Accounts credentials were not refreshed properly. In particular, the parent Plain Account's temporary credentials were associated with the Truster one. Now, newly generated temporary credentials correspond to the Truster Account.

v0.3.2

18 Nov 15:48
Compare
Choose a tag to compare

Changelog

  • MFA now stores refresh token to prevent showing the dialog again until the session is over.
  • When MFA enabled Plain Account is edited, both Plain Account and relative Truster Accounts session tokens will be removed from the Vault.
  • Fixed Device Serial Number not being imported correctly for truster jump.
  • Fixed modals not closing before being called more than one time and not closed by users.
  • Added a small UX fix: in SSM window now users have visual feedback of system loading SSM session in terminal.
  • Fixed temporary credentials generation by region.
  • Revamped app auto-updater.

v0.3.1

04 Nov 17:01
Compare
Choose a tag to compare

** Changelog **

  • Fixed whitescreen for issue #39

v0.3.0

02 Nov 17:39
Compare
Choose a tag to compare

Changelog

New Features

  • MFA : possibility to add MFA device (both real or through app authenticator) for AWS accounts and role.
  • Proxy access: ability to setup a http/https proxy connection for in-app requests.
  • Logging: now Leapp contains detailed logging, please see README for log locations on various OS.
  • Edit plain Account: Leapp now provides a way to edit a plain account, more accounts to edit soon (thanks @ryands17 for helping in the feature).

Bugfixes & Improvements

Some general bug fixing in particular:

  • Added SSM loading bugfix and meaningful error messages
  • Adding constants.ts in core to manage all constants
  • Added error message on double jump fail
  • Change timeout for http connections from 30s to 10s
  • Added confirm dialog for restarting after proxy configuration

v0.2.7

22 Oct 10:55
Compare
Choose a tag to compare

Changelog

Improvements

  • Added AppImage

Features

  • Log system

Bug fix

  • Modified issue template adding Leapp version Added pull request template - c555425
  • Consolidating log calls inside code - 807cdec
  • Added and changed download badge in readme.md - 7b2981f
  • Fixed issue 33: dropdown menu not closing when opening another one - f5a4604
  • Solved issue 34: sidebar menù not opening and closing correctly - 26eb1a6
  • Fixed lag in showing active session dot - 237e677

v0.2.6

10 Oct 14:52
Compare
Choose a tag to compare

Changelog

  • fixed bug causing start-screen to shut the app

v0.2.5

09 Oct 07:55
Compare
Choose a tag to compare

Changelog

  • Modified the system to allow generating only plain and truster AWS account without federated one
  • Removed Alias SSO url as not useful
  • Added some minor tweaks to code to remove unused variables