Skip to content

Releases: heroku/terraform-provider-heroku

v3.0.0

22 Oct 21:37
f578164
Compare
Choose a tag to compare

Major version release which is non-breaking ✅ for normal Terraform usage.

IMPROVEMENTS:

  • upgrade Terraform SDK to v1.15.0 (#283)

BUG FIXES:

  • Go projects that use this provider as a Go Module dependency may now import using the v3 path (#286):
    import (
        "github.com/heroku/terraform-provider-heroku/v3"
    )

v2.6.1

12 Aug 00:27
9951be5
Compare
Choose a tag to compare

Improvements

  • Users can now define a namespace for resource_heroku_addon_attachment(#280)

v2.6.0

30 Jul 04:38
313b048
Compare
Choose a tag to compare

Features

  • Implement new workflow to support publishing releases to registry.terraform.io (#276)
  • Update import paths/etc after migrating repository from terraform-providers/... to heroku/... (#276)

v2.6.0-pre2

29 Jul 23:03
c796922
Compare
Choose a tag to compare

Testing out new release workflow.

v2.6.0-pre1

29 Jul 21:52
b371fb7
Compare
Choose a tag to compare

Testing out new release workflow.

v2.5.0 (July 02, 2020)

03 Jul 02:28
Compare
Choose a tag to compare

FEATURES:

  • New data source: heroku_pipeline Get information on a Heroku Pipeline (#268)

IMPROVEMENTS:

  • Clarify usage constraints of Build source path (#270)
  • Upgrade acceptance tests to Go 1.14 (#271)

2.4.1 (May 20, 2020)

20 May 20:17
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Upgrade to Terraform Plugin SDK v1.12.0 (#266)

BUG FIXES:

  • Importing a heroku_pipeline by its name now sets its ID correctly (#266)

2.4.0 (April 22, 2020)

22 Apr 17:01
Compare
Choose a tag to compare

FEATURES:

  • Resource heroku_pipeline now supports setting owner user or team, including defaulting to the current API key's user ID (#259)

IMPROVEMENTS:

  • Terraform Provider acceptance tests now run on pull requests, pushes to master, and nightly using GitHub Actions configured for the CI workflows

BUG FIXES:

  • Resource heroku_app
    • now imports buildpacks and other attributes, consistent with create & read (#257)
    • now reads organization.locked, consistent with create (#257)
    • drops the non-standard uuid attribute (#257)
  • Data source heroku_app now returns id attribute, consistent with resource heroku_app (#255)

2.3.0 (March 30, 2020)

30 Mar 15:50
Compare
Choose a tag to compare

FEATURES:

  • New resource: heroku_pipeline_config_var (#256)

IMPROVEMENTS:

  • Upgrade heroku-go to v5.2.0 (#256)

BUG FIXES:

  • Properly set heroku_app.acm when this attribute is not defined (#256)
  • Remove quoted interpolation-only expressions in docs (#245)

2.2.2 (February 20, 2020)

20 Feb 18:09
Compare
Choose a tag to compare

IMPROVEMENTS

  • Upgrade to Terraform Plugin SDK v1.7.0 (#248)