Releases: max-pfeiffer/uvicorn-poetry
Releases · max-pfeiffer/uvicorn-poetry
3.3.0
3.2.0
New features:
- Multi arch image with ARM64 support
- Poetry Version 1.7.1
- Now supports always the lastest three Python versions, currently:
- 3.10
- 3.11
- 3.12
3.1.0
New features:
- Poetry v1.4.1
- Python v3.10.10
3.0.0
New features:
- Poetry Version 1.3.2
- Python 3.9.16
- Python 3.10.9
- Application is run with an unprivileged user
Bugfixes:
- Fixed exposed application server port
Examples:
- Dropped single stage build example app
- Dropped development image and Docker executables for tests
2.1.0
New features:
- Poetry Version 1.2.0
- Python 3.9.14
- Python 3.10.7
Examples:
- New sample app demonstrating a single stage build
- Multi stage build demonstrates very slim builds based on the standard Python image
2.0.0
New features:
- Python 3.10 support
UVICORN_
prefixed environment variables can be used- Example app is now demonstrating a super slim production-image build
Removed:
- Support for custom environment variables
1.1.0
Added the LOG_CONFIG_FILE configuration option.
1.0.1
Fixed following issues:
- Due to "set -x" in uvicorn entrypoint stdout was too verbose
1.0.0
This is the initial production grade release of the docker image on Docker Hub.