Skip to content

v0.5.18

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 22:57
· 1205 commits to main since this release

Issues | Pull Requests | v0.5.17...v0.5.18 | Base revision

Features

#511 #516 tfmigrate-plan: Support testing with Conftest

This update doesn't affect if Conftest isn't used.

In the job tfmigrate-plan, conftest test wasn't run so violated change could be missed.
This update fixes tfmigrate-plan to run contest test after running tfmigrate plan.

For this change, we use tfmigrate plan's --out option.
This option was deprecated, but the deprecation was reverted.

So there is no problem to use this option.

This screenshot shows the case that tfmigrate plan passed but contest test failed.

image