Skip to content
Open
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.20.0"
".": "1.21.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.21.0](https://github.com/ymirapp/php-runtime/compare/v1.20.0...v1.21.0) (2026-07-09)


### Features

* Add runtime maintenance mode support ([a2efacf](https://github.com/ymirapp/php-runtime/commit/a2efacf0405afb6921a6ec5a757055a141cade87))


### Bug Fixes

* Don't fail if encrypted environment file is missing ([2b3951f](https://github.com/ymirapp/php-runtime/commit/2b3951f3d65ca9ca5300057c174fb79c372748ef))

## [1.20.0](https://github.com/ymirapp/php-runtime/compare/v1.19.4...v1.20.0) (2026-07-02)


Expand Down
2 changes: 1 addition & 1 deletion runtime/php-72/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion runtime/php-73/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion runtime/php-74/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion runtime/php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion runtime/php-81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion runtime/php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion runtime/php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion runtime/php-84/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion runtime/php-85/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down