Skip to content

Releases: paraterraform/para

0.4.3 - 2019-09-09

09 Sep 16:26
Compare
Choose a tag to compare

Fixed

  • Added missing flag for specifying desired Terragrunt version

0.4.2 - 2019-07-23

24 Jul 01:10
Compare
Choose a tag to compare

Fixed

  • Output for plugin dir path
  • Avoid race conditions in signal forwarding
  • Ensure cleanup executed when para is interrupted
  • Avoid race conditions while reading files

0.4.1 - 2019-07-19

20 Jul 03:19
Compare
Choose a tag to compare

Fixed

  • IO errors with concurrent open/close operations for same files

0.4.0 - 2019-07-19

19 Jul 05:31
Compare
Choose a tag to compare

Added

  • Auto-unmount stale FUSE mounts over well-known plugin dirs
  • PID-based lock next to plugins dir so that we can clean screwed FUSE with more confidence

0.3.2 - 2019-07-10

10 Jul 20:16
Compare
Choose a tag to compare

Fixed

  • Mount FUSE even if plugin dir is not empty

0.3.1 - 2019-06-22

22 Jun 04:27
Compare
Choose a tag to compare

Fixed

  • Failure when extracting plugin archives with directories inside

0.3.0 - 2019-06-18

18 Jun 04:12
Compare
Choose a tag to compare

Changed

  • Para would verify digests of archives before extracting them rather than checking it on the file extracted from it

Added

  • Automatically download Terraform when it's not present
  • Automatically download Terragrunt when it's not present
  • Enabled FUSE async read

Fixed

  • FUSE: Plugin dir root no longer returns valid info for anything except valid platform dirs

0.2.1 - 2019-06-13

14 Jun 21:23
Compare
Choose a tag to compare

Fixed

  • index cache not being refreshed even if it's older that the refresh interval
  • failed to read provider plugin ...: input/output error on Linux due to improper handling of EOF

0.2.0 - 2019-06-13

14 Jun 04:06
Compare
Choose a tag to compare

Changed

  • When extracting archives, look for the 1st file that has prefix terraform- in its base name

0.1.0 - 2019-06-13

14 Jun 03:28
Compare
Choose a tag to compare

Added

  • Initial implementation