Skip to content

Commit

Permalink
Update to latest backend versions (#4682) (#4683)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh authored Apr 12, 2023
1 parent 9a6f464 commit 5c88cf2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.9
KGS5=plone.restapi==8.35.1 plone.volto==4.0.7 plone.rest==3.0.0
DOCKER_IMAGE5=plone/plone-backend:5.2.10
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
Expand Down
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
Expand Down
2 changes: 1 addition & 1 deletion api/versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 5c88cf2

Please sign in to comment.