Skip to content

Releases: max-pfeiffer/uvicorn-poetry

3.3.0

24 Mar 13:51
4a3460c
Compare
Choose a tag to compare

New features:

  • Poetry Version 1.8.2

3.2.0

17 Dec 20:55
d8cae7f
Compare
Choose a tag to compare

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

21 Apr 18:56
827a8bb
Compare
Choose a tag to compare

New features:

  • Poetry v1.4.1
  • Python v3.10.10

3.0.0

27 Feb 21:15
5ffc697
Compare
Choose a tag to compare

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

12 Sep 19:44
Compare
Choose a tag to compare

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

21 Mar 22:40
03030a2
Compare
Choose a tag to compare

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

09 Dec 16:50
Compare
Choose a tag to compare

Added the LOG_CONFIG_FILE configuration option.

1.0.1

29 Nov 09:05
Compare
Choose a tag to compare

Fixed following issues:

  • Due to "set -x" in uvicorn entrypoint stdout was too verbose

1.0.0

28 Nov 19:14
Compare
Choose a tag to compare

This is the initial production grade release of the docker image on Docker Hub.