Skip to content

Commit

Permalink
feat: Upgrade to Plone Backend 6.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Feb 6, 2024
1 parent 8761ece commit a7a6cbc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 56 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM plone/plone-backend:6.0.7 as base
FROM plone/plone-backend:6.0.9 as base
FROM base as builder

ENV PLONE_VERSION=6.0.7 \
ENV PLONE_VERSION=6.0.9 \
GRAYLOG=logcentral.eea.europa.eu:12201 \
GRAYLOG_FACILITY=plone-backend \
MEMCACHE_SERVER=memcached:11211 \
Expand All @@ -20,7 +20,7 @@ RUN pip wheel -r requirements.txt -c constraints.txt -c https://dist.plone.org/r

FROM base

ENV PLONE_VERSION=6.0.7 \
ENV PLONE_VERSION=6.0.9 \
GRAYLOG=logcentral.eea.europa.eu:12201 \
GRAYLOG_FACILITY=plone-backend \
MEMCACHE_SERVER=memcached:11211 \
Expand Down
64 changes: 11 additions & 53 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Plone pluggable authentication services
pas.plugins.authomatic==1.2.0
pas.plugins.ldap==1.8.3.dev3
python-ldap==3.4.3
python-memcached==1.59
python-ldap==3.4.4
python-memcached==1.62

# EEA KitKat bundle
eea.kitkat==7.0
Expand All @@ -26,75 +26,33 @@ eea.graylogger==2.4
eea.api.glossary==1.1

# Picked versions
amqp==5.1.1
amqp==5.2.0
amqplib==1.0.2
annotated-types==0.6.0
Authomatic==1.2.1
Babel==2.12.1
backports.cached-property==1.0.2
bda.cache==1.3.0
cryptography==41.0.3
defusedxml==0.7.1
dnspython==2.4.2
eventlet==0.33.3
exceptiongroup==1.1.2
dnspython==2.5.0
elastic-transport==8.12.0
elasticsearch==8.12.0
eventlet==0.35.1
five.globalrequest==99.1
furl==2.1.3
graypy==3.2.0
greenlet==3.0.0
grpcio-tools==1.54.2
grpcio==1.54.2
h11==0.14.0
greenlet==3.0.3
hurry.filesize==0.9
ijson==3.2.3
Mako==1.2.4
MarkupSafe==2.1.3
node.ext.ldap==1.2
node.ext.ugm==1.1
node==1.2.1
odict==1.9.0
oic==1.6.1
orderedmultidict==1.0.1
outcome==1.2.0
overrides==7.3.1
passlib==1.7.4
plone.app.robotframework==2.1.0
plone.app.testing==7.0.1
plone.synchronize==1.0.4
plone.testing==8.0.4
plumber==1.7
protobuf==4.23.1
pycryptodomex==3.19.0
pydantic-core==2.10.1
pydantic-settings==2.0.3
pydantic==2.4.2
pyjwkest==1.4.2
PySocks==1.7.1
python-dotenv==1.0.0
PyYAML==6.0
robotframework-assertion-engine==1.0.0
robotframework-browser==16.2.0
robotframework-pythonlibcore==4.1.2
robotframework-selenium2library==3.0.0
robotframework-seleniumlibrary==6.1.0
robotframework-seleniumtestability==2.1.0
robotframework==6.0.2
robotsuite==2.3.2
selenium==4.9.1
sentry-sdk==1.32.0
sniffio==1.3.0
sortedcontainers==2.4.0
trio-websocket==0.10.3
trio==0.22.2
typing-extensions==4.7.1
vine==5.0.0
wrapt==1.15.0
wsproto==1.2.0
PyYAML==6.0.1
sentry-sdk==1.40.1
vine==5.1.0
yafowil.bootstrap==2.0.0a1
yafowil.plone==5.0.0a1
yafowil.widget.array==1.7
yafowil.widget.dict==1.8
yafowil.yaml==2.0
yafowil==3.1.0
z3c.jbot==2.0
zope.testrunner==6.1

0 comments on commit a7a6cbc

Please sign in to comment.