Skip to content

Releases: heroku/terraform-provider-heroku

v5.1.4

15 Sep 18:59
09efd57
Compare
Choose a tag to compare

What's Changed

  • Fix so heroku_review_app_config pipeline_id is set on import by @mars in #343

Full Changelog: v5.1.3...v5.1.4

v5.1.3

09 Sep 16:31
a7ed747
Compare
Choose a tag to compare

What's Changed

  • Document usage & behavior of empty pipelines by @mars in #342

Full Changelog: v5.1.2...v5.1.3

v5.1.2

09 Aug 16:08
14375e6
Compare
Choose a tag to compare

What's Changed

  • Remove erroneous attribute schema optional: true from heroku_app.config_var_values, because this is readonly attribute by @mars in #340

Full Changelog: v5.1.1...v5.1.2

v5.1.1

18 Jul 21:16
98bf7b0
Compare
Choose a tag to compare

What's Changed

  • New release signing key
  • Remove unsupported arch from goreleaser: windows_arm64
  • Increase post-app-create delay from five to ten-seconds, to avoid flapping errors after app creation.

Full Changelog: v5.1.0...v5.1.1

v5.1.0

22 Jun 16:28
9689bea
Compare
Choose a tag to compare

Improvements

  • When a heroku_build fails, query & output the build error by @mars in #338, includes:
    • upgrade Terraform plugin SDK to v2.17.0
    • update Heroku accounts for CI: now using a team email

Full Changelog: v5.0.2...v5.1.0

v5.0.2

01 Apr 01:03
322de38
Compare
Choose a tag to compare

Bug fixes

  • Fix addon create in Private Space by @mars in #335

v5.0.1

22 Feb 00:59
f6877e1
Compare
Choose a tag to compare

Correct the documentation for Upgrading v4 to v5: Replace heroku_app data source.

v5.0.0

15 Feb 16:01
5d9a896
Compare
Choose a tag to compare

Apps by ID

All heroku_app state & attribute references are now only by ID (UUID), no longer supporting interchangeability with app name.

🚨 Major version, HCL changes required, see the new Upgrading guide.

Features

  • heroku_app resource now stores state id as app ID instead of name
  • all heroku_app references converted to app_id (from app) with UUID validation
  • automatic state migration for these changes
  • updated documentation covering all changes.

v5.0.0-beta.1

08 Feb 20:24
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

🚨 Major version, HCL config changes required, see the new Upgrading guide.

🙏 Please leave feedback on the PR #332.

v4.9.0

31 Jan 18:05
e4bf86e
Compare
Choose a tag to compare

Features

  • Support alternative netrc file location via NETRC env var by @sheax0r in #284

Improvements

  • Accelerate Acceptance Tests by @mars in #330

Bug fixes

  • Fix import functionality for heroku_space_peering_connection_accepter by @sheax0r in #329