Skip to content

v1.14.0 🌈

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 18:44
1160874

🚀 Features

  • The flags for task listing and setting the task definitions file now live within the run command and not the root of leverage.
  • Feature | [BV-267] Make sure .gitconfig is always present @Franr (#295)
    • If leverage does not find the needed .gitconfig file it will create it for the user.
  • Feature | [BV-599] Kubeconfig helper @Franr (#281)

🐛 Bug Fixes

  • Bug | Catch and handle HCL parsing errors @Franr (#296)
    • Leverage no longer crashes showing a long stack trace whenever a config.tf or locals.tf file has malformed syntax. A more friendly message is shown.
  • Bug | BL-276 | Copy symlinks for common-variables.tf @Franr (#297)
    • When creating a new project, Leverage now respects symlinks in the template instead of just copying the original file.
  • Bug | Catch error for not found/forbidden role @angelofenoglio (#288)
    • If for some reason the AWS config files were created such that Leverage attempts to assume for which the user has no permission. It will now show an error message instead of just crashing.

Enhancements & Changes

📝 Version Compatibility