Skip to content

v1.3.0

Compare
Choose a tag to compare
@dpoirier dpoirier released this 17 Sep 13:39
10c789a

1.3.0 (2018-09-13)

Features:

  • Allow overriding parameter defaults at template creation time without having to change the
    Python code. See the README <https://github.com/caktus/aws-web-stacks/blob/master/README.rst#dokku>_.
  • Add a parameter to control whether certificates are validated by DNS or email, and default
    to DNS since GDPR has made email validation less likely to work.
  • The database type of the RDS instance can now be configured (previously, only Postgres could
    be used). Note that, for backwards-compatibility reasons, the resources in the CloudFormation
    stack is still named PostgreSQL (this avoids unnecessarily recreating the RDS instance
    on pre-existing stacks). See: PR #32
  • The RDS instance now supports all allowable special characters in the password field. See: PR #31
  • The CloudFront distribution linked to the S3 assets bucket can now be disabled / enabled at the
    time a stack is created or updated; the CloudFront distribution now supports a custom domain name
    and SSL certificate. See: PR #30