Releases: briancaffey/cdk-django
Releases · briancaffey/cdk-django
v0.0.24
0.0.24 (2021-07-05)
Bug Fixes
- add variable to custom resource name in cdk node tree (e258266)
v0.0.23
0.0.23 (2021-07-05)
Bug Fixes
- add s3 bucket name to env vars, fix name of hard-coded django settings module env var (bed930e)
v0.0.21
0.0.21 (2021-07-05)
Bug Fixes
- albfs: fix logic for redirectHTTP and protocol (41ff18a)
v0.0.19
0.0.19 (2021-07-04)
Bug Fixes
- docs: update api.md with latest docs for s3 construct (8396f27)
v0.0.18
0.0.18 (2021-07-04)
Features
- s3-construct: add construct for provisioning s3 bucket and iam user for applications hosted outside of AWS but that still use S3 for media and static files (e59bcb4)
Bug Fixes
- indentation error on django-ecs construct (c5ade7e)
v0.0.17
0.0.17 (2021-06-28)
Features
- management-commands: add custom resource to run management commands on create / update (668325a)
Bug Fixes
v0.0.16
0.0.16 (2021-06-20)
Features
- ecs: add support for custom domain name, importing ACM cert (12c2a46)
Bug Fixes
- ecs: grant task roles read access to secrets manager secret for database access (e0eb9ef)
- lint (311aedc)
v0.0.15
0.0.15 (2021-06-18)
Features
- external-dns: add external dns (e935ec3)
- secrets-manager: move secret to Rds database construct (9344b3e)
Bug Fixes
- ingress: refactor ingress (4683e77)