Skip to content

Releases: heroku/terraform-provider-heroku

2.2.1 (October 03, 2019)

03 Oct 23:46
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Migrate to Terraform Plugin SDK (#240)

2.2.0 (September 19, 2019)

19 Sep 21:28
Compare
Choose a tag to compare

FEATURES:

  • heroku_app_webhook - Ability to manage App Webhooks (#239)

IMPROVEMENTS:

  • Update vendored Terraform to v0.12.8 (#238)

2.1.2 (August 09, 2019)

09 Aug 20:27
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Update vendored Terraform to v0.12.6 (#234)
  • Stop creating cedar-14 apps during tests (#232)
  • Standardize UUID usage on google/uuid (#228)

2.1.1 (August 07, 2019)

07 Aug 19:54
Compare
Choose a tag to compare

BUG FIXES:

  • Rework heroku_addon.config migration (#230)
  • Fix heroku_formation segfault when app does not exist (#229)
  • Docs correction (#225) & clarification (#224)

2.1.0 (July 24, 2019)

24 Jul 21:15
Compare
Choose a tag to compare

FEATURES:

  • heroku_addon - Ability to set addon name (#210)

BUG FIXES:

  • Add migration for heroku_addon to fix dirty plan after heroku_addon.config attribute changed from TypeList of TypeSet
    to TypeSet (#217)

2.0.3 (July 12, 2019)

12 Jul 20:45
Compare
Choose a tag to compare

BUG FIXES:

  • Restore compatibility with Terraform 0.12 #220

2.0.2 (July 11, 2019)

11 Jul 18:55
Compare
Choose a tag to compare

⛔️This release is broken for Terraform 0.12.

IMPROVEMENTS:

  • Upgrade heroku-go client to stable Go Module support v5 & to provide more Heroku Platform API features #211

BUG FIXES:

  • Revise docs for Terraform v0.12 map attribute-assignment syntax #212 & #216
  • Revise docs to correct import example #215

2.0.1 (June 20, 2019)

20 Jun 17:20
Compare
Choose a tag to compare

BUG FIXES:

  • Fix unhandled errors #193
  • Prevent leaking heroku_app sensitive_config_vars through all_config_vars #206

2.0.0 (June 03, 2019)

03 Jun 18:45
Compare
Choose a tag to compare

FEATURES:

  • Terraform 0.12 compatibility #179

IMPROVEMENTS:

1.9.0 (April 01, 2019)

01 Apr 16:23
Compare
Choose a tag to compare

FEATURES:

  • New Data Source: heroku_team #188
  • New Resource: heroku_config (for defining config vars to be used in other resources) #183
  • New Resource: heroku_app_config_association (for setting, updating, and deleting config vars on apps) #183

IMPROVEMENTS:

  • Clarify usage of Heroku Teams in the docs #187

BUG FIXES:

  • Fix tests using SSL Endpoint DNS target #191