Skip to content

Releases: briancaffey/cdk-django

v0.0.24

05 Jul 03:32
Compare
Choose a tag to compare

0.0.24 (2021-07-05)

Bug Fixes

  • add variable to custom resource name in cdk node tree (e258266)

v0.0.23

05 Jul 03:09
Compare
Choose a tag to compare

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.22

05 Jul 02:32
Compare
Choose a tag to compare

0.0.22 (2021-07-05)

Bug Fixes

v0.0.21

05 Jul 02:25
Compare
Choose a tag to compare

0.0.21 (2021-07-05)

Bug Fixes

  • albfs: fix logic for redirectHTTP and protocol (41ff18a)

v0.0.20

05 Jul 01:49
Compare
Choose a tag to compare

0.0.20 (2021-07-05)

v0.0.19

04 Jul 15:39
Compare
Choose a tag to compare

0.0.19 (2021-07-04)

Bug Fixes

  • docs: update api.md with latest docs for s3 construct (8396f27)

v0.0.18

04 Jul 13:50
Compare
Choose a tag to compare

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

28 Jun 18:17
Compare
Choose a tag to compare

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

20 Jun 04:53
Compare
Choose a tag to compare

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

18 Jun 03:21
Compare
Choose a tag to compare

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)