Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

39 lines (29 loc) · 1.53 KB

Changelog

All notable changes to this project will be documented in this file. This project tries to adhere to Semantic Versioning.

[0.3.3] - 2023-06-21

  • #12 Fix compatibility with latest terraspace

[0.3.2] - 2022-10-19

  • #10 Fix for 'detect_type' failing when Dir.pwd returns a path without trailing slash
  • clear logs
  • require ruby 2.6+

[0.3.1] - 2021-12-29

  • #8 provider autodetection

[0.3.0] - 2021-07-26

  • #5 Improvements
  • detect module or stack type so module specs can be written
  • better organize internal ts helper methods to concerns
  • improve config folder copy so it overwrites existing files instead of blowing away folder
  • improve starter boilerplate templates
  • clean up reconfigure logging and auto call it

[0.2.3] - 2021-05-31

  • #4 fix module test generator

[0.2.2] - 2020-11-17

  • fix outputs helper and templates

[0.2.1] - 2020-11-16

  • #3 add config terraform provider template for azure test

[0.2.0] - 2020-11-15

  • #2 stack test like module test template, reconfigure logger
  • stack test like module test template, reconfigure logger

[0.1.0]

  • Initial release