Skip to content

Commit 13018ac

Browse files
authored
Update dependencies, CHANGELOG and NOTICE for 1.16.0 (#99)
* Update NOTICE to 2021 * Update dependencies & CHANGELOG for 1.16.0 - PHP 7.3.27 with ramsey/uuid3.9.3 & guzzle 6.5.5 - PHP 7.4.15 with ramsey/uuid3.9.3 & guzzle 6.5.5 - PHP 8.0.2
1 parent f8e310c commit 13018ac

9 files changed

Lines changed: 22 additions & 14 deletions

File tree

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache OpenWhisk Runtime PHP
2-
Copyright 2016-2020 The Apache Software Foundation
2+
Copyright 2016-2021 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

core/php7.3Action/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@
1616
# limitations under the License.
1717
#
1818
-->
19-
## Next Release
20-
- Update version of PHP to 7.3.23
19+
## Apache 1.16.0
20+
- Update version of PHP to 7.3.27
21+
- Use openwhisk-runtime-go 1.17.0 to build proxy
22+
- Update guzzlehttp/guzzle to 6.5.5
23+
- Update ramsey/uuid to 3.9.3
2124

2225
## Apache 1.15.0
2326
- Update version of PHP to 7.3.22

core/php7.3Action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN curl -sL \
2828
&& cd openwhisk-runtime-go-*/main\
2929
&& GO111MODULE=on go build -o /bin/proxy
3030

31-
FROM php:7.3.23-cli-stretch
31+
FROM php:7.3.27-cli-stretch
3232

3333
# select the builder to use
3434
ARG GO_PROXY_BUILD_FROM=release

core/php7.3Action/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66
},
77
"require": {
8-
"guzzlehttp/guzzle": "6.5.0",
9-
"ramsey/uuid": "3.9.1"
8+
"guzzlehttp/guzzle": "6.5.5",
9+
"ramsey/uuid": "3.9.3"
1010
}
1111
}

core/php7.4Action/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@
1616
# limitations under the License.
1717
#
1818
-->
19-
## Next Release
20-
- Update version of PHP to 7.4.11
19+
## Apache 1.16.0
20+
- Update version of PHP to 7.4.15
21+
- Use openwhisk-runtime-go 1.17.0 to build proxy
22+
- Update guzzlehttp/guzzle to 6.5.5
23+
- Update ramsey/uuid to 3.9.3
2124

2225
## Apache 1.15.0
2326
- Update version of PHP to 7.4.10

core/php7.4Action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN curl -sL \
2828
&& cd openwhisk-runtime-go-*/main\
2929
&& GO111MODULE=on go build -o /bin/proxy
3030

31-
FROM php:7.4.11-cli-buster
31+
FROM php:7.4.15-cli-buster
3232

3333
# select the builder to use
3434
ARG GO_PROXY_BUILD_FROM=release

core/php7.4Action/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66
},
77
"require": {
8-
"guzzlehttp/guzzle": "6.5.0",
9-
"ramsey/uuid": "3.9.1"
8+
"guzzlehttp/guzzle": "6.5.5",
9+
"ramsey/uuid": "3.9.3"
1010
}
1111
}

core/php8.0Action/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@
1616
# limitations under the License.
1717
#
1818
-->
19-
## Next Release
19+
## Apache 1.16.0
2020
Initial release
21-
- Added: PHP: 8.0.1
21+
22+
- Added: PHP: 8.0.2
23+
- Used openwhisk-runtime-go 1.17.0 to build proxy
2224
- Added: PHP extensions in addition to the standard ones:
2325
- bcmath
2426
- curl

core/php8.0Action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN curl -sL \
2828
&& cd openwhisk-runtime-go-*/main\
2929
&& GO111MODULE=on go build -o /bin/proxy
3030

31-
FROM php:8.0.1-cli-buster
31+
FROM php:8.0.2-cli-buster
3232

3333
# select the builder to use
3434
ARG GO_PROXY_BUILD_FROM=release

0 commit comments

Comments
 (0)