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-runtime-go.git
The following commit(s) were added to refs/heads/master by this push:
new 41d627a update CHANGES.md for 1.18.0 release (#153)
41d627a is described below
commit 41d627a91fa11244ad4879c9c5e5858590d49cb8
Author: David Grove <[email protected]>
AuthorDate: Wed Jul 28 16:02:21 2021 -0400
update CHANGES.md for 1.18.0 release (#153)
---
CHANGES.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index d620ce5..8433c88 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -16,13 +16,13 @@
# limitations under the License.
#
-->
-# next release
-- go 1.15 runtime upgraded to 1.15.14
-
-# 1.17.1
-- support for zipping and unzipping symbolic links (required to support
virtualenvs)
-- go 1.15 runtime upgraded to 1.15.13
-- extend `proxy -version` to also show the go version the proxy.go was
compiled with (makes it easier to check if go security updates need to be
applied)
+# 1.18.0
+- Added support for go 1.16 (#149)
+- Updated go 1.15 runtime to 1.15.14
+- Added aws example and use actionloop-base for bash example (#152)
+- Extend `proxy -version` to also show the go runtime version. (#150)
+- Support for zipping and unzipping symbolic links (required to support
virtualenvs) (#148)
+- Resolve akka versions explicitly. (#147)
# 1.17.0
- go 1.15 runtime upgraded to 1.15.7