You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by David P Grove <gr...@us.ibm.com> on 2020/10/01 12:48:57 UTC

openwhisk-runtime-go 1.16.0 released

Version 1.16 of openwhisk-runtime-go is now available for download via
http://openwhisk.apache.org/downloads.html

The CHANGELOG is appended.

# 1.16.0
- added go 1.13 and 1.15 with Go modules
- removed support for go1.11 and go1.12
- updated examples
- add 'apt-get upgrade' to the image build to get latest security fixes
during each build, for the case the base images are not updated frequently
- added OW_WAIT_FOR_ACK such at if true, the proxy waits for an
acknowledgement from the action on startup
- added OW_EXECUTION_ENV to validate the execution environment before
starting an action
- write compilation logs to standard out

Re: openwhisk-runtime-go 1.16.0 released

Posted by Dominic Kim <st...@gmail.com>.
This is great!

Thank you David for your efforts.

Regards
Dominic

2020년 10월 1일 (목) 오후 9:49, David P Grove <gr...@us.ibm.com>님이 작성:

>
> Version 1.16 of openwhisk-runtime-go is now available for download via
> http://openwhisk.apache.org/downloads.html
>
> The CHANGELOG is appended.
>
> # 1.16.0
> - added go 1.13 and 1.15 with Go modules
> - removed support for go1.11 and go1.12
> - updated examples
> - add 'apt-get upgrade' to the image build to get latest security fixes
> during each build, for the case the base images are not updated frequently
> - added OW_WAIT_FOR_ACK such at if true, the proxy waits for an
> acknowledgement from the action on startup
> - added OW_EXECUTION_ENV to validate the execution environment before
> starting an action
> - write compilation logs to standard out
>