-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Release Plone 5.2.14 #17281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release Plone 5.2.14 #17281
Conversation
Diff for b078311:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 4cf10ee..bdf91dd 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,7 +1,7 @@
Maintainers: Alin Voinea <[email protected]> (@avoinea), Piero Nicolli <[email protected]> (@pnicolli), Sven Strack <[email protected]> (@svx), Antonio De Marinis <[email protected]> (@demarant), Iulian Petchesi <[email protected]> (@Petchesi-Iulian), Valentin Dumitru <[email protected]> (@valipod)
GitRepo: https://github.com/plone/plone.docker.git
-Tags: 5.2.13-python38, 5.2-python38, 5-python38, python38, 5.2.13, 5.2, 5, latest
+Tags: 5.2.14-python38, 5.2-python38, 5-python38, python38, 5.2.14, 5.2, 5, latest
Architectures: amd64, arm64v8
-GitCommit: fd5a572ead9cabb20b9fcb24e16631f673610118
-Directory: 5.2/5.2.13/debian
+GitCommit: a3a9c7e0c5ca324f488fe7354f00a997398195f7
+Directory: 5.2/5.2.14/debian
diff --git a/_bashbrew-list b/_bashbrew-list
index e3dc424..0149daf 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,7 +2,7 @@ plone:5
plone:5-python38
plone:5.2
plone:5.2-python38
-plone:5.2.13
-plone:5.2.13-python38
+plone:5.2.14
+plone:5.2.14-python38
plone:latest
plone:python38
diff --git a/plone_latest/Dockerfile b/plone_latest/Dockerfile
index 41f437e..c56dced 100644
--- a/plone_latest/Dockerfile
+++ b/plone_latest/Dockerfile
@@ -5,9 +5,9 @@ ENV PIP=22.2.2 \
SETUPTOOLS=65.7.0 \
WHEEL=0.38.4 \
PLONE_MAJOR=5.2 \
- PLONE_VERSION=5.2.13 \
- PLONE_VERSION_RELEASE=Plone-5.2.13-UnifiedInstaller-1.0 \
- PLONE_MD5=12c037fae9413385149e8677f8457b84
+ PLONE_VERSION=5.2.14 \
+ PLONE_VERSION_RELEASE=Plone-5.2.14-UnifiedInstaller-1.0 \
+ PLONE_MD5=e8e1f774f069026319be3038631e0734
RUN useradd --system -m -d /plone -U -u 500 plone \
&& mkdir -p /plone/instance/ /data/filestorage /data/blobstorage
diff --git a/plone_latest/buildout.cfg b/plone_latest/buildout.cfg
index 02ca654..dd2d0be 100644
--- a/plone_latest/buildout.cfg
+++ b/plone_latest/buildout.cfg
@@ -71,8 +71,8 @@ enabled = False
setuptools =
zc.buildout =
-plone.restapi = 8.43.1
-plone.rest = 3.0.0
+plone.restapi = 8.43.3
+plone.rest = 3.0.2
RelStorage = 3.4.5
argparse = 1.4.0 Relevant Maintainers: |
It's been quite some time now since a Plone image update -- notably, the only remaining tag is See also: |
@tianon Sysadmin teamlead here for the Plone community. We have vastly updated and '1 process per container' images for the current Plone 6.X release series. These are already available, since 2022-2023. Sources are here:
For a long time the community members who build these updated images for Plone 6.x didn't understand how to update the 'official docker images' homepage for the Plone images that were created for the Plone 5.x Series. I'm at a sprint this week with @avoinea , he already explained also to me before where the repos are, but as an open source community we are severely time constrained. I'll sit together with him and update the repo that provides the plone homepage information to point to the updated and 'compliant' images. Thank you for your understanding. |
Oh my. I even forgot I had also been discussing/working on this last year as well @tianon . Chatted with @avoinea this afternoon. There is a lot of work in progress/almost done with two PR's branches, but they were on @avoinea personal github space. We have transferred both repo forks to the plone organisation on github, will update the branches/PR's and then notify you in the next days/week . as far as I can see the process got stalled on the multiple stanza's we need to add. We can deprecate the 5.2 images anyway, but they have gone out of official community support last year.... |
I've made a simplified alternative to docker-library/docs#2479 in docker-library/docs#2583. ❤️ |
No description provided.