This is an automated email from the ASF dual-hosted git repository.
rabbah 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 91be4be document openwhisk-runtime-go 1.17.0 (#368)
91be4be is described below
commit 91be4bea67d79e5e738de1c8ebefc0bedc062314
Author: David Grove <[email protected]>
AuthorDate: Fri Feb 12 13:36:19 2021 -0500
document openwhisk-runtime-go 1.17.0 (#368)
---
release-configs/runtime-go-1.17.0.config | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/release-configs/runtime-go-1.17.0.config
b/release-configs/runtime-go-1.17.0.config
new file mode 100644
index 0000000..4f7f0d6
--- /dev/null
+++ b/release-configs/runtime-go-1.17.0.config
@@ -0,0 +1,15 @@
+{
+ "versioning": {
+ "version": "1.17.0",
+ "pre_release_version": "rc1"
+ },
+ "RepoList": [
+ "openwhisk-runtime-go"
+ ],
+ "openwhisk_runtime_go": {
+ "name": "OpenWhisk Runtime Go",
+ "hash": " 13be9e24885fc2b5c4c5093bb204da8395f0f401",
+ "repository": "https://github.com/apache/openwhisk-runtime-go.git",
+ "branch": "master"
+ }
+}