Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
node-version: 22.x
python: "3.12"
plone: "6.1.2"
plone: "6.1.3"

jobs:
config:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
env:
node-version: 22.x
python: "3.12"
plone: "6.1.2"
plone: "6.1.3"

jobs:
backend-black:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2025-10-05

- Update to Plone 6.1.3, Volto 18.27.3, and Volto Light Theme 7.2.0. @mauritsvanrees @sneridagh @davisagli

# 2025-07-22

- Pin `plone.staticresources==2.3.1` @petschki
Expand Down
2 changes: 1 addition & 1 deletion backend-volto/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG SEED=1000
ARG PLONE_VERSION=6.1.2
ARG PLONE_VERSION=6.1.3
FROM plone/server-builder:${PLONE_VERSION} AS builder

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

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion backend-volto/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-c https://dist.plone.org/release/6.1.2/constraints.txt
-c https://dist.plone.org/release/6.1.3/constraints.txt
2 changes: 1 addition & 1 deletion backend-volto/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.2
6.1.3
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG SEED=1000
ARG PLONE_VERSION=6.1.2
ARG PLONE_VERSION=6.1.3
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.1.2
ARG PLONE_VERSION=6.1.3
FROM plone/server-builder:${PLONE_VERSION} AS builder

WORKDIR /app
Expand Down
4 changes: 2 additions & 2 deletions backend/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-c https://dist.plone.org/release/6.1.2/constraints.txt
-c https://dist.plone.org/release/6.1.3/constraints.txt

kitconcept.voltolighttheme == 7.0.0a14
kitconcept.voltolighttheme == 7.2.0
2 changes: 1 addition & 1 deletion backend/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.2
6.1.3
2 changes: 1 addition & 1 deletion classic/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG SEED=1000
ARG PLONE_VERSION=6.1.2
ARG PLONE_VERSION=6.1.3
FROM plone/plone-backend:${PLONE_VERSION}
ENV zope_i18n_compile_mo_files=true

Expand Down
2 changes: 1 addition & 1 deletion classic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ YELLOW=`tput setaf 3`
DISTRIBUTIONS="classicdemo"
ALLOWED_DISTRIBUTIONS="classicdemo"

PLONE_VERSION=6.1.2
PLONE_VERSION=6.1.3

BACKEND_FOLDER=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))

Expand Down
2 changes: 1 addition & 1 deletion classic/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-c https://dist.plone.org/release/6.1.2/constraints.txt
-c https://dist.plone.org/release/6.1.3/constraints.txt
2 changes: 1 addition & 1 deletion frontend-volto/mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"package": "@plone/volto",
"url": "git@github.com:plone/volto.git",
"https": "https://github.com/plone/volto.git",
"tag": "18.23.0"
"tag": "18.27.3"
}
}
Loading