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 3c0324f runtime-docker/java/php/ruby/swift 1.14.0 rc1 (#326)
3c0324f is described below
commit 3c0324fd4a215898c4c1eaf5444835df74b3cfb2
Author: David Grove <[email protected]>
AuthorDate: Sun Feb 9 14:32:55 2020 -0500
runtime-docker/java/php/ruby/swift 1.14.0 rc1 (#326)
---
docs/release_instructions.md | 6 ++++
release-configs/runtimes-djprs-1.14.0.config | 43 ++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/docs/release_instructions.md b/docs/release_instructions.md
index c5ee90e..1e91704 100644
--- a/docs/release_instructions.md
+++ b/docs/release_instructions.md
@@ -282,6 +282,12 @@ The current list of actionloop based Dockerfiles is:
+ openwhisk-runtime-swift/core/swift42Action/Dockerfile
+ openwhisk-runtime-swift/core/swift51Action/Dockerfile
+If you released a new version of openwhisk-runtime-docker, then you need
+to update tag information in the Dockerfiles of openwhisk-runtime-python.
+To support reproducible builds, we always use a fixed-tag
+(and almost always a release tag) when pulling code from
openwhisk-runtime-docker
+into other runtime projects to build their images.
+
### Publishing to npm
The openwhisk-client-js and openwhisk-composer project release npm
diff --git a/release-configs/runtimes-djprs-1.14.0.config
b/release-configs/runtimes-djprs-1.14.0.config
new file mode 100644
index 0000000..781f4b9
--- /dev/null
+++ b/release-configs/runtimes-djprs-1.14.0.config
@@ -0,0 +1,43 @@
+{
+ "versioning": {
+ "version": "1.14.0",
+ "pre_release_version": "rc1"
+ },
+ "RepoList": [
+ "openwhisk-runtime-docker",
+ "openwhisk-runtime-java",
+ "openwhisk-runtime-php",
+ "openwhisk-runtime-ruby",
+ "openwhisk-runtime-swift"
+ ],
+ "openwhisk_runtime_docker": {
+ "name": "OpenWhisk Runtime Docker",
+ "hash": "60a6475c65e16fedd280e03f06cba27831289737",
+ "repository": "https://github.com/apache/openwhisk-runtime-docker.git",
+ "branch": "master"
+ },
+ "openwhisk_runtime_java": {
+ "name": "OpenWhisk Runtime Java",
+ "hash": "3faee44ba46151b8548bfbbd7764d89d1b201b54",
+ "repository": "https://github.com/apache/openwhisk-runtime-java.git",
+ "branch": "master"
+ },
+ "openwhisk_runtime_php": {
+ "name": "OpenWhisk Runtime PHP",
+ "hash": "71e7908a1ee57b4f362a147b66b04c6078b13fab",
+ "repository": "https://github.com/apache/openwhisk-runtime-php.git",
+ "branch": "master"
+ },
+ "openwhisk_runtime_ruby": {
+ "name": "OpenWhisk Runtime Ruby",
+ "hash": "5d7b54ec2e775db5c464347dbb4241cefcc7c470",
+ "repository": "https://github.com/apache/openwhisk-runtime-ruby.git",
+ "branch": "master"
+ },
+ "openwhisk_runtime_swift": {
+ "name": "OpenWhisk Runtime Swift",
+ "hash": "70cfc59f12e38f2b5e98292d8e617397f6796d3d",
+ "repository": "https://github.com/apache/openwhisk-runtime-swift.git",
+ "branch": "master"
+ }
+}