From 64923e189f042091e063e00751d0465e0d4c33cf Mon Sep 17 00:00:00 2001 From: jonas Date: Thu, 15 Jun 2023 21:00:10 +0200 Subject: [PATCH] Update changelog for v4.3.0 --- docs/changelog.md | 4 ++++ docs/dockerhub_tags.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 194a738..3fc98fe 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +### 4.3.0 +- Parent image is now using Python 3.11 which implements PEP 668, so we have + to allow PIP to "break system packages". + ### 4.2.1 - Require all certificate files to have a size greater than zero. diff --git a/docs/dockerhub_tags.md b/docs/dockerhub_tags.md index 145764c..cf0f703 100644 --- a/docs/dockerhub_tags.md +++ b/docs/dockerhub_tags.md @@ -17,7 +17,8 @@ are updated. | Major | Minor | Patch | Nginx | | ----: | ----: | ----: | :----------------- | -| 4 | 4.2 | 4.2.1 | 4.2.1-nginx1.25.0 | +| 4 | 4.3 | 4.3.0 | 4.3.0-nginx1.25.1 | +| | 4.2 | 4.2.1 | 4.2.1-nginx1.25.0 | | | | | 4.2.1-nginx1.23.4 | | | | 4.2.0 | 4.2.0-nginx1.23.4 | | | | | 4.2.0-nginx1.23.3 |