Skip to content

Commit 48a8df5

Browse files
committed
Add warning in README on updates OS and library major versions in 6.1.x
1 parent 137499b commit 48a8df5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@ These images are **not** Buildout based!
2828
| Plone Version | Tags | Dockerfile |
2929
| --- | --- | --- |
3030
| 6 | `6.0.13`, `6.0`, `6`, `latest` | [(6.0.x/Dockerfile)](https://github.com/plone/plone-backend/blob/v6.0.13/Dockerfile)|
31-
| 6.1 | `6.1.0rc2`, `6.1` | [(6.1.x/Dockerfile)](https://github.com/plone/plone-backend/blob/v6.1.0rc2/Dockerfile)|
31+
| 6.1 | `6.1.0rc1`, `6.1` | [(6.1.x/Dockerfile)](https://github.com/plone/plone-backend/blob/v6.1.0rc1/Dockerfile)|
3232
| 6 (nightly) | `nightly` | [(Dockerfile.nightly)](https://github.com/plone/plone-backend/blob/6.0.x/Dockerfile.nightly) |
3333

34+
**Possible breaking changes in upcoming Plone 6.1 dependencies**
35+
36+
Please note that the backend images in the 6.1.x series have several updated dependencies, which you should verify and test before using them in any existing project. Even if you extend from these images. The underlying OS has been switched from Debian 11 buster to 12 bookworm. Relstorage has a new major release going from 3.x to 4.1. And there are are minor updates for libldap, libtiff and psycopg2 OS and Python libraries.
37+
3438
### Unsupported tags
3539

3640
**Note:**

0 commit comments

Comments
 (0)