Skip to content

Releases: apache/openwhisk-runtime-go

1.25.0

Choose a tag to compare

@dgrove-oss dgrove-oss released this 05 Sep 17:34
1.22@1.25.0
7530882
  • Remove obsolete buster-backports repository from build. (#199)
  • Add support for golang 1.23 (#201)
  • Drop support for golang 1.20 (#202)

1.24.0

Choose a tag to compare

@dgrove-oss dgrove-oss released this 16 Feb 15:13
1.22@1.24.0
39cdaa7
  • Add support for golang 1.22 (#195)
  • Drop support for golang 1.19 (#197)

1.23.0

Choose a tag to compare

@dgrove-oss dgrove-oss released this 15 Sep 14:39
1.21@1.23.0
f480e6e
  • Add support for golang 1.21 (#193)

1.22.0

Choose a tag to compare

@dgrove-oss dgrove-oss released this 25 Apr 20:31
1.20@1.22.0
2cf75df
  • Add tar.gz support to the go Proxy (#191)
  • Update net Package as temporary vulnerability fix (#190)
  • Update minimum version to 1.19; go mod tidy (#188)

1.21.0

Choose a tag to compare

@dgrove-oss dgrove-oss released this 25 Feb 01:36
1.20@1.21.0
ffb9b6f
  • Add support for go 1.20 (#184)
  • Add support for go 1.19 (#175)
  • Drop support for go 1.17 and 1.18 (#186)

1.20.0

Choose a tag to compare

@dgrove-oss dgrove-oss released this 14 Aug 16:52
1.17@1.20.0
319e86a
  • Support array result include sequence action (#170)
  • Upgrade to Gradle 6 (#172)
  • Drop support for go 1.16 (#169)

1.19.0

Choose a tag to compare

@dgrove-oss dgrove-oss released this 24 May 12:17
1.16@1.19.0
3bc6401
  • Add support for go 1.18 and go 1.17
  • Drop support for go 1.13 and go 1.15
  • Add Zip support for the runtimes (#164)
  • Golang compilescript works with both Python 3 and Python 2 (#160)

1.18.0

Choose a tag to compare

@dgrove-oss dgrove-oss released this 01 Aug 20:01
1.16@1.18.0
41d627a
  • 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

Choose a tag to compare

@dgrove-oss dgrove-oss released this 12 Feb 16:38
1.15@1.17.0
13be9e2
  • go 1.15 runtime upgraded to 1.15.7
  • go 1.13 runtime upgraded to 1.13.15
  • add 'apt-get upgrade' to the image build of go 1.15 and go 1.13 to get latest security fixes during each build, for the case the base images are not updated frequently

1.16.0

Choose a tag to compare

@dgrove-oss dgrove-oss released this 29 Sep 00:25
1.15@1.16.0
cd43284
  • 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