Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Releases: iterative/tpi

tpi v2.1.0 alpha

15 Oct 10:07
b80ed24
Compare
Choose a tag to compare
  • 🎉 add state_mv method (#13 <- #12)
  • 🛠️ add tests

tpi v2.0.0 alpha

12 Oct 11:36
fc779c4
Compare
Choose a tag to compare
  • 🔧 drop make_tf contextmanager
  • 🔧 use single working_dir per instance instead of nesting by resource name (#17 <- #15)
  • 🔧 make default_resource public
  • 🛠️ update tests

tpi v1.2.1 alpha

01 Oct 15:47
4188d71
Compare
Choose a tag to compare
  • 🔧 quicker startup if terraform binary already exists (#16 <- #14)

tpi v1.2.0 alpha

14 Sep 12:24
c7259a8
Compare
Choose a tag to compare
  • 🎉 add metadata support (#10)
  • 🔧 make ssh optional (#7)
  • 🔧 simplify ssh dependencies (#11)
  • 🛠️ misc metadata & tests updates (#8)

tpi v1.1.0 alpha

08 Sep 09:52
cc2683e
Compare
Choose a tag to compare
  • fix resource name in HCL template (#6)

tpi v1.0.0 alpha

08 Sep 09:19
b927da8
Compare
Choose a tag to compare
  • drop separate ABC (#5 <- #4)

tpi v0.1.0 alpha

07 Sep 16:06
efb6d9b
Compare
Choose a tag to compare
  • use default ssh client when available (#2)
  • update tests