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

Releases: superblk/terve

v0.8.0

14 Jul 18:41
78d631e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

19 Mar 23:17
b377378
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1

09 Oct 19:07
724787a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

11 Aug 18:53
53655f8
Compare
Choose a tag to compare

Changes

  • Adds which action that prints selected terraform/terragrunt version
    • Upgrade note: since the selected version string is now stored in a file, you need to select a version once, before the which action prints anything

v0.6.0-beta.2

10 Aug 18:35
e1403da
Compare
Choose a tag to compare
v0.6.0-beta.2 Pre-release
Pre-release

Changes

  • Refactors which action implementation

v0.6.0-beta.1

01 Aug 21:05
4fe8cfe
Compare
Choose a tag to compare
v0.6.0-beta.1 Pre-release
Pre-release

Changes

Which action support

v0.5.2

28 Jul 22:03
3d965f6
Compare
Choose a tag to compare

Changes

  • Makes stdout/stderr printing more unix-y in case of a broken pipe: #24

v0.5.1

26 Jul 21:59
7dd7422
Compare
Choose a tag to compare

Changes

  • Fixes terragrunt install for versions < 0.18.1: #23

v0.5.0

22 Jul 18:21
5005f11
Compare
Choose a tag to compare

Changes

  • Adds support/build for arm64 architecture (currently only Linux)
  • Build is adjusted for stable Rust tier 1 targets, linking to glibc instead of musl
  • OpenSSL is no longer statically linked in the binary (security)
  • Documentation and dependency updates

v0.5.0-beta.1+2

21 Jul 20:00
5005f11
Compare
Choose a tag to compare
v0.5.0-beta.1+2 Pre-release
Pre-release

Re-build using updated linux arm64 runner