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 Plone 6.0.11 #5989

Merged
merged 4 commits into from
Apr 29, 2024
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.10.1/versions.cfg
http://dist.plone.org/release/6.0.11/versions.cfg
version-constraints.cfg
versions.cfg
parts = instance plonesite site-packages test robot-server
Expand Down
1 change: 1 addition & 0 deletions packages/volto/news/5989.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update to use Plone 6.0.11 @sneridagh
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ docutils<0.17,>=0.15 # sphinx-book-theme 0.2.0 has requirement docutils<0.17,>=
Sphinx<5,>=3 # sphinx-book-theme 0.3.3 has requirement sphinx<5,>=3
lesscpy
linkify-it-py
myst-parser
myst-parser==1.0.0 # Temporary pin until theme is updated.
sphinx-autobuild
pydata-sphinx-theme<=0.8.99
sphinx-book-theme==0.3.3
Expand Down
4 changes: 2 additions & 2 deletions variables.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
INSTANCE_PORT=8080
DOCKER_IMAGE=plone/server-dev:6.0.10.1
DOCKER_IMAGE_ACCEPTANCE=plone/server-acceptance:6.0.10.1
DOCKER_IMAGE=plone/server-dev:6.0.11
DOCKER_IMAGE_ACCEPTANCE=plone/server-acceptance:6.0.11
KGS=
NODEBIN = ./node_modules/.bin
SCRIPTSPACKAGE = ./packages/scripts
Expand Down