Skip to content

Releases: briancaffey/django-step-by-step

v0.10.0

30 Apr 01:03
85bc512

Choose a tag to compare

0.10.0 (2025-04-29)

Features

  • docs: update vuepress documentation site and fix issues with links (2b5063b)
  • home-page: add home page content in nuxt app, fix docs pipeline (2d04bc3)
  • readme: update readme (7889dc3)

Bug Fixes

  • compose: fix docker compose issue with nuxt app and nginx (0068f86)
  • dev: various fixes for local development (7e08a3c)
  • poetry: split dev dependencies in pyproject.toml into test and dev groups Fixes #34 (#66) (b4cbdd1)
  • poetry: split dev deps into test and dev (daca4ea)

v0.9.5

14 Feb 10:33
3c7fec4

Choose a tag to compare

0.9.5 (2025-02-14)

Bug Fixes

  • static: fix STATIC_ROOT setting (2888302)

v0.9.4

14 Feb 09:51
1ee90eb

Choose a tag to compare

0.9.4 (2025-02-14)

Bug Fixes

  • static: add static root and media root settings (ebfac01)

v0.9.3

14 Feb 09:40
eb3135e

Choose a tag to compare

0.9.3 (2025-02-14)

Bug Fixes

  • storage: remove default_acl setting on static file storage (9a18786)

v0.9.2

14 Feb 09:31
fd3b564

Choose a tag to compare

0.9.2 (2025-02-14)

Bug Fixes

  • docker: add curl to python slim (873167f)

v0.9.1

14 Feb 09:26
80cbebf

Choose a tag to compare

0.9.1 (2025-02-14)

Bug Fixes

  • cdk: bump cdk-django version for dependency fix (c6df6e4)
  • cdk: bump cdk-django version for dependency fix to 1.8.1 (e9d28dc)
  • chat: fix issue with chat when using openai api key (980fe62)
  • gha: upgrade python version to 3.13.2 in github action ci script (f830acb)
  • lint: format code with black (acda08f)
  • pytest: fix pytest config filterwarnings section (aadf5f3)

v0.9.0

14 Feb 03:36
99383b1

Choose a tag to compare

0.9.0 (2025-02-14)

Features

  • cdk: add github actions pipeline for cdk operations (63f4757)
  • pulumi: add github actions workflow for pulumi iac operations (a0ee814)

Bug Fixes

  • cdk: add npx projen build step to build cdk application (483d34e)
  • cdk: add setup node step and yarn install step to cdk action (112e6c7)
  • cdk: add step to install aws cli in cdk action workflow (6fac385)
  • cdk: add tsc step to build cdk application (a74411e)
  • cdk: fix cdk deploy step using cdk.out path for synthesized cloudformation (061a6f4)
  • cdk: fix github actions pipeline for cdk operations (1fec0aa)
  • cdk: fix issue with cdk stack selection (f505a63)
  • cdk: fix title for cdk gha (90e6643)
  • cdk: fix typo in cdk deploy command (4549e6a)
  • cdk: remove artifacts and run cdk deploy directly (07102c9)
  • gha: add desired count to ecs action to avoid issue with CDK (eee08c3)
  • gha: bumb gha versions for aws creds steps (08e3995)
  • gha: do frontend update after backend update (0209511)
  • gha: fix descriptions for cdk actions (729d7ba)
  • gha: fix run task gha package to lookup subnets by application or private (db88224)
  • gha: fix title for cdk actions (cf8224c)
  • gha: fix title for pulumi actions (b69f6aa)
  • gha: remove frontend update job dependency on backend update job (4358aab)
  • misc: fix sentry environment and tf tags (80290ad)
  • pulumi: add env vars used in pulumi code (5e1efd2)
  • pulumi: add pulumi access token to init step (e373c06)
  • pulumi: add pulumi stack init step before doing preview to ensure that the stack has been initialized (8fac1ea)
  • pulumi: add yarn install step for pulumi jobs (15119dd)
  • pulumi: fix export name for s3 bucket (54399c5)
  • pulumi: fix name property in Pulumi yaml files (dbf76bb)
  • pulumi: fix pulumi iac example to use correct inputs and exports (93137b6)
  • tests: fix pytest and remove old github action files (#60) (269c444)
  • typo: fix typo in cdk gha (68aebbe)
  • typo: fix typo in env var for acm cert (eab39bf)

v0.8.1

09 Feb 03:01
8c286ca

Choose a tag to compare

0.8.1 (2025-02-09)

Bug Fixes

  • email: fix to email for celery task confirmation email (19aa9a5)

v0.8.0

05 Feb 07:11
52984fd

Choose a tag to compare

0.8.0 (2025-02-05)

Features

  • compose: setup docker compose config for ec2 (5e10e89)
  • compose: setup docker compose config for ec2 (ace0fb7)
  • compose: setup docker compose config for ec2 (9e463dd)
  • compose: setup docker compose config for ec2 typo (56d9760)
  • compose: setup docker compose config for ec2 typo (04fb4de)
  • docker-compose: add a docker compose config that can run on ec2 (1e82118)
  • docker-compose: add a docker compose config that can run on ec2 (020fe08)
  • docker-compose: add a docker compose config that can run on ec2 (58867f5)
  • email: updated email settings to support ses (bec6224)
  • terraform: update terraform code to support new module structure (5a824f5)

Bug Fixes

  • ec2: chmod for entrypoint.sh (3e05e83)
  • ec2: fix docker compose volumes for ec2 init compose (070afe2)
  • ec2: fix docker compose volumes for ec2 init compose (2a16172)
  • nginx: fix docker compose nginx config (6156b10)
  • nginx: fix docker compose nginx config (d7a1eb1)
  • nginx: fix docker compose nginx config (85fd12e)
  • nginx: fix docker compose nginx config typo (4d2844c)
  • nginx: fix nginx configs in docker compose for ec2 (5e84d50)
  • nginx: fix nginx configs in docker compose for ec2 (099723c)

v0.7.3

02 Feb 03:02
1c105d3

Choose a tag to compare

0.7.3 (2025-02-02)

Bug Fixes

  • email: fix email settings in base settings (7bd0978)