Skip to content

Commit

Permalink
Update to latest backend versions (#4682)
Browse files Browse the repository at this point in the history
sneridagh authored Apr 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent cafad1c commit c29abc0
Showing 4 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -13,15 +13,15 @@ MAKEFLAGS+=--no-builtin-rules
# Project settings

INSTANCE_PORT=8080
DOCKER_IMAGE=plone/server-dev:6.0.2
DOCKER_IMAGE_ACCEPTANCE=plone/server-acceptance:6.0.2
KGS=
DOCKER_IMAGE=plone/server-dev:6.0.3
DOCKER_IMAGE_ACCEPTANCE=plone/server-acceptance:6.0.3
KGS=plone.restapi==8.36.0
NODEBIN = ./node_modules/.bin
SCRIPTSPACKAGE = ./packages/scripts

# Plone 5 legacy
DOCKER_IMAGE5=plone/plone-backend:5.2.10
KGS5=plone.restapi==8.35.0 plone.volto==4.0.7 plone.rest==3.0.0
KGS5=plone.restapi==8.36.0 plone.volto==4.0.7 plone.rest==3.0.0
TESTING_ADDONS=plone.app.robotframework==2.0.0 plone.app.testing==7.0.0

# Sphinx variables
2 changes: 1 addition & 1 deletion api/buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[buildout]
index = https://pypi.org/simple/
extends =
http://dist.plone.org/release/6.0.2/versions.cfg
http://dist.plone.org/release/6.0.3/versions.cfg
version-constraints.cfg
versions.cfg
parts = instance plonesite site-packages test robot-server
2 changes: 1 addition & 1 deletion api/versions.cfg
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ async-generator = 1.10
collective.folderishtypes = 3.0.0
collective.recipe.plonesite = 1.12.0
h11 = 0.12.0
plone.restapi = 8.35.1
plone.restapi = 8.36.0
plone.volto = 4.0.7
prompt-toolkit = 2.0.10
pyOpenSSL = 21.0.0
1 change: 1 addition & 0 deletions news/4682.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update to p.restapi 8.36.0 and Plone 6.0.3 @sneridagh

0 comments on commit c29abc0

Please sign in to comment.