Skip to content

Commit

Permalink
Plone 6.0.14 and 6.1.0b1. (#61)
Browse files Browse the repository at this point in the history
* Plone 6.0.14 and 6.1.0b1.

* Update to latest Volto

* Changelog

---------

Co-authored-by: Victor Fernandez de Alba <[email protected]>
  • Loading branch information
mauritsvanrees and sneridagh authored Jan 7, 2025
1 parent cc389dd commit 1c6e24f
Show file tree
Hide file tree
Showing 18 changed files with 3,224 additions and 2,233 deletions.
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: 20.x
python: "3.11"
plone: "6.0.13"
plone: "6.0.14"

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
env:
node-version: 20.x
python: "3.11"
plone: "6.0.13"
plone: "6.0.14"

jobs:

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2024-12-24

- Merry Christmas!
- Update to Plone 6.1b2 and Volto 18.4.0 @mauritsvanrees @sneridagh

# 2024-09-07

- Update instructions. [ksuess]
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.0b1
ARG PLONE_VERSION=6.1.0b2
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.0b1
ARG PLONE_VERSION=6.1.0b2
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.0b1/constraints.txt
-c https://dist.plone.org/release/6.1.0b2/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.0b1
6.1.0b2
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.0b1
ARG PLONE_VERSION=6.1.0b2
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.0b1
ARG PLONE_VERSION=6.1.0b2
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.1.0b1/constraints.txt
-c https://dist.plone.org/release/6.1.0b2/constraints.txt
2 changes: 1 addition & 1 deletion backend/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.0b1
6.1.0b2
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.0.13
ARG PLONE_VERSION=6.0.14
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.0.13
PLONE_VERSION=6.0.14

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,2 +1,2 @@
-c https://dist.plone.org/release/6.0.13/constraints.txt
-c https://dist.plone.org/release/6.0.14/constraints.txt
plone.distribution==1.0.0b4
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": "[email protected]:plone/volto.git",
"https": "https://github.com/plone/volto.git",
"tag": "18.1.0"
"tag": "18.4.0"
}
}
Loading

0 comments on commit 1c6e24f

Please sign in to comment.