Skip to content

Latest commit

 

History

History
352 lines (159 loc) · 17 KB

CHANGELOG.md

File metadata and controls

352 lines (159 loc) · 17 KB

Changelog

0.23.2 (2023-01-24)

Bug Fixes

  • Give unique alarm_name to avoid collision when default and gunicorn both create the same alarm name. (#61) (3a61b6a)

0.23.1 (2023-01-24)

Bug Fixes

  • Set auto_minor_version_upgrade = false (so state does not get changed outside of terraform) (#62) (df451f1)

0.23.0 (2023-01-21)

Features

  • Change default instance type from t2.micro to t3.micro (#56) (8d81226)

0.22.1 (2023-01-21)

Bug Fixes

  • services: Frontend (web-ui) using incorrect variables for cpu/memory (#54) (e0c8a6a)

0.22.0 (2023-01-06)

Features

  • alb: rename lb dir to alb (3f55f98)
  • cluster: move ecs cluster files to new directory under ecs (2d76924)
  • prod: refactor prod infra and ensure that base and app prod envs work deploying locally (aa93862)
  • refactor: refactor ecs service modules and log group and log stream names (5b18264)
  • services: refactor ecs services into a new directory in internal modules dir (9b397e0)

Bug Fixes

  • bastion: remove unused var (1e39a31)
  • bastion: remove unused var from prod bastion (aa15a27)

0.21.1 (2023-01-02)

Bug Fixes

  • sg: allow app sg inbound and outbound traffic to itself (0766b1b)

0.21.0 (2023-01-02)

Features

  • refactor: major refactor of ad hoc environment modules (2d95d0b)

0.20.3 (2022-09-12)

Bug Fixes

  • autoscaling: change parameters of autoscaling modules (4d9e044)

0.20.2 (2022-09-11)

Bug Fixes

  • autoscaling: add depends on to autoscaling modules for api and celery worker (07bb5aa)

0.20.1 (2022-09-11)

Bug Fixes

  • bastion: fix bastion host module variables in prod base (b2d0001)

0.20.0 (2022-09-11)

Features

  • autoscaling: add reusable module for autoscaling and modules for api and celery worker autoscaling #46 (fc0787c)

0.19.0 (2022-08-05)

Features

  • cloud init: enable socat service and start it in user data script (8792180)

Bug Fixes

  • update bastion user data (879767d)

0.18.1 (2022-07-31)

Bug Fixes

  • change public to private for subnet variable (6a69fba)
  • remove ssh command output (f0282f8)

0.18.0 (2022-07-31)

Features

0.17.0 (2022-07-31)

Features

  • bastion: update bastion host with role and changed subnets (c768d1d)

Bug Fixes

  • fmt: format terraform code (6f32b48)

0.16.1 (2022-07-05)

Bug Fixes

  • fmt: format terraform code (1999f67)

0.16.0 (2022-07-05)

Features

  • s3: add s3 module to prod app module (ba8a460)

0.15.2 (2022-07-05)

Bug Fixes

  • iam: fix s3 permissions for s3 access use arn format in resource for s3 policy (46530d0)

0.15.1 (2022-07-05)

Bug Fixes

  • iam: fix iam permissions for collectstatic (9450b22)
  • iam: fix s3 permissions for s3 access (a37877c)

0.15.0 (2022-07-04)

Features

  • backend_update: add backend update command module to prod and ad hoc modules and associated outputs (b3ce9a3)

0.14.0 (2022-07-04)

Features

  • ad hoc: move ad hoc app module to nested folder (03b37ec)

0.12.3 (2022-07-04)

Bug Fixes

  • fargate: remove weight for fargate spot on all production modules (57725a8)
  • lb: remove hard-coded name from lb sg (bc1e2ca)

0.12.2 (2022-07-04)

Bug Fixes

  • tf: do not use fargate spot for production module (79675cf)

0.12.1 (2022-07-03)

Bug Fixes

  • frontend_url: remove frontend_url since it is not needed (fa1052d)

0.12.0 (2022-07-02)

Features

  • production: add modules and examples for production environments (7eb0ab9)

0.11.0 (2022-06-11)

Features

  • exec: add enable_execute_command to service in web module (cd882c1)
  • exec: add output for ecs exec (b5aa8bc)

0.10.0 (2022-06-11)

Features

  • services: add lifecycle settings to ecs services to ignore changes for task_definition and desired count (0f4ad7f)

0.9.6 (2022-06-03)

Bug Fixes

  • listener-rules: add host_header on web module (63bb16c)
  • listener-rules: fix depends_on (717fea7)

0.9.5 (2022-06-03)

Bug Fixes

  • listener-rules: remove priority setting and add depends_on so that priorities set explicitly (7bde6f0)

0.9.4 (2022-06-03)

Bug Fixes

  • redis: fix typo in redis service host (d7cd2c2)

0.9.3 (2022-06-03)

Bug Fixes

  • redis: use shared namespace for redis host address (f171860)

0.9.2 (2022-06-03)

Bug Fixes

  • ecs: fix ecs service names to all use dashes instead of underscores (021fe6e)

0.9.1 (2022-06-03)

Bug Fixes

  • management-command: add private subnets variable to management command module and add network configuration to output command (3d36649)
  • vars: remove unused tf variable ecs_cluster_name (96914f9)

0.9.0 (2022-05-26)

Features

  • domain name: replace zone name and record name with domain name, remove frontend_url, add postgres name env var, domain name env var (c95ac70)

0.8.1 (2022-05-24)

Bug Fixes

  • fargate: removed launch_type since capacity_provider_strategy is specified (77eba10)

0.8.0 (2022-05-24)

Features

  • docs: update readme (ed4455c)
  • docs: update readme with links (8fea9ff)
  • fargate spot: add capacity provider strategy for each service (403d268)
  • fargate: use fargate launch type for management command module (8a247e6)

0.7.0 (2022-05-23)

Features

  • fargate spot: add fargate spot capacity provider (f3c2257)

0.6.1 (2022-04-17)

Bug Fixes

  • ad-hoc: fix inputs and outputs for ad hoc environments (fe4f5c4)

0.6.0 (2022-04-17)

Features

  • refactor: refactored root level config into ad-hoc config (#17) (01e96db)

0.5.0 (2022-03-26)

Features

  • iam: add separate submodule for IAM 13 (#14) (935cb0c)

0.4.0 (2022-03-16)

Features

  • updates: add settings for speeding up service updates (#11) (61c4538)

0.3.1 (2022-03-14)

Bug Fixes

  • health-checks: change interval default to be greater than timeout default value (1ad0e87)

0.3.0 (2022-03-14)

Features

  • health-checks: update default health check values for web module (9242d21)

0.2.0 (2022-03-14)

Features

  • outputs: add outputs for web module (#6) (15e248d)

0.1.1 (2022-03-12)

Bug Fixes

  • logging: add script for fetching logs from management command tasks (#3) (fcb8f67)

0.1.0 (2022-03-12)

Features

  • example: update simple example readme (a43133c)