Skip to content

Commit

Permalink
config for runtime-go 1.23.0 (#425)
Browse files Browse the repository at this point in the history
* config for runtime-go 1.23.0
* update list of actionloop runtimes
  • Loading branch information
dgrove-oss authored Sep 15, 2023
1 parent a6ba208 commit 542dd5e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/release_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,9 @@ To support reproducible builds, we always use a fixed-tag (and almost always a r
The current list of "actionloop" based Dockerfiles is:

- openwhisk-runtime-java/core/java8actionloop/Dockerfile
- openwhisk-runtime-php/core/php7.4Action/Dockerfile
- openwhisk-runtime-php/core/php8.0Action/Dockerfile
- openwhisk-runtime-php/core/php8.1Action/Dockerfile
- openwhisk-runtime-php/core/php8.2Action/Dockerfile
- openwhisk-runtime-python/core/python39Action/Dockerfile
- openwhisk-runtime-python/core/python310Action/Dockerfile
- openwhisk-runtime-python/core/python311Action/Dockerfile
Expand All @@ -394,6 +394,7 @@ The current list of "actionloop" based Dockerfiles is:
- openwhisk-runtime-swift/core/swift51Action/Dockerfile
- openwhisk-runtime-swift/core/swift53Action/Dockerfile
- openwhisk-runtime-swift/core/swift54Action/Dockerfile
- openwhisk-runtime-swift/core/swift57Action/Dockerfile

To support reproducible builds, we always use a fixed-tag
(and almost always a release tag) when pulling code from `openwhisk-runtime-go` into other runtime projects to build their images.
Expand Down
15 changes: 15 additions & 0 deletions release-configs/runtime-go-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-go"
],
"openwhisk_runtime_go": {
"name": "OpenWhisk Runtime Go",
"hash": "f480e6e5c1c9d052c8da2fcec1beb1b01fba25c9",
"repository": "https://github.com/apache/openwhisk-runtime-go.git",
"branch": "master"
}
}

0 comments on commit 542dd5e

Please sign in to comment.