Skip to content

Releases: kitware-resonant/terraform-heroku-resonant

v2.1.1

01 Jul 22:23
8900f3c
Compare
Choose a tag to compare
  • Fix a bug where DJANGO_EMAIL_URL schema wasn't recognized by django-environ

v2.1.0

30 Jun 23:13
4a05a72
Compare
Choose a tag to compare

v2.0.0

15 Apr 19:47
a395e3c
Compare
Choose a tag to compare

Breaking Change

  • Only projects derived from cookiecutter-resonant >= 0.29 are supported

Release Notes

  • New required variable: django_settings_module
  • The following variables are renamed:
    • django_cors_origin_whitelist -> django_cors_allowed_origins
    • django_cors_origin_regex_whitelist -> django_cors_allowed_origin_regexes

v1.1.3

29 Jan 20:16
6301f1f
Compare
Choose a tag to compare
  • Fix another bug where SMTP wouldn't register at www domains

v1.1.2

27 Jan 20:48
8377d1c
Compare
Choose a tag to compare
  • Fix a bug where SMTP wouldn't register at www domains

v1.1.1

21 Nov 19:30
54daa53
Compare
Choose a tag to compare
  • Fix a bug with new S3 bucket creation

v1.1.0

21 Nov 02:13
362071c
Compare
Choose a tag to compare
  • Disable all ACLs on the S3 bucket
  • Remove some old Terraform renames
    • Note: if upgrading from version 0.12.0 or earlier of this module, update and apply version 1.0.0 as an intermediate step

v1.0.0

13 Nov 17:38
982004b
Compare
Choose a tag to compare

Breaking Changes

  • This module has been renamed
    • Update source references to "kitware-resonant/resonant/heroku", replacing "girder/girder4/heroku"

v0.14.0

18 Aug 14:52
043e5f7
Compare
Choose a tag to compare

v0.13.0

24 May 12:34
2f5a32e
Compare
Choose a tag to compare
  • Add an optional variable ec2_worker_launch_ami_id, allowing the initial launch AMI of EC2 workers to be set
  • Use Ubuntu 22.04 as the default AMI for EC2 workers
  • Change the default value of heroku_postgresql_plan to basic