Skip to content

v1.8.0 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 18:22

Changes

🚀 Features

  • Feature | Job to test Leverage CLI against Ref Arch (II) @juanmatias (#133)
    • Leverage CLI is tested against the Refarch to ensure integration
  • ISSUE-113 updated toolbox image name and version @juanmatias (#124)
    • a new image is used as the Toolbox backend for Leverage CLI

🐛 Bug Fixes

  • HOTFIX sso expiration time calculation fixed @juanmatias (#132)
    • Fixed the way to calculate the sso token expiration time
  • ISSUE-111 added option for bootstrap credentials @juanmatias (#127)
    • When bootstrapping the infra, Leverage uses bootstrap credentials, this fix adds this scenario to the internal checks
  • ISSUE-128 Pulling image step wrapped in a try-except block @juanmatias (#129)
    • Pulling toolbox-image step is wrapped in a try block to catch the error when the image is not found