Skip to content

Commit

Permalink
config for runtime-php 1.19.0 (#424)
Browse files Browse the repository at this point in the history
* config for runtime-php 1.19.0
* configs for runtime-java-1.19 and runtime-nodejs-1.22
  • Loading branch information
dgrove-oss authored Sep 22, 2023
1 parent 542dd5e commit 160f9d4
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
15 changes: 15 additions & 0 deletions release-configs/runtime-java-1.19.0.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"versioning": {
"version": "1.19.0",
"pre_release_version": "rc1"
},
"RepoList": [
"openwhisk-runtime-java"
],
"openwhisk_runtime_java": {
"name": "OpenWhisk Runtime Java",
"hash": "fdda52b01913754f31bf5cadcb165eaf2131a007",
"repository": "https://github.com/apache/openwhisk-runtime-java.git",
"branch": "master"
}
}
15 changes: 15 additions & 0 deletions release-configs/runtime-nodejs-1.22.0.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"versioning": {
"version": "1.22.0",
"pre_release_version": "rc1"
},
"RepoList": [
"openwhisk-runtime-nodejs"
],
"openwhisk_runtime_nodejs": {
"name": "OpenWhisk Runtime Node.js",
"hash": "c60a6676375d85878c658412162004848c19f965",
"repository": "https://github.com/apache/openwhisk-runtime-nodejs.git",
"branch": "master"
}
}
15 changes: 15 additions & 0 deletions release-configs/runtime-php-1.19.0.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"versioning": {
"version": "1.19.0",
"pre_release_version": "rc1"
},
"RepoList": [
"openwhisk-runtime-php"
],
"openwhisk_runtime_php": {
"name": "OpenWhisk Runtime PHP",
"hash": "d8cb67a0913bb1c0a3e6cc6571503bcf4cf1a23b",
"repository": "https://github.com/apache/openwhisk-runtime-php.git",
"branch": "master"
}
}

0 comments on commit 160f9d4

Please sign in to comment.