Releases: kitware-resonant/terraform-heroku-resonant
Releases · kitware-resonant/terraform-heroku-resonant
v2.1.1
v2.1.0
- Include
heroku-buildpack-version
in the buildpack chain
v2.0.0
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
- Fix another bug where SMTP wouldn't register at
www
domains
v1.1.2
- Fix a bug where SMTP wouldn't register at
www
domains
v1.1.1
- Fix a bug with new S3 bucket creation
v1.1.0
- 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 version1.0.0
as an intermediate step
- Note: if upgrading from version
v1.0.0
Breaking Changes
- This module has been renamed
- Update
source
references to"kitware-resonant/resonant/heroku"
, replacing"girder/girder4/heroku"
- Update
v0.14.0
- Change the default Heroku Postgres plan to
essential-0
v0.13.0
- 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
tobasic