Skip to content

Releases: cloud-custodian/pytest-terraform

0.7.0

21 May 17:01
6847de1
Compare
Choose a tag to compare

What's Changed

support open tofu automatically via auto detect binary, and prefer to terraform. specify --tf-bin-path

  • releng - use codecov action to get rate limit help by @kapilt in #69
  • Check for tofu binary in path by @iokiwi in #68
  • releng - increment version for release by @kapilt in #70

New Contributors

Full Changelog: v0.6.6...v0.7.0

0.6.6

20 Jun 19:51
667e360
Compare
Choose a tag to compare

What's Changed

  • If apply fails, attempt to run destroy by @baolsen in #58
  • fix,feat: shared plugin cache dir is a no-op, only selected tests are tracked for fixture cleanup, hide debug output behind a flag by @kapilt in #66
  • releng - update deps by @kapilt in #64

New Contributors

Full Changelog: v0.6.4...v0.6.6

0.6.4

01 Sep 13:57
2c4e418
Compare
Choose a tag to compare

What's Changed

  • release eng fixes from 0.6.3 / 0.6.2 to align in source version with tag and release version.
  • release eng fix on automated pypi releases

0.6.3

01 Sep 13:45
277f233
Compare
Choose a tag to compare

What's Changed

  • releng - prepare 0.6.2 release by @kapilt in #51
  • Use the name parameter as the name of the fixture by @yanongena in #50

New Contributors

Full Changelog: 0.6.1...v0.6.3

0.6.1

17 Jan 13:41
adeacc7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

10 Nov 01:55
7f7a4fd
Compare
Choose a tag to compare

What's Changed

  • feat: expose working dir off test resources api when running live by @kapilt in #44
  • chore: update deps by @kapilt in #45

Full Changelog: 0.5.3...0.6.0

0.5.3

25 Apr 13:15
6d3ac3b
Compare
Choose a tag to compare
  • improve output on terraform error #33
  • cross platform terraform binary lookup #41
  • update docs

0.5.2

20 Oct 17:29
d3e4d90
Compare
Choose a tag to compare

Bug fixes

  • adds pytest-xdist as dependency (#29)

0.5.1

18 Sep 23:27
760efee
Compare
Choose a tag to compare

Bug fixes

  • modify_state hook should operate on a copy of state (#27)

0.5.0

10 Sep 15:41
a78ff84
Compare
Choose a tag to compare

Features

  • add teardown options to terraform fixture (#24)
  • tests using terraform decorator get a terraform mark (#25)