Skip to content

v1.10.1 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 13:46
· 38 commits to refs/heads/master since this release
da49ec9

Changes

🚀 Features

  • [36] Automatically enter code when aws sso login @Franr (#188)
    • The SSO login code no longer needs to be copied over to the browser, now Leverage does it for the user, simplifying the authentication process.
  • [196] SSO login: fallback link @Franr (#203)
    • In case the browser launch were to fail during the SSO authentication process, Leverage prints the login URL so the user can have a backup option.
  • [196] SSO login: feedback @Franr (#204)
    • Small clarification over the message printed for the backup SSO login URL.
  • #191 Feature | Leverage created files ownership @Franr (#195)
    • Previously all files generated within the Leverage container retained the root ownership. This created issues when users wanted to use plain Terraform or other tools that made use of these files. From now on, all files are made to be owned by the user, giving more flexibility to work with them.
  • [205] Push pre-releases builds to the official pypi @Franr (#206)
    • Pre-release verions are no longer pushed to the Test PyPI index but rather PyPI's, making them more easily available.
  • [192] Code format & style w/ Black @Franr (#194)
    • Black is adopted as code formatter and style is enforced across the codebase.
  • renaming github workflows files and the actions names in order to be … @exequielrafaela (#198)
    • Github workflows renaming for clarity.

🐛 Bug Fixes

  • fix super-class initialization @Franr (#201)
    • Fix initialization for ExitError class