Skip to content
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.12, 5.2.11, 5.2.10 #14913

Merged
merged 2 commits into from
Jun 22, 2023
Merged

Conversation

avoinea
Copy link
Contributor

@avoinea avoinea commented Jun 22, 2023

No description provided.

@github-actions

This comment has been minimized.

@github-actions
Copy link

Diff for 55179f3:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index e34dab3..94f7f23 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,17 @@
-Maintainers: Alin Voinea <alin.voinea@gmail.com> (@avoinea), Piero Nicolli <piero.nicolli@redturtle.it> (@pnicolli), Sven Strack <sven@so36.net> (@svx), Antonio De Marinis <Antonio.DeMarinis@eea.europa.eu> (@demarant)
+Maintainers: Alin Voinea <alin.voinea@gmail.com> (@avoinea), Piero Nicolli <piero.nicolli@redturtle.it> (@pnicolli), Sven Strack <sven@so36.net> (@svx), Antonio De Marinis <Antonio.DeMarinis@eea.europa.eu> (@demarant), Iulian Petchesi <iamnotacat12@gmail.com> (@Petchesi-Iulian)
 GitRepo: https://github.com/plone/plone.docker.git
 
-Tags: 5.2.8-python38, 5.2.8
+Tags: 5.2.10-python38, 5.2.10
 Architectures: amd64, arm64v8
-GitCommit: dfb126db2d9c956d84ff381e7b1ee9f642edf716
-Directory: 5.2/5.2.8/debian
+GitCommit: a3551bff4d1a17535ecb18a86f5bf87ebb97c5de
+Directory: 5.2/5.2.10/debian
 
-Tags: 5.2.9-python38, 5.2-python38, 5-python38, python38, 5.2.9, 5.2, 5, latest
+Tags: 5.2.11-python38, 5.2.11
 Architectures: amd64, arm64v8
-GitCommit: dfb126db2d9c956d84ff381e7b1ee9f642edf716
-Directory: 5.2/5.2.9/debian
+GitCommit: a3551bff4d1a17535ecb18a86f5bf87ebb97c5de
+Directory: 5.2/5.2.11/debian
+
+Tags: 5.2.12-python38, 5.2-python38, 5-python38, python38, 5.2.12, 5.2, 5, latest
+Architectures: amd64, arm64v8
+GitCommit: a3551bff4d1a17535ecb18a86f5bf87ebb97c5de
+Directory: 5.2/5.2.12/debian
diff --git a/_bashbrew-list b/_bashbrew-list
index a4959f7..7130303 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,9 +2,11 @@ plone:5
 plone:5-python38
 plone:5.2
 plone:5.2-python38
-plone:5.2.8
-plone:5.2.8-python38
-plone:5.2.9
-plone:5.2.9-python38
+plone:5.2.10
+plone:5.2.10-python38
+plone:5.2.11
+plone:5.2.11-python38
+plone:5.2.12
+plone:5.2.12-python38
 plone:latest
 plone:python38
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 4c4a12e..659c762 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1,3 @@
-plone:5.2.8
+plone:5.2.10
+plone:5.2.11
 plone:latest
diff --git a/plone_5.2.8/Dockerfile b/plone_5.2.10/Dockerfile
similarity index 90%
copy from plone_5.2.8/Dockerfile
copy to plone_5.2.10/Dockerfile
index 1c0a2d2..872f016 100644
--- a/plone_5.2.8/Dockerfile
+++ b/plone_5.2.10/Dockerfile
@@ -1,13 +1,13 @@
-FROM python:3.8-slim-buster
+FROM python:3.8-slim-bullseye
 
 ENV PIP=22.2.2 \
-    ZC_BUILDOUT=2.13.7 \
+    ZC_BUILDOUT=2.13.8 \
     SETUPTOOLS=51.3.3 \
     WHEEL=0.37.1 \
     PLONE_MAJOR=5.2 \
-    PLONE_VERSION=5.2.8 \
-    PLONE_VERSION_RELEASE=Plone-5.2.8-UnifiedInstaller-1.0 \
-    PLONE_MD5=8ae7370eb8761a48394182ea564bf6f5
+    PLONE_VERSION=5.2.10.2 \
+    PLONE_VERSION_RELEASE=Plone-5.2.10.1-UnifiedInstaller-1.0 \
+    PLONE_MD5=78c4718fce388aa768c2742216b2265b
 
 RUN useradd --system -m -d /plone -U -u 500 plone \
  && mkdir -p /plone/instance/ /data/filestorage /data/blobstorage
diff --git a/plone_5.2.8/buildout.cfg b/plone_5.2.10/buildout.cfg
similarity index 85%
copy from plone_5.2.8/buildout.cfg
copy to plone_5.2.10/buildout.cfg
index e5f81c8..db108df 100644
--- a/plone_5.2.8/buildout.cfg
+++ b/plone_5.2.10/buildout.cfg
@@ -71,8 +71,8 @@ enabled = False
 setuptools =
 zc.buildout =
 
-plone.restapi = 8.24.1
-plone.rest = 2.0.0a5
+plone.restapi = 8.40.0
+plone.rest = 3.0.0
 
 RelStorage = 3.4.5
 argparse = 1.4.0
@@ -82,25 +82,25 @@ case-conversion = 2.1.0
 collective.checkdocs = 0.2
 collective.recipe.plonesite = 1.12.0
 cx-Oracle = 8.3.0
-isort = 5.10.1
-mr.bob = 0.1.2
+isort = 5.11.5
+mr.bob = 1.0.0
 mysqlclient = 2.1.1
-node = 1.0
-node.ext.ldap = 1.0
-node.ext.ugm = 1.0
+node = 1.2.1
+node.ext.ldap = 1.2
+node.ext.ugm = 1.1
 odict = 1.9.0
-pas.plugins.ldap = 1.8.1
+pas.plugins.ldap = 1.8.2
 passlib = 1.7.4
-perfmetrics = 3.2.0
+perfmetrics = 3.3.0
 plumber = 1.7
 psycopg2 = 2.9.3
-pyasn1 = 0.4.8
-pyasn1-modules = 0.2.8
+pyasn1 = 0.5.0
+pyasn1-modules = 0.3.0
 python-ldap = 3.4.2
 python-memcached = 1.59
-regex = 2020.7.14
-yafowil = 2.3.4
-yafowil.plone = 4.0.0a3
-yafowil.widget.array = 1.6.1
+regex = 2023.6.3
+yafowil = 3.1.0
+yafowil.plone = 4.0.0a5
+yafowil.widget.array = 1.7
 yafowil.widget.dict = 1.8
-yafowil.yaml = 1.3.1
+yafowil.yaml = 2.0
diff --git a/plone_5.2.8/docker-entrypoint.sh b/plone_5.2.10/docker-entrypoint.sh
similarity index 100%
copy from plone_5.2.8/docker-entrypoint.sh
copy to plone_5.2.10/docker-entrypoint.sh
diff --git a/plone_5.2.8/docker-initialize.py b/plone_5.2.10/docker-initialize.py
similarity index 100%
copy from plone_5.2.8/docker-initialize.py
copy to plone_5.2.10/docker-initialize.py
diff --git a/plone_5.2.8/Dockerfile b/plone_5.2.11/Dockerfile
similarity index 88%
rename from plone_5.2.8/Dockerfile
rename to plone_5.2.11/Dockerfile
index 1c0a2d2..1b3c541 100644
--- a/plone_5.2.8/Dockerfile
+++ b/plone_5.2.11/Dockerfile
@@ -1,13 +1,13 @@
-FROM python:3.8-slim-buster
+FROM python:3.8-slim-bullseye
 
 ENV PIP=22.2.2 \
-    ZC_BUILDOUT=2.13.7 \
-    SETUPTOOLS=51.3.3 \
-    WHEEL=0.37.1 \
+    ZC_BUILDOUT=3.0.1 \
+    SETUPTOOLS=65.7.0 \
+    WHEEL=0.38.4 \
     PLONE_MAJOR=5.2 \
-    PLONE_VERSION=5.2.8 \
-    PLONE_VERSION_RELEASE=Plone-5.2.8-UnifiedInstaller-1.0 \
-    PLONE_MD5=8ae7370eb8761a48394182ea564bf6f5
+    PLONE_VERSION=5.2.11 \
+    PLONE_VERSION_RELEASE=Plone-5.2.11-UnifiedInstaller-1.0 \
+    PLONE_MD5=2f5affa9cff141c2f53f05c75b6e1625
 
 RUN useradd --system -m -d /plone -U -u 500 plone \
  && mkdir -p /plone/instance/ /data/filestorage /data/blobstorage
diff --git a/plone_5.2.8/buildout.cfg b/plone_5.2.11/buildout.cfg
similarity index 85%
rename from plone_5.2.8/buildout.cfg
rename to plone_5.2.11/buildout.cfg
index e5f81c8..db108df 100644
--- a/plone_5.2.8/buildout.cfg
+++ b/plone_5.2.11/buildout.cfg
@@ -71,8 +71,8 @@ enabled = False
 setuptools =
 zc.buildout =
 
-plone.restapi = 8.24.1
-plone.rest = 2.0.0a5
+plone.restapi = 8.40.0
+plone.rest = 3.0.0
 
 RelStorage = 3.4.5
 argparse = 1.4.0
@@ -82,25 +82,25 @@ case-conversion = 2.1.0
 collective.checkdocs = 0.2
 collective.recipe.plonesite = 1.12.0
 cx-Oracle = 8.3.0
-isort = 5.10.1
-mr.bob = 0.1.2
+isort = 5.11.5
+mr.bob = 1.0.0
 mysqlclient = 2.1.1
-node = 1.0
-node.ext.ldap = 1.0
-node.ext.ugm = 1.0
+node = 1.2.1
+node.ext.ldap = 1.2
+node.ext.ugm = 1.1
 odict = 1.9.0
-pas.plugins.ldap = 1.8.1
+pas.plugins.ldap = 1.8.2
 passlib = 1.7.4
-perfmetrics = 3.2.0
+perfmetrics = 3.3.0
 plumber = 1.7
 psycopg2 = 2.9.3
-pyasn1 = 0.4.8
-pyasn1-modules = 0.2.8
+pyasn1 = 0.5.0
+pyasn1-modules = 0.3.0
 python-ldap = 3.4.2
 python-memcached = 1.59
-regex = 2020.7.14
-yafowil = 2.3.4
-yafowil.plone = 4.0.0a3
-yafowil.widget.array = 1.6.1
+regex = 2023.6.3
+yafowil = 3.1.0
+yafowil.plone = 4.0.0a5
+yafowil.widget.array = 1.7
 yafowil.widget.dict = 1.8
-yafowil.yaml = 1.3.1
+yafowil.yaml = 2.0
diff --git a/plone_5.2.8/docker-entrypoint.sh b/plone_5.2.11/docker-entrypoint.sh
similarity index 100%
rename from plone_5.2.8/docker-entrypoint.sh
rename to plone_5.2.11/docker-entrypoint.sh
diff --git a/plone_5.2.8/docker-initialize.py b/plone_5.2.11/docker-initialize.py
similarity index 100%
rename from plone_5.2.8/docker-initialize.py
rename to plone_5.2.11/docker-initialize.py
diff --git a/plone_latest/Dockerfile b/plone_latest/Dockerfile
index d1646a8..1e25723 100644
--- a/plone_latest/Dockerfile
+++ b/plone_latest/Dockerfile
@@ -1,13 +1,13 @@
-FROM python:3.8-slim-buster
+FROM python:3.8-slim-bullseye
 
 ENV PIP=22.2.2 \
-    ZC_BUILDOUT=2.13.7 \
-    SETUPTOOLS=51.3.3 \
-    WHEEL=0.37.1 \
+    ZC_BUILDOUT=3.0.1 \
+    SETUPTOOLS=65.7.0 \
+    WHEEL=0.38.4 \
     PLONE_MAJOR=5.2 \
-    PLONE_VERSION=5.2.9 \
-    PLONE_VERSION_RELEASE=Plone-5.2.9-UnifiedInstaller-1.0 \
-    PLONE_MD5=fe4bac71688e9704a21f7877680f1374
+    PLONE_VERSION=5.2.12 \
+    PLONE_VERSION_RELEASE=Plone-5.2.12-UnifiedInstaller-1.0 \
+    PLONE_MD5=b616d0337e237074dfebf0974ae62d17
 
 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 e5f81c8..db108df 100644
--- a/plone_latest/buildout.cfg
+++ b/plone_latest/buildout.cfg
@@ -71,8 +71,8 @@ enabled = False
 setuptools =
 zc.buildout =
 
-plone.restapi = 8.24.1
-plone.rest = 2.0.0a5
+plone.restapi = 8.40.0
+plone.rest = 3.0.0
 
 RelStorage = 3.4.5
 argparse = 1.4.0
@@ -82,25 +82,25 @@ case-conversion = 2.1.0
 collective.checkdocs = 0.2
 collective.recipe.plonesite = 1.12.0
 cx-Oracle = 8.3.0
-isort = 5.10.1
-mr.bob = 0.1.2
+isort = 5.11.5
+mr.bob = 1.0.0
 mysqlclient = 2.1.1
-node = 1.0
-node.ext.ldap = 1.0
-node.ext.ugm = 1.0
+node = 1.2.1
+node.ext.ldap = 1.2
+node.ext.ugm = 1.1
 odict = 1.9.0
-pas.plugins.ldap = 1.8.1
+pas.plugins.ldap = 1.8.2
 passlib = 1.7.4
-perfmetrics = 3.2.0
+perfmetrics = 3.3.0
 plumber = 1.7
 psycopg2 = 2.9.3
-pyasn1 = 0.4.8
-pyasn1-modules = 0.2.8
+pyasn1 = 0.5.0
+pyasn1-modules = 0.3.0
 python-ldap = 3.4.2
 python-memcached = 1.59
-regex = 2020.7.14
-yafowil = 2.3.4
-yafowil.plone = 4.0.0a3
-yafowil.widget.array = 1.6.1
+regex = 2023.6.3
+yafowil = 3.1.0
+yafowil.plone = 4.0.0a5
+yafowil.widget.array = 1.7
 yafowil.widget.dict = 1.8
-yafowil.yaml = 1.3.1
+yafowil.yaml = 2.0

Relevant Maintainers:

@tianon tianon merged commit bf649ba into docker-library:master Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants