Skip to content

Releases: janritter/terrastate

1.9.0

27 Jun 08:30
Compare
Choose a tag to compare

1.9.0 (2021-06-27)

Features

1.8.0

03 Oct 22:36
Compare
Choose a tag to compare

1.8.0 (2020-10-03)

Features

  • added support for refresh command - closes #37 (686bbc8)

1.7.1

16 Sep 09:34
Compare
Choose a tag to compare

1.7.1 (2020-09-16)

Bug Fixes

  • only append additional terraform args if set (da7fae5)

1.7.0

16 Sep 09:00
Compare
Choose a tag to compare

1.7.0 (2020-09-16)

Features

  • added terraform flag support to apply, plan and destroy (7d3d520)

1.6.2

06 Sep 12:21
Compare
Choose a tag to compare

1.6.2 (2020-09-06)

Performance Improvements

  • rework: changed the output function to work with the new attributes slice (222ea3d)
  • rework: implemented a new creator for the state file which generates the fill fully dynamic instead of a template (20f4bcb)
  • rework: implemented all attributes supported by terraform s3 backend (e77399a)
  • rework: moved everything to interfaces to make it more testable, also made terrastate variables configurable in a central map (2c1fe67)
  • rework: new Process function which iterates through the attribute slice and collects the required information (7b82da3)
  • rework: readded placeholder logic (29da81c)
  • rework: reimplemented the backend specific part, implemented a struct based approach to ease adding of new backends and attributes and to lower the lines of code (b618d3b)
  • rework: remove unnecessary return value from Generate function (258ee8c)
  • rework: replaced errors with os.exit (1bf1a58)
  • rework: using new Generator command of the backend (4d6dd85)

1.6.1

24 Aug 19:28
Compare
Choose a tag to compare

1.6.1 (2020-08-24)

Bug Fixes

  • changed acl to state_acl to match other variables (a43ffa0)

1.6.0

19 Aug 13:17
Compare
Choose a tag to compare

1.6.0 (2020-08-19)

Features

  • added support for s3 acl variable (51a4a6e)

1.5.0

11 May 07:50
Compare
Choose a tag to compare

1.5.0 (2020-05-11)

Features

  • added terraform destroy command through ansible (d4d33b0)
  • support placeholders in all terrastate vars - solves #23 (36c1189)

1.4.0

20 Apr 20:31
Compare
Choose a tag to compare

1.4.0 (2020-04-20)

Bug Fixes

  • fixed wording in parameter not found error message (ff4e0f1)

Features

  • added apply command to run terrastate, terraform init and apply in one single command (f1df564)
  • added plan to call terrastate, terraform init and terraform plan with a single command (cb1cc13)
  • updated dependencies (28ed744)

1.3.1

07 Oct 13:33
Compare
Choose a tag to compare

1.3.1 (2019-10-07)

Bug Fixes

  • Removal of old tfstate failed when file was not existent (e1f109d)