From a3a9c7e0c5ca324f488fe7354f00a997398195f7 Mon Sep 17 00:00:00 2001 From: alin Date: Wed, 31 Jul 2024 13:13:39 +0300 Subject: [PATCH] Release 5.2.14 --- 5.2/5.2.14/alpine/Dockerfile | 6 +++--- 5.2/5.2.14/alpine/buildout.cfg | 4 ++-- 5.2/5.2.14/debian/Dockerfile | 6 +++--- 5.2/5.2.14/debian/buildout.cfg | 4 ++-- 5.2/5.2.14/python2/Dockerfile | 6 +++--- 5.2/5.2.14/python2/buildout.cfg | 2 +- 5.2/5.2.14/python37/Dockerfile | 6 +++--- 5.2/5.2.14/python37/buildout.cfg | 4 ++-- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/5.2/5.2.14/alpine/Dockerfile b/5.2/5.2.14/alpine/Dockerfile index 21babe5..768e0cd 100644 --- a/5.2/5.2.14/alpine/Dockerfile +++ b/5.2/5.2.14/alpine/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 addgroup -g 500 plone \ && adduser -S -D -G plone -u 500 plone \ diff --git a/5.2/5.2.14/alpine/buildout.cfg b/5.2/5.2.14/alpine/buildout.cfg index 02ca654..dd2d0be 100644 --- a/5.2/5.2.14/alpine/buildout.cfg +++ b/5.2/5.2.14/alpine/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 diff --git a/5.2/5.2.14/debian/Dockerfile b/5.2/5.2.14/debian/Dockerfile index 41f437e..c56dced 100644 --- a/5.2/5.2.14/debian/Dockerfile +++ b/5.2/5.2.14/debian/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/5.2/5.2.14/debian/buildout.cfg b/5.2/5.2.14/debian/buildout.cfg index 02ca654..dd2d0be 100644 --- a/5.2/5.2.14/debian/buildout.cfg +++ b/5.2/5.2.14/debian/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 diff --git a/5.2/5.2.14/python2/Dockerfile b/5.2/5.2.14/python2/Dockerfile index 0f87b18..9576595 100644 --- a/5.2/5.2.14/python2/Dockerfile +++ b/5.2/5.2.14/python2/Dockerfile @@ -5,9 +5,9 @@ ENV PIP=20.3.4 \ SETUPTOOLS=44.1.1 \ WHEEL=0.37.1 \ 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/5.2/5.2.14/python2/buildout.cfg b/5.2/5.2.14/python2/buildout.cfg index 6f0312d..91a9542 100644 --- a/5.2/5.2.14/python2/buildout.cfg +++ b/5.2/5.2.14/python2/buildout.cfg @@ -69,7 +69,7 @@ enabled = False setuptools = zc.buildout = -plone.restapi = 7.8.2 +plone.restapi = 7.8.3 RelStorage = 3.4.0 argparse = 1.4.0 diff --git a/5.2/5.2.14/python37/Dockerfile b/5.2/5.2.14/python37/Dockerfile index eebe0f9..567a1aa 100644 --- a/5.2/5.2.14/python37/Dockerfile +++ b/5.2/5.2.14/python37/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/5.2/5.2.14/python37/buildout.cfg b/5.2/5.2.14/python37/buildout.cfg index 02ca654..dd2d0be 100644 --- a/5.2/5.2.14/python37/buildout.cfg +++ b/5.2/5.2.14/python37/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