Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.6.0 - 2020-06-28

Added

  • Add a function to manage users and groups. #24

0.5.0 - 2020-06-20

Added

  • Add interpolation functions to mitigate terraformpy bugs. #19

0.4.0 - 2020-05-09

Added

  • Add a command to list available stacks and their environments. #14

  • Add a command to regenerate all the stacks. #15

0.3.0 - 2020-05-01

Added

  • Add logging support to the application. #10

Fixed

  • Fix the stack lookup problem where all the stacks were loaded instead of only the stacks of a specific project. #11

0.2.0 - 2020-04-26

Added

  • Add support to handle multiple stacks in one project. #8

Fixed

  • Ignore empty yml files. #8

0.1.0 - 2020-04-22

First usable version of the project.