Skip to content

Commit

Permalink
release Plone 5.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
valipod committed Aug 28, 2023
1 parent f2b0c0a commit 0d8cd64
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [5.2.12]
version: [5.2.13]
os: [alpine, debian, python2, python37]

steps:
Expand Down
6 changes: 3 additions & 3 deletions 5.2/5.2.13/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.12 \
PLONE_VERSION_RELEASE=Plone-5.2.12-UnifiedInstaller-1.0 \
PLONE_MD5=b616d0337e237074dfebf0974ae62d17
PLONE_VERSION=5.2.13 \
PLONE_VERSION_RELEASE=Plone-5.2.13-UnifiedInstaller-1.0 \
PLONE_MD5=12c037fae9413385149e8677f8457b84

RUN addgroup -g 500 plone \
&& adduser -S -D -G plone -u 500 plone \
Expand Down
2 changes: 1 addition & 1 deletion 5.2/5.2.13/alpine/buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ enabled = False
setuptools =
zc.buildout =

plone.restapi = 8.40.0
plone.restapi = 8.43.1
plone.rest = 3.0.0

RelStorage = 3.4.5
Expand Down
6 changes: 3 additions & 3 deletions 5.2/5.2.13/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.12 \
PLONE_VERSION_RELEASE=Plone-5.2.12-UnifiedInstaller-1.0 \
PLONE_MD5=b616d0337e237074dfebf0974ae62d17
PLONE_VERSION=5.2.13 \
PLONE_VERSION_RELEASE=Plone-5.2.13-UnifiedInstaller-1.0 \
PLONE_MD5=12c037fae9413385149e8677f8457b84

RUN useradd --system -m -d /plone -U -u 500 plone \
&& mkdir -p /plone/instance/ /data/filestorage /data/blobstorage
Expand Down
2 changes: 1 addition & 1 deletion 5.2/5.2.13/debian/buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ enabled = False
setuptools =
zc.buildout =

plone.restapi = 8.40.0
plone.restapi = 8.43.1
plone.rest = 3.0.0

RelStorage = 3.4.5
Expand Down
6 changes: 3 additions & 3 deletions 5.2/5.2.13/python2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.12 \
PLONE_VERSION_RELEASE=Plone-5.2.12-UnifiedInstaller-1.0 \
PLONE_MD5=b616d0337e237074dfebf0974ae62d17
PLONE_VERSION=5.2.13 \
PLONE_VERSION_RELEASE=Plone-5.2.13-UnifiedInstaller-1.0 \
PLONE_MD5=12c037fae9413385149e8677f8457b84

RUN useradd --system -m -d /plone -U -u 500 plone \
&& mkdir -p /plone/instance/ /data/filestorage /data/blobstorage
Expand Down
6 changes: 3 additions & 3 deletions 5.2/5.2.13/python37/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.12 \
PLONE_VERSION_RELEASE=Plone-5.2.12-UnifiedInstaller-1.0 \
PLONE_MD5=b616d0337e237074dfebf0974ae62d17
PLONE_VERSION=5.2.13 \
PLONE_VERSION_RELEASE=Plone-5.2.13-UnifiedInstaller-1.0 \
PLONE_MD5=12c037fae9413385149e8677f8457b84

RUN useradd --system -m -d /plone -U -u 500 plone \
&& mkdir -p /plone/instance/ /data/filestorage /data/blobstorage
Expand Down
2 changes: 1 addition & 1 deletion 5.2/5.2.13/python37/buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ enabled = False
setuptools =
zc.buildout =

plone.restapi = 8.40.0
plone.restapi = 8.43.1
plone.rest = 3.0.0

RelStorage = 3.4.5
Expand Down
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,6 @@
- Release Plone 5.2.11
[iulianpetchesi]
- Release Plone 5.2.12
[iulianpetchesi]
[iulianpetchesi]
- Release Plone 5.2.13
[valipod]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ If you need Python 2, you can use `plone/plone:5-python2` instead of `plone:5-py

## Supported tags and respective `Dockerfile` links

- [`5.2.12-python38`, `5.2-python38`, `5-python38`, `python38`, `5.2.12`, `5.2`, `5`, `latest` (*5.2.12/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/5.2/5.2.12/debian/Dockerfile)
- [`5.2.13-python38`, `5.2-python38`, `5-python38`, `python38`, `5.2.13`, `5.2`, `5`, `latest` (*5.2.13/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/5.2/5.2.13/debian/Dockerfile)

## Older versions

- [`5.2.12-python2`, `5.2-python2`, `5-python2`, `python2` (*5.2.12/python2/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/5.2/5.2.12/python2/Dockerfile)
- [`5.2.13-python2`, `5.2-python2`, `5-python2`, `python2` (*5.2.13/python2/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/5.2/5.2.13/python2/Dockerfile)
- [`5.1.6`, `5.1` (*5.1.6/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/5.1/5.1.6/debian/Dockerfile)
- [`4.3.19`, `4.3`, `4` (*4.3.19/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/4.3/4.3.19/debian/Dockerfile)

Expand Down

0 comments on commit 0d8cd64

Please sign in to comment.