From 1d5e19e1680355961fc5fd43a59ae87b3b0be75b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 20:41:45 +0000 Subject: [PATCH] chore: release 1.21.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ runtime/php-72/Dockerfile | 2 +- runtime/php-73/Dockerfile | 2 +- runtime/php-74/Dockerfile | 2 +- runtime/php-80/Dockerfile | 2 +- runtime/php-81/Dockerfile | 2 +- runtime/php-82/Dockerfile | 2 +- runtime/php-83/Dockerfile | 2 +- runtime/php-84/Dockerfile | 2 +- runtime/php-85/Dockerfile | 2 +- 11 files changed, 31 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 90c1fde..307f472 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.20.0" + ".": "1.21.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a29541d..c205c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.21.0](https://github.com/ymirapp/php-runtime/compare/v1.20.0...v1.21.0) (2026-07-18) + + +### Features + +* Add runtime maintenance mode support ([35ea720](https://github.com/ymirapp/php-runtime/commit/35ea720ddf488ac21237031fc9896fa7881d54a1)) + + +### Bug Fixes + +* Don't fail if encrypted environment file is missing ([2b3951f](https://github.com/ymirapp/php-runtime/commit/2b3951f3d65ca9ca5300057c174fb79c372748ef)) + + +### Dependency Changes + +* Upgrade imagick to 7.1.2-27 ([0de63bb](https://github.com/ymirapp/php-runtime/commit/0de63bb517f8a44e86896dbecf3db6f132ab6cb0)) +* Upgrade to php 8.2.32 ([e2a878a](https://github.com/ymirapp/php-runtime/commit/e2a878a26f82a85e3520996d2204132186bba814)) +* Upgrade to php 8.3.32 ([fbbf993](https://github.com/ymirapp/php-runtime/commit/fbbf993f8bcc8a5f17e0ec6a42032a8c22e30b11)) +* Upgrade to php 8.4.23 ([275e9bc](https://github.com/ymirapp/php-runtime/commit/275e9bc1c809a4e60b76914a0212c85efe0eb027)) +* Upgrade to php 8.5.8 ([5aaec15](https://github.com/ymirapp/php-runtime/commit/5aaec1598c4c2432ca4152328e5060ac52202bf4)) + ## [1.20.0](https://github.com/ymirapp/php-runtime/compare/v1.19.4...v1.20.0) (2026-07-02) diff --git a/runtime/php-72/Dockerfile b/runtime/php-72/Dockerfile index 7f56713..7a8a189 100644 --- a/runtime/php-72/Dockerfile +++ b/runtime/php-72/Dockerfile @@ -12,7 +12,7 @@ ARG DOCKER_PLATFORM FROM --platform=${DOCKER_PLATFORM} public.ecr.aws/lambda/provided:al2023-${CPU_ARCHITECTURE} as build-environment # x-release-please-start-version -ARG YMIR_RUNTIME_VERSION=1.20.0 +ARG YMIR_RUNTIME_VERSION=1.21.0 # x-release-please-end ENV BUILD_DIR="/tmp/build" INSTALL_DIR="/opt/ymir" diff --git a/runtime/php-73/Dockerfile b/runtime/php-73/Dockerfile index f63a25d..cd5ce88 100644 --- a/runtime/php-73/Dockerfile +++ b/runtime/php-73/Dockerfile @@ -12,7 +12,7 @@ ARG DOCKER_PLATFORM FROM --platform=${DOCKER_PLATFORM} public.ecr.aws/lambda/provided:al2023-${CPU_ARCHITECTURE} as build-environment # x-release-please-start-version -ARG YMIR_RUNTIME_VERSION=1.20.0 +ARG YMIR_RUNTIME_VERSION=1.21.0 # x-release-please-end ENV BUILD_DIR="/tmp/build" INSTALL_DIR="/opt/ymir" diff --git a/runtime/php-74/Dockerfile b/runtime/php-74/Dockerfile index d94f6a7..3b77d9f 100644 --- a/runtime/php-74/Dockerfile +++ b/runtime/php-74/Dockerfile @@ -11,7 +11,7 @@ ARG DOCKER_PLATFORM FROM --platform=${DOCKER_PLATFORM} public.ecr.aws/lambda/provided:al2023-${CPU_ARCHITECTURE} as build-environment # x-release-please-start-version -ARG YMIR_RUNTIME_VERSION=1.20.0 +ARG YMIR_RUNTIME_VERSION=1.21.0 # x-release-please-end ENV BUILD_DIR="/tmp/build" INSTALL_DIR="/opt/ymir" diff --git a/runtime/php-80/Dockerfile b/runtime/php-80/Dockerfile index 2e06507..1124ad4 100644 --- a/runtime/php-80/Dockerfile +++ b/runtime/php-80/Dockerfile @@ -11,7 +11,7 @@ ARG DOCKER_PLATFORM FROM --platform=${DOCKER_PLATFORM} public.ecr.aws/lambda/provided:al2023-${CPU_ARCHITECTURE} as build-environment # x-release-please-start-version -ARG YMIR_RUNTIME_VERSION=1.20.0 +ARG YMIR_RUNTIME_VERSION=1.21.0 # x-release-please-end ENV BUILD_DIR="/tmp/build" INSTALL_DIR="/opt/ymir" diff --git a/runtime/php-81/Dockerfile b/runtime/php-81/Dockerfile index 8c38871..2e2e57b 100644 --- a/runtime/php-81/Dockerfile +++ b/runtime/php-81/Dockerfile @@ -11,7 +11,7 @@ ARG DOCKER_PLATFORM FROM --platform=${DOCKER_PLATFORM} public.ecr.aws/lambda/provided:al2023-${CPU_ARCHITECTURE} as build-environment # x-release-please-start-version -ARG YMIR_RUNTIME_VERSION=1.20.0 +ARG YMIR_RUNTIME_VERSION=1.21.0 # x-release-please-end ENV BUILD_DIR="/tmp/build" INSTALL_DIR="/opt/ymir" diff --git a/runtime/php-82/Dockerfile b/runtime/php-82/Dockerfile index c6e1ff7..90d4252 100644 --- a/runtime/php-82/Dockerfile +++ b/runtime/php-82/Dockerfile @@ -11,7 +11,7 @@ ARG DOCKER_PLATFORM FROM --platform=${DOCKER_PLATFORM} public.ecr.aws/lambda/provided:al2023-${CPU_ARCHITECTURE} as build-environment # x-release-please-start-version -ARG YMIR_RUNTIME_VERSION=1.20.0 +ARG YMIR_RUNTIME_VERSION=1.21.0 # x-release-please-end ENV BUILD_DIR="/tmp/build" INSTALL_DIR="/opt/ymir" diff --git a/runtime/php-83/Dockerfile b/runtime/php-83/Dockerfile index bb353ac..7816ba8 100644 --- a/runtime/php-83/Dockerfile +++ b/runtime/php-83/Dockerfile @@ -11,7 +11,7 @@ ARG DOCKER_PLATFORM FROM --platform=${DOCKER_PLATFORM} public.ecr.aws/lambda/provided:al2023-${CPU_ARCHITECTURE} as build-environment # x-release-please-start-version -ARG YMIR_RUNTIME_VERSION=1.20.0 +ARG YMIR_RUNTIME_VERSION=1.21.0 # x-release-please-end ENV BUILD_DIR="/tmp/build" INSTALL_DIR="/opt/ymir" diff --git a/runtime/php-84/Dockerfile b/runtime/php-84/Dockerfile index ea5c00a..f362d84 100644 --- a/runtime/php-84/Dockerfile +++ b/runtime/php-84/Dockerfile @@ -11,7 +11,7 @@ ARG DOCKER_PLATFORM FROM --platform=${DOCKER_PLATFORM} public.ecr.aws/lambda/provided:al2023-${CPU_ARCHITECTURE} as build-environment # x-release-please-start-version -ARG YMIR_RUNTIME_VERSION=1.20.0 +ARG YMIR_RUNTIME_VERSION=1.21.0 # x-release-please-end ENV BUILD_DIR="/tmp/build" INSTALL_DIR="/opt/ymir" diff --git a/runtime/php-85/Dockerfile b/runtime/php-85/Dockerfile index 644d276..ba0d53d 100644 --- a/runtime/php-85/Dockerfile +++ b/runtime/php-85/Dockerfile @@ -11,7 +11,7 @@ ARG DOCKER_PLATFORM FROM --platform=${DOCKER_PLATFORM} public.ecr.aws/lambda/provided:al2023-${CPU_ARCHITECTURE} as build-environment # x-release-please-start-version -ARG YMIR_RUNTIME_VERSION=1.20.0 +ARG YMIR_RUNTIME_VERSION=1.21.0 # x-release-please-end ENV BUILD_DIR="/tmp/build" INSTALL_DIR="/opt/ymir"