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 43af2fb  update list of actionloop runtimes; remove duplicated 
instruction (#369)
43af2fb is described below

commit 43af2fb3ab2528575e08d12aaff8401bde042b88
Author: David Grove <[email protected]>
AuthorDate: Fri Feb 12 16:16:05 2021 -0500

    update list of actionloop runtimes; remove duplicated instruction (#369)
---
 docs/release_instructions.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/release_instructions.md b/docs/release_instructions.md
index 7739b56..2b7a420 100644
--- a/docs/release_instructions.md
+++ b/docs/release_instructions.md
@@ -322,10 +322,6 @@ build the docker images locally, tag them with the release 
version
 dockerhub using the whiskbot dockerhub id, and update the `latest`
 tag to point to the new images.
 
-If you have published new images to dockerhub, submit PRs to
-[openwhisk-deploy-kube](https://github.com/apache/openwhisk-deploy-kube)
-to use the new images.
-
 ### Rippling changes for openwhisk-runtime-* releases
 
 If you are releasing a new version of an openwhisk-runtime, then
@@ -341,13 +337,17 @@ from openwhisk-runtime-go into other runtime projects to 
build the
 actionloop go proxy.
 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/php7.3Action/Dockerfile
-+ openwhisk-runtime-python/core/pythonActionLoop/Dockerfile
++ openwhisk-runtime-php/core/php7.4Action/Dockerfile
++ openwhisk-runtime-php/core/php8.0Action/Dockerfile
++ openwhisk-runtime-python/core/python2ActionLoop/Dockerfile
++ openwhisk-runtime-python/core/python3ActionLoop/Dockerfile
++ openwhisk-runtime-python/core/python3AiActionLoop/Dockerfile
 + openwhisk-runtime-ruby/core/ruby2.6ActionLoop/Dockerfile
-+ openwhisk-runtime-rust/rust1.34/Dockerfile
++ openwhisk-runtime-rust/core/rust1.34/Dockerfile
 + openwhisk-runtime-swift/core/swift42Action/Dockerfile
 + openwhisk-runtime-swift/core/swift51Action/Dockerfile
++ openwhisk-runtime-swift/core/swift53Action/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.

Reply via email to