Skip to content

Releases: hashicorp/ghaction-terraform-provider-release

v5.0.0

20 Jun 12:08
Compare
Choose a tag to compare

BREAKING CHANGES:

  • all: goreleaser-action has been updated to the latest major version, which by default uses GoReleaser v2. Ensure your GoReleaser CLI flags and configurations are v2 compatible before upgrading these workflows. Refer to the GoReleaser deprecations guide for additional information. (#97)

v4.0.1

16 May 19:34
Compare
Choose a tag to compare

NOTES:

  • hashicorp: Adjusted self-hosted runner label to new equivalent to prevent workflow errors after May 27th, 2024 (#93)

v4.0.0

08 May 11:48
Compare
Choose a tag to compare

NOTES:

  • hashicorp: Prevent NodeJS 16 deprecation warnings by upgrading dependencies (#88)

v3.0.1

23 Jan 17:48
Compare
Choose a tag to compare

BUG FIXES:

  • hashicorp: Prevented setup-hc-releases downloads from remaining in working directory (#79)

v3.0.0

19 Jan 10:20
Compare
Choose a tag to compare

BREAKING CHANGES:

  • all: Workflows are now using actions/download-artifact@v4 which is incompatible with actions/upload-artifact@v3. Calling workflows must be upgraded to actions/upload-artifact@v4 when including release notes (#76)

NOTES:

  • hashicorp: Prevent NodeJS 12 deprecation warnings by upgrading hashicorp/setup-signore (#60)

v2.3.0

28 Feb 18:54
Compare
Choose a tag to compare

NOTES:

  • community: Calls to other actions are now version pinned by Git commit rather than tag (#31)
  • hashicorp: Calls to other actions are now version pinned by Git commit rather than tag (#31)
  • community: Replace deprecated goreleaser --rm-dist flag with new --clean flag (#39)
  • hashicorp: Replace deprecated goreleaser --rm-dist flag with new --clean flag (#39)

ENHANCEMENTS:

  • hashicorp: Support self-hosted runners without sudo support (#42)

v2.2.0

06 Jan 15:59
106e6d0
Compare
Choose a tag to compare

ENHANCEMENTS:

  • community: Added setup-go-version-file input for specifying a file path which contains the Go version, such as .go-version or go.mod (#25)
  • community: Added git-ref input for specifying the Git reference for checkout (#26)
  • hashicorp: Added setup-go-version-file input for specifying a file path which contains the Go version, such as .go-version or go.mod (#25)
  • hashicorp: Use product-version input for specifying the Git reference for checkout, which enables releases from non-default branches (#26)