2019-04-12 03:44:53 UTC - Carlos Santana: Thank YOU @Michele Sciabarra and @Roberto Diaz and others helpig with Rust Runtime, Check it out give it a try now :tada: ``` $ ibmcloud fn action update rust-demo func.rust --docker openwhisk/actionloop-rust-v1.34 --web true $ ibmcloud fn action get rust-demo --url <https://us-south.functions.cloud.ibm.com/api/v1/web/r<namespace>/default/rust-demo>
$ curl '<https://us-south.functions.cloud.ibm.com/api/v1/web/r<namespace>/default/rust-demo?name=Carlos>' Hello, Carlos $ hey '<https://us-south.functions.cloud.ibm.com/api/v1/web/<namespace>/default/rust-demo?name=Carlos>' Summary: Total: 0.5985 secs Slowest: 0.3139 secs Fastest: 0.0492 secs Average: 0.1166 secs Requests/sec: 334.1532 ``` gist has the code `func.rust` <https://gist.github.com/csantanapr/be8948e1cd23bdb48f2b8ba14572a007> yay : Bruce Adams, Michele Sciabarra https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1555040693001400 ---- 2019-04-12 03:44:54 UTC - Carlos Santana: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1555040694001500 ---- 2019-04-12 07:55:54 UTC - James Thomas: nice! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1555055754001900 ---- 2019-04-12 15:20:57 UTC - James Thomas: added two new features to the online release verification tool.. - perma-links to release versions, e.g. <http://apache.jamesthom.as/#apache-openwhisk-2.0.0-incubating-rc2> - auto-generation of “release vote text” for voting emails to mailing list https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1555082457003100 ---- 2019-04-12 15:21:49 UTC - James Thomas: combining this with the great verification script from @Rodric Rabbah - there’s almost no excuse for the PMC members not to vote now :slightly_smiling_face: tada : Carlos Santana, Rodric Rabbah, Dragos Dascalita Haut 100 : Rodric Rabbah, Dragos Dascalita Haut +1 : Dominic Kim, Dragos Dascalita Haut https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1555082509004100 ---- 2019-04-12 20:31:57 UTC - Beth: I got openwhisk to work in ICP if my ingress is nodeport. But I have no luck once I switch the type to: Standard. ingress: apiHostName: <http://myicp.abc.com|myicp.abc.com> apiHostPort: 443 apiHostProto: https type: Standard domain: <http://myicp.abc.com|myicp.abc.com> tls: enabled: false secretenabled: true createsecret: false secretname: openwhisk-tls-secret-1 what should be in apihostname? is this the same fqdn we use to access icp console? im confused. I have the secret created as well. But it kept failing during install with this error Installing apimgmt packge error: Package update failed: Put <https://myicp.abc.com:443/api/v1/namespaces/whisk.system/packages/apimgmt?overwrite=true>: net/http: TLS handshake timeout Running out of things to try. :slightly_smiling_face: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1555101117006100?thread_ts=1555101117.006100&cid=C3TPCAQG1 ---- 2019-04-12 21:06:59 UTC - Carlos Santana: @Dave Grove @Mark Deuser ^^ https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1555103219007100?thread_ts=1555101117.006100&cid=C3TPCAQG1 ----
