Skip to content

Commit

Permalink
configs for rest of September 2024 runtime release wave (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Oct 1, 2024
1 parent 5deeca1 commit d611846
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 0 deletions.
15 changes: 15 additions & 0 deletions release-configs/runtime-java-1.20.0.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"versioning": {
"version": "1.20.0",
"pre_release_version": "rc1"
},
"RepoList": [
"openwhisk-runtime-java"
],
"openwhisk_runtime_java": {
"name": "OpenWhisk Runtime Java",
"hash": "f2f67db117c6cd3695493439c35e8aa39391d2d5",
"repository": "https://github.com/apache/openwhisk-runtime-java.git",
"branch": "master"
}
}
15 changes: 15 additions & 0 deletions release-configs/runtime-php-1.21.0.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"versioning": {
"version": "1.21.0",
"pre_release_version": "rc1"
},
"RepoList": [
"openwhisk-runtime-php"
],
"openwhisk_runtime_php": {
"name": "OpenWhisk Runtime PHP",
"hash": "ca8a68313f466ed5f797594fda477b1437fcac8f",
"repository": "https://github.com/apache/openwhisk-runtime-php.git",
"branch": "master"
}
}
15 changes: 15 additions & 0 deletions release-configs/runtime-python-1.20.0.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"versioning": {
"version": "1.20.0",
"pre_release_version": "rc1"
},
"RepoList": [
"openwhisk-runtime-python"
],
"openwhisk_runtime_python": {
"name": "OpenWhisk Runtime Python",
"hash": "b85d85642155bf39ccbce4c3b490d587f2029178",
"repository": "https://github.com/apache/openwhisk-runtime-python.git",
"branch": "master"
}
}
15 changes: 15 additions & 0 deletions release-configs/runtime-swift-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-swift"
],
"openwhisk_runtime_swift": {
"name": "OpenWhisk Runtime Swift",
"hash": "599672b55986a9caf0bd28a1f08cc4e33f597fbd",
"repository": "https://github.com/apache/openwhisk-runtime-swift.git",
"branch": "master"
}
}

0 comments on commit d611846

Please sign in to comment.