Skip to content

Commit

Permalink
Update to Plone 6.1.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Nov 15, 2024
1 parent a396cbf commit 3e12961
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG PLONE_VERSION=6.0.13
ARG PLONE_VERSION=6.1.0b1
FROM plone/server-builder:${PLONE_VERSION} AS builder

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.acceptance
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG PLONE_VERSION=6.0.13
ARG PLONE_VERSION=6.1.0b1
FROM plone/server-builder:${PLONE_VERSION} AS builder

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion backend/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-c https://dist.plone.org/release/6.0.13/constraints.txt
-c https://dist.plone.org/release/6.1.0b1/constraints.txt
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies = [
"pytest-plone>=0.5.0",
"pytest",
"ruff",
"towncrier==23.11.0",
"towncrier",
"zpretty",
]

Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-c https://dist.plone.org/release/6.0.13/constraints.txt
-c https://dist.plone.org/release/6.1.0b1/constraints.txt
8 changes: 0 additions & 8 deletions backend/src/kitconcept/intranet/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,4 @@
<include package=".serializers" />
<include package=".deserializers" />

<browser:page
name="images"
for="plone.app.layout.navigation.interfaces.INavigationRoot"
class="plone.namedfile.scaling.NavigationRootScaling"
allowed_attributes="scale tag"
permission="zope2.View"
/>

</configure>
2 changes: 1 addition & 1 deletion backend/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.13
6.1.0b1

0 comments on commit 3e12961

Please sign in to comment.