build: bump version 1.2.2 -> 1.3.0

This commit is contained in:
2024-10-31 06:44:57 +00:00
parent 464af55612
commit 4b8353350b
2 changed files with 30 additions and 1 deletions

View File

@ -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

View File

@ -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