You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2023/09/15 19:47:54 UTC

[openwhisk-release] branch master updated: config for runtime-go 1.23.0 (#425)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 542dd5e  config for runtime-go 1.23.0 (#425)
542dd5e is described below

commit 542dd5ea35781dd639bf9e4d5b225d878fb9eabd
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Sep 15 15:47:49 2023 -0400

    config for runtime-go 1.23.0 (#425)
    
    * config for runtime-go 1.23.0
    * update list of actionloop runtimes
---
 docs/release_instructions.md             |  3 ++-
 release-configs/runtime-go-1.23.0.config | 15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/docs/release_instructions.md b/docs/release_instructions.md
index 417aa30..3c69f46 100644
--- a/docs/release_instructions.md
+++ b/docs/release_instructions.md
@@ -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
@@ -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.
diff --git a/release-configs/runtime-go-1.23.0.config b/release-configs/runtime-go-1.23.0.config
new file mode 100644
index 0000000..24f8500
--- /dev/null
+++ b/release-configs/runtime-go-1.23.0.config
@@ -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"
+  }
+}