Skip to content

Commit a4723e7

Browse files
github-actions[bot]carlalexander
authored andcommitted
chore: release 1.13.0
1 parent d345c55 commit a4723e7

File tree

12 files changed

+538
-457
lines changed

12 files changed

+538
-457
lines changed

.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.12.4"
2+
".": "1.13.0"
33
}

CHANGELOG.md

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

3+
## [1.13.0](https://github.com/ymirapp/php-runtime/compare/v1.12.4...v1.13.0) (2025-01-21)
4+
5+
6+
### Features
7+
8+
* Add php 8.4 ([ff14738](https://github.com/ymirapp/php-runtime/commit/ff1473811243a5241763832c7c0cdb072f3690a1))
9+
* Switch to compiling libwebp ([4014aa9](https://github.com/ymirapp/php-runtime/commit/4014aa921c9fe4f4ce39e89e2c8c2d22dd988f52))
10+
* Switch to compiling sqlite ([ea275ae](https://github.com/ymirapp/php-runtime/commit/ea275ae37fa8917f2a3fc70e401a032e5d178795))
11+
* Switch to compiling zlib ([e2ebd02](https://github.com/ymirapp/php-runtime/commit/e2ebd02757c1a43fbd3291b1429f64cfcc6786e7))
12+
13+
14+
### Bug Fixes
15+
16+
* Downgrade libheif to fix build issue ([8448abc](https://github.com/ymirapp/php-runtime/commit/8448abc9a0594ef42d1c06adc1281608677fc774))
17+
* Downgrade libxml2 version to fix pear install on older php versions ([796b13c](https://github.com/ymirapp/php-runtime/commit/796b13c95e4e25caf0c8fa9e0b009efdd71ec699))
18+
* Fix broken libsodium build ([1cd905f](https://github.com/ymirapp/php-runtime/commit/1cd905f60bbef1bced5de87feff3505e25262ec5))
19+
320
## [1.12.4](https://github.com/ymirapp/php-runtime/compare/v1.12.3...v1.12.4) (2024-12-20)
421

522

layers.json

Lines changed: 256 additions & 224 deletions
Large diffs are not rendered by default.

layers.php

Lines changed: 256 additions & 224 deletions
Large diffs are not rendered by default.

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.12.4 \
113+
&& git checkout tags/v1.13.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.12.4 \
118+
&& git checkout tags/v1.13.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.12.4 \
151+
&& git checkout tags/v1.13.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.12.4 \
150+
&& git checkout tags/v1.13.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.12.4 \
149+
&& git checkout tags/v1.13.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.12.4 \
149+
&& git checkout tags/v1.13.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 \

0 commit comments

Comments
 (0)