Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest backend versions #4682

Merged
merged 2 commits into from
Apr 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 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.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
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