Skip to content

Commit de5833f

Browse files
chore: release 1.16.0
1 parent 605e235 commit de5833f

11 files changed

Lines changed: 34 additions & 10 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.15.4"
2+
".": "1.16.0"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [1.16.0](https://github.com/ymirapp/php-runtime/compare/v1.15.4...v1.16.0) (2026-01-07)
4+
5+
6+
### Features
7+
8+
* Add php 8.5 ([28eb125](https://github.com/ymirapp/php-runtime/commit/28eb1252f8e8761f4f2d78e4c02ee9374a480267))
9+
10+
11+
### Bug Fixes
12+
13+
* Kill the lambda container if we get a `ReadFailedException` exception ([1c95fcb](https://github.com/ymirapp/php-runtime/commit/1c95fcb1e07b6d40a6fcaab10c984cc0346c17f3))
14+
15+
16+
### Dependency Changes
17+
18+
* Upgrade imagick extension to 3.8.1 ([a9a710b](https://github.com/ymirapp/php-runtime/commit/a9a710b53a26ba6b248ebd79f8a76defb070da0c))
19+
* Upgrade imagick to 7.1.2-12 ([83500ed](https://github.com/ymirapp/php-runtime/commit/83500ed1c0bc24a88ab7d5b79ee12a360c1334c8))
20+
* Upgrade relay to 0.20.0 ([758a083](https://github.com/ymirapp/php-runtime/commit/758a0834b8217cd97eaaa45c5d82ecd58e456aa5)), closes [#35](https://github.com/ymirapp/php-runtime/issues/35)
21+
* Upgrade sqlite to 3.51.1 ([10c244c](https://github.com/ymirapp/php-runtime/commit/10c244c48c3ac160aec03ca6518666006bd968ca))
22+
* Upgrade to php 8.1.34 ([9e6343c](https://github.com/ymirapp/php-runtime/commit/9e6343c01af3014e6e1d1f9685c27c6024f7e131))
23+
* Upgrade to php 8.2.30 ([40802b0](https://github.com/ymirapp/php-runtime/commit/40802b026636905290e3401be2c35c688a79f0a8))
24+
* Upgrade to php 8.3.29 ([6dcac6e](https://github.com/ymirapp/php-runtime/commit/6dcac6ec67e932011c0186976189ceb539aad11d))
25+
* Upgrade to php 8.4.16 ([a944801](https://github.com/ymirapp/php-runtime/commit/a9448017fa7bbd7aa97b749605fdeb0b086bb9a4))
26+
327
## [1.15.4](https://github.com/ymirapp/php-runtime/compare/v1.15.3...v1.15.4) (2025-11-16)
428

529

runtime/php-72/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
110110
# Build PHP runtime
111111
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
112112
&& cd /tmp/runtime-build \
113-
&& git checkout tags/v1.15.4 \
113+
&& git checkout tags/v1.16.0 \
114114
&& cd /opt \
115115
&& cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \
116116
&& chmod 0555 /opt/bootstrap /opt/runtime.php \

runtime/php-73/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
115115
# Build PHP runtime
116116
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
117117
&& cd /tmp/runtime-build \
118-
&& git checkout tags/v1.15.4 \
118+
&& git checkout tags/v1.16.0 \
119119
&& cd /opt \
120120
&& cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \
121121
&& chmod 0555 /opt/bootstrap /opt/runtime.php \

runtime/php-74/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
148148
# Build PHP runtime
149149
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
150150
&& cd /tmp/runtime-build \
151-
&& git checkout tags/v1.15.4 \
151+
&& git checkout tags/v1.16.0 \
152152
&& cd /opt \
153153
&& cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \
154154
&& chmod 0555 /opt/bootstrap /opt/runtime.php \

runtime/php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
147147
# Build PHP runtime
148148
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
149149
&& cd /tmp/runtime-build \
150-
&& git checkout tags/v1.15.4 \
150+
&& git checkout tags/v1.16.0 \
151151
&& cd /opt \
152152
&& cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \
153153
&& chmod 0555 /opt/bootstrap /opt/runtime.php \

runtime/php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
146146
# Build PHP runtime
147147
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
148148
&& cd /tmp/runtime-build \
149-
&& git checkout tags/v1.15.4 \
149+
&& git checkout tags/v1.16.0 \
150150
&& cd /opt \
151151
&& cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \
152152
&& chmod 0555 /opt/bootstrap /opt/runtime.php \

runtime/php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
146146
# Build PHP runtime
147147
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
148148
&& cd /tmp/runtime-build \
149-
&& git checkout tags/v1.15.4 \
149+
&& git checkout tags/v1.16.0 \
150150
&& cd /opt \
151151
&& cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \
152152
&& chmod 0555 /opt/bootstrap /opt/runtime.php \

runtime/php-83/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
146146
# Build PHP runtime
147147
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
148148
&& cd /tmp/runtime-build \
149-
&& git checkout tags/v1.15.4 \
149+
&& git checkout tags/v1.16.0 \
150150
&& cd /opt \
151151
&& cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \
152152
&& chmod 0555 /opt/bootstrap /opt/runtime.php \

runtime/php-84/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
145145
# Build PHP runtime
146146
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
147147
&& cd /tmp/runtime-build \
148-
&& git checkout tags/v1.15.4 \
148+
&& git checkout tags/v1.16.0 \
149149
&& cd /opt \
150150
&& cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \
151151
&& chmod 0555 /opt/bootstrap /opt/runtime.php \

0 commit comments

Comments
 (0)