Skip to content

Commit

Permalink
upgrade plone (#9)
Browse files Browse the repository at this point in the history
* upgrade plone

* update docker

* Update versions.cfg
  • Loading branch information
mamico authored Oct 9, 2023
1 parent 0a7de32 commit 6226f8b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM plone/plone-backend:5.2.10
FROM plone/plone-backend:5.2.14
COPY docker/create-constraints.py docker/constraints.cfg docker/requirements.txt /app/
COPY versions.cfg /
RUN pip install -r https://dist.plone.org/release/5.2.10/requirements.txt ${PIP_PARAMS} && \
RUN pip install -r https://dist.plone.org/release/5.2.14/requirements.txt ${PIP_PARAMS} && \
python create-constraints.py constraints.cfg constraints.txt && \
./bin/pip install --ignore-requires-python -r requirements.txt -c constraints.txt ${PIP_PARAMS} && \
find /app/lib -name LC_MESSAGES -exec chown -R plone:plone {} \;
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-r https://dist.plone.org/release/5.2.10/requirements.txt
-r https://dist.plone.org/release/5.2.14/requirements.txt
8 changes: 4 additions & 4 deletions versions.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[buildout]
extends =
https://dist.plone.org/release/5.2.12/versions.cfg
https://dist.plone.org/release/5.2.14/versions.cfg
# al momento non necessario perché la versione di plone è l'ultima disponibile
# https://raw.githubusercontent.com/RedTurtle/plone-hotfixes/main/5.2.x.cfg

Expand Down Expand Up @@ -40,7 +40,7 @@ redturtle.bandi = 1.4.3
redturtle.faq = 1.0.1
redturtle.rssservice = 2.2.1
redturtle.volto = 5.2.3
redturtle.voltoplugin.editablefooter = 1.1.1
redturtle.voltoplugin.editablefooter = 1.1.2
rer.customersatisfaction = 2.0.0
pycountry = 22.3.5
# TODO: check withs sentry-sdk >= 1
Expand All @@ -62,9 +62,9 @@ pas.plugins.ldap = 1.8.2
node.ext.ugm = 1.0

# plone products backports (maybe need to be removed when upgrading plone versions)
plone.restapi = 8.41.0
plone.restapi = 8.43.3
plone.volto = 4.0.0
plone.rest = 2.0.0
plone.rest = 2.0.1

# plone ecosystem
# plone.patternslib = 1.3.0
Expand Down

0 comments on commit 6226f8b

Please sign in to comment.