Skip to content

Releases: briancaffey/cdk-django

v0.0.14

10 Jun 03:10
3cfd6bc
Compare
Choose a tag to compare

0.0.14 (2021-06-10)

Bug Fixes

  • eks: fix eks cluster dependency issues that were causing deployment failures (e4a4141)

v0.0.13

09 Jun 21:56
Compare
Choose a tag to compare

0.0.13 (2021-06-09)

Bug Fixes

  • aws-load-balancer-controller: change service to type NodePort (b963855)
  • refactor constructs (0f3c3ed)
  • lint: format code (69591a4)

v0.0.12

06 Jun 21:02
Compare
Choose a tag to compare

0.0.12 (2021-06-06)

Bug Fixes

v0.0.11

06 Jun 20:52
Compare
Choose a tag to compare

0.0.11 (2021-06-06)

Bug Fixes

v0.0.10

06 Jun 20:17
Compare
Choose a tag to compare

0.0.10 (2021-06-06)

Features

  • docs: add docs about difference between EKS and ECS (0c6c811)
  • irsa: add irsa configuration, add service account to give pods access to db secret (55376d3)

Bug Fixes

  • lint: remove duplicate import (2da0911)

v0.0.9

31 May 20:05
Compare
Choose a tag to compare

0.0.9 (2021-05-31)

Features

  • eks: fix aws load balancer controller in eks construct, update readme (7422762)

v0.0.8

31 May 05:30
Compare
Choose a tag to compare

0.0.8 (2021-05-31)

Features

  • cdk8s: add cdk8s as dependency to projen project (d6f95ab)

Bug Fixes

  • eks: trying to install AWS load balancer controller and failing (442c351)
  • whitespace (c361e90)

v0.0.7

16 May 18:03
Compare
Choose a tag to compare

0.0.7 (2021-05-16)

v0.0.6

15 May 02:03
Compare
Choose a tag to compare

0.0.6 (2021-05-15)

Bug Fixes

  • docs: regenerate docs with docgen to pass anti-tamper check (dd748e5)

v0.0.5

15 May 01:56
Compare
Choose a tag to compare

0.0.5 (2021-05-15)

Features

  • cdk: add tags to cdk construct (7ba5ecd)
  • celery: add celery and celery beat options (e4fb850)
  • celery: add celery and celery beat to main application, update documentation (3498915)
  • celery: add elasticache, celery worker and celery beat constructs (634b268)
  • docs: add command for using construct locally (c37b5c2)
  • ecs: added management command for collectstatic, refactor, minor fixes (6254f5f)
  • test: add test django application (8c4037a)
  • test: added submodule including sample django project (a8e1749)

Bug Fixes

  • added rds database instance with postgres engine (ab70646)
  • misc: change configuration for vpc, alb health check (45a76c0)
  • test: add sample app to fix failing unit tests (54444d0)
  • tests: fixed failing test by changing vpc options (37be43a)
  • tests: updated directory of sample django application (a43f906)
  • tests: updated directory of sample django application (0595f51)