Update to Volto 16.30.1 and Plone 6.0.9 #163
Merged
+165
−73
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR mainly updates Plone 6 and Volto 16 minor versions, at least that's where I started :-$ .
Further it adds tooling to use a local filestorage based content dump instead of having to start a postgresql instance, that would need a postgresql dump restored to work locally with the plone.org content data. the idea is to create a slimmed down version of the plone.org website, create a filestorage/blobstorage tar.gz and pass these to community members who want to help with plone.org technical maintenance and development.
When testing locally I found a problem with the volto-slider-block: the 4 slides on the homepage loose the related image. When I edit the page and relink the images, they work again. Is this a known issue that is caused by the Volto 16 minor update? We might step from 16.19 to 16.30 here, the 16.25 update from David was maybe not deployed yet.
If we only use the slider on the homepage it's a small manual fix, but I'm still intrigued this would happen to the slider block. I tried updating volto-slider-block to the latest 4.x version 4.3.0, doesn't improve the related background image breaking.
detailed changes:
Update to Plone backend 6.0.9
Update volto-slider-block to latest minor in same major release Update volto-matomo to latest minor in same major release. Add alternative filestorage based configuration profile Add zodbconvert example and instructions in devops/zodbconvert Use mxdev 3.1.0 and pip 23.3.2
Update docker-compose example
List and pin backend bootstrap packages in backend/requirements-bootstrap.txt