Skip to content

v0.3.1

Latest
Compare
Choose a tag to compare
@invidian invidian released this 03 Feb 13:58
· 2 commits to master since this release
v0.3.1
e025eba

Added

  • Added CI using GitHub Actions.

Changed

  • Go 1.17 is now used for building.
  • Exlucuded darwin/arm, freebsd/arm64, windows/arm and windows/arm64 platforms from
    release builds to speed up the release process, as they are not officially supported by
    either Terraform itself or Terraform Registry.

Fixed

  • Fixed all issues found by linter.

New Contributors