Skip to content

Commit

Permalink
Release Plone 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Mar 31, 2023
1 parent 726ccc0 commit 7ce519d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 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.2 as base
FROM plone/plone-backend:6.0.3 as base
FROM base as builder

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

FROM base

ENV PLONE_VERSION=6.0.2 \
ENV PLONE_VERSION=6.0.3 \
GRAYLOG=logcentral.eea.europa.eu:12201 \
GRAYLOG_FACILITY=plone-backend \
MEMCACHE_SERVER=memcached:11211 \
Expand Down
14 changes: 8 additions & 6 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-f https://eggrepo.eea.europa.eu/simple/

# Plone pluggable authentication services
mxdev==3.0.0b2
pas.plugins.ldap==1.8.2
pas.plugins.oidc==1.4
python-ldap==3.4.3
Expand Down Expand Up @@ -31,18 +32,19 @@ yafowil.plone==4.0.0a5
async-generator==1.10
Babel==2.11.0
bda.cache==1.3.0
cryptography==38.0.4
cryptography==39.0.2
defusedxml==0.7.1
dnspython==2.3.0
eventlet==0.33.3
exceptiongroup==1.1.1
five.globalrequest==99.1
furl==2.1.3
greenlet==2.0.2
h11==0.14.0
hurry.filesize==0.9
ijson==3.2.0.post0
Mako==1.2.4
MarkupSafe==2.1.1
MarkupSafe==2.1.2
node.ext.ldap==1.2
node.ext.ugm==1.1
node==1.2
Expand All @@ -66,13 +68,13 @@ robotframework-seleniumtestability==2.0.0
robotframework==6.0.2
robotsuite==2.3.1
selenium==4.7.2
sentry-sdk==1.17.0
sentry-sdk==1.18.0
sniffio==1.3.0
sortedcontainers==2.4.0
trio-websocket==0.9.2
trio-websocket==0.10.0
trio==0.22.0
typing-extensions==4.4.0
wrapt==1.14.1
typing-extensions==4.5.0
wrapt==1.15.0
wsproto==1.2.0
yafowil.widget.array==1.7
yafowil.widget.dict==1.8
Expand Down
2 changes: 1 addition & 1 deletion develop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ endif
##############################################################################
# SETTINGS AND VARIABLE

PLONE_VERSION=6.0.2
PLONE_VERSION=6.0.3
#`docker run -i --rm eeacms/plone-backend env | grep PLONE_VERSION | sed "s/PLONE_VERSION=//g"`
PIP_PARAMS=
#`docker run -i --rm eeacms/plone-backend env | grep PIP_PARAMS | sed "s/PIP_PARAMS=//g"`
Expand Down

0 comments on commit 7ce519d

Please sign in to comment.