Skip to content

Releases: heroku/terraform-provider-heroku

1.8.0 (February 27, 2019)

27 Feb 00:30
Compare
Choose a tag to compare

FEATURES:

  • Switch to Go Modules (prep for Terraform 0.12) #177

IMPROVEMENTS:

  • Clarifying, expanding, and cross-referencing the Provider docs #175

BUG FIXES:

  • Fix so heroku_build source path can be current . or a parent .. directory #181

1.7.4 (February 01, 2019)

01 Feb 19:01
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Upgrade heroku-go client to support more Heroku Platform API features #169
  • Add cidr & data_cidr to heroku_space resource & data source #167

1.7.3 (January 22, 2019)

29 Jan 18:24
Compare
Choose a tag to compare

IMPROVEMENTS:

  • heroku_app - New attribute sensitive_config_vars to help with sensitive heroku app config vars #163

1.7.2 (January 08, 2019)

08 Jan 21:04
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Identify Terraform API requests via User-Agent header #161

1.7.1 (December 18, 2018)

18 Dec 18:13
Compare
Choose a tag to compare

BUG FIXES:

  • Add missing features/fixes to changelog #157
  • Build resource doc fixups #156

1.7.0 (December 14, 2018)

14 Dec 23:02
Compare
Choose a tag to compare

FEATURES:

  • New Resource: heroku_build (for deploying source code to Heroku) #149

IMPROVEMENTS:

  • Retry with backoff when rate-limited #135
  • Configurable delays to provider to help alleviate issues with Heroku backend eventual consistency with regards to app, spaces, and domain creation #142

BUG FIXES:

  • heroku_app_feature - Typos in Documentation & Test Fixes #143
  • Fix bad formatting in docs #147
  • Fix panic condition in parseCompositeID #148
  • Terraform sometimes creates a Heroku Cert, then gets a conflict error #37
  • Add Exponential Backoff When adding Heroku Domain #71
  • heroku_space_inbound ruleset can't be applied because heroku_space isn't actually ready #116