This is an automated email from the ASF dual-hosted git repository.
chetanm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git.
from 90c20a8 Add descriptions how to update, remove or rename runtime
kinds and language families (#4627)
add 231e739 Add optional config for appending custom registry to user
provided images (#4503)
No new revisions were added by this update.
Summary of changes:
ansible/group_vars/all | 3 +-
ansible/roles/invoker/tasks/deploy.yml | 1 +
.../org/apache/openwhisk/core/WhiskConfig.scala | 1 +
.../core/containerpool/ContainerFactory.scala | 6 ++
.../org/apache/openwhisk/core/entity/Exec.scala | 12 ++-
.../openwhisk/core/entity/ExecManifest.scala | 40 ++++---
.../core/mesos/MesosContainerFactory.scala | 11 +-
.../openwhisk/core/yarn/YARNContainerFactory.scala | 4 +-
core/invoker/src/main/resources/application.conf | 3 +
.../containerpool/docker/DockerContainer.scala | 6 +-
.../docker/DockerContainerFactory.scala | 9 +-
.../docker/StandaloneDockerContainerFactory.scala | 2 +-
.../kubernetes/KubernetesContainerFactory.scala | 13 ++-
tests/src/test/resources/application.conf.j2 | 9 +-
.../docker/test/DockerContainerFactoryTests.scala | 4 +-
.../docker/test/DockerContainerTests.scala | 9 +-
.../yarn/test/YARNContainerFactoryTests.scala | 6 +-
.../core/entity/test/ExecManifestTests.scala | 118 ++++++++++++++-------
18 files changed, 164 insertions(+), 93 deletions(-)