Skip to content

Commit 53c85b1

Browse files
github-actions[bot]carlalexander
authored andcommitted
chore: release 1.11.0
1 parent 5a9fa6a commit 53c85b1

File tree

10 files changed

+409
-328
lines changed

10 files changed

+409
-328
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [1.11.0](https://github.com/ymirapp/php-runtime/compare/v1.10.2...v1.11.0) (2023-11-10)
4+
5+
6+
### Features
7+
8+
* add php 8.2 ([5a9fa6a](https://github.com/ymirapp/php-runtime/commit/5a9fa6a1e949b6bccac110257951679d7d23b3af))
9+
10+
11+
### Bug Fixes
12+
13+
* remove support for `x-forwarded-for` header ([b23993e](https://github.com/ymirapp/php-runtime/commit/b23993eaa6642a4a4071fb57f73bdf69658f4a6e))

composer.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "ymirapp/php-runtime",
33
"description": "Ymir PHP runtime",
4-
"keywords": ["aws", "lambda", "php"],
4+
"keywords": [
5+
"aws",
6+
"lambda",
7+
"php"
8+
],
59
"type": "project",
610
"license": "MIT",
7-
"authors" : [
11+
"authors": [
812
{
913
"name": "Carl Alexander",
1014
"email": "[email protected]",

layers.json

+192-160
Large diffs are not rendered by default.

layers.php

+192-160
Large diffs are not rendered by default.

runtime/php-72/Dockerfile

+1-1
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.10.2 \
113+
&& git checkout tags/v1.11.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

+1-1
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.10.2 \
118+
&& git checkout tags/v1.11.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

+1-1
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.10.2 \
151+
&& git checkout tags/v1.11.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

+1-1
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.10.2 \
150+
&& git checkout tags/v1.11.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

+1-1
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.10.2 \
149+
&& git checkout tags/v1.11.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

+1-1
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.10.2 \
149+
&& git checkout tags/v1.11.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)