Skip to content

Commit

Permalink
September 2024 runtime wave release configs (#432)
Browse files Browse the repository at this point in the history
* release config for runtime-go 1.25

* upgrade PyYAML to 6.0

Was having problems building PyYAML 5.4 on arm64 with miniconda;
upgrading to 6.0 fixed it...

* release configs for runtime-docker-1.16.0 and runtime-nodejs-1.23.0
  • Loading branch information
dgrove-oss authored Sep 7, 2024
1 parent 1f9463f commit cb24678
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 1 deletion.
15 changes: 15 additions & 0 deletions release-configs/runtime-docker-1.16.0.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"versioning": {
"version": "1.16.0",
"pre_release_version": "rc1"
},
"RepoList": [
"openwhisk-runtime-docker"
],
"openwhisk_runtime_docker": {
"name": "OpenWhisk Runtime Docker",
"hash": "64943d7cfb393b6d4d137569f502e61a0efd212e",
"repository": "https://github.com/apache/openwhisk-runtime-docker.git",
"branch": "master"
}
}
15 changes: 15 additions & 0 deletions release-configs/runtime-go-1.25.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"versioning": {
"version": "1.25.0",
"pre_release_version": "rc1"
},
"RepoList": [
"openwhisk-runtime-go"
],
"openwhisk_runtime_go": {
"name": "OpenWhisk Runtime Go",
"hash": "7530882b7565c2909f2d1cd334f33d5794b61737",
"repository": "https://github.com/apache/openwhisk-runtime-go.git",
"branch": "master"
}
}
15 changes: 15 additions & 0 deletions release-configs/runtime-nodejs-1.23.0.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"versioning": {
"version": "1.23.0",
"pre_release_version": "rc1"
},
"RepoList": [
"openwhisk-runtime-nodejs"
],
"openwhisk_runtime_nodejs": {
"name": "OpenWhisk Runtime Node.js",
"hash": "c51a0a6b6dbeb98bb05a570129fbf32c9062ee65",
"repository": "https://github.com/apache/openwhisk-runtime-nodejs.git",
"branch": "master"
}
}
2 changes: 1 addition & 1 deletion tools/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PyYAML==5.4
PyYAML==6.0

0 comments on commit cb24678

Please sign in to comment.