From 4b8353350b2ec97ddf160682722e9ad84e249aa5 Mon Sep 17 00:00:00 2001 From: nfc-bot Date: Thu, 31 Oct 2024 06:44:57 +0000 Subject: [PATCH] build: bump version 1.2.2 -> 1.3.0 --- .cz.yaml | 2 +- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/.cz.yaml b/.cz.yaml index 16e88c80..88c1986c 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -17,5 +17,5 @@ commitizen: prerelease_offset: 1 tag_format: $version update_changelog_on_bump: false - version: 1.2.2 + version: 1.3.0 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 630a5c66..821c1bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +## 1.3.0 (2024-10-31) + +### feat + +- **docker**: Add worker service config for SupervisorD +- **docker**: ensure supervisor starts +- **docker**: use correct file location for nginx config +- **docker**: Fail the build if django is not found +- **docker**: Install NginX to serve site +- **docker**: Add supervisord for install +- **docker**: Add gunicorn for install +- update docker image alpine 3.19 ->3.20 + +### Fixes + +- **docker**: Ensure SupervisorD daemon config directory exists. +- **docker**: use alias for static +- **access**: testing of param causing gunicorn to fail +- **docker**: place nginx conf in correct path +- **docker**: gunicorn must call method +- **docker**: Ensure NginX config applied after it's installed +- **docker**: Add proxy params for NginX +- **docker**: Make centurion the default nginx conf +- **docker**: Correct NginX start command + +### Refactoring + +- **docker**: Switch to entrypoint + ## 1.2.2 (2024-10-29) ### Fixes