Skip to content

Releases: maximilien/knfun

KubeCon 2019 San Diego

21 Nov 23:25
Compare
Choose a tag to compare
  • added ASYNC flag to make it easy to demo
  • refined docs revisions and traffic splitting docs section
  • refined next steps
  • added KubeCon 2019 slides in PDF

Async summary page

15 Nov 22:12
Compare
Choose a tag to compare
  • added async_layout.html
  • added SummaryAsyncHandler
  • added template func to ClassifyImage using WatsonFnURL and ImageURL
  • new SummaryFn /async route

Dockerfiles fix

13 Nov 00:20
Compare
Choose a tag to compare
  • change Dockerfile CMD directive to use different form since otherwise environment variables not passed
  • fix bug in flags for WatsonFn function
  • various update to README.md

e2e tests

01 Nov 22:27
Compare
Choose a tag to compare
  • added e2e tests infrastructure
  • added simple smoke tests for twitter-fn and watson-fn

Cleanup

30 Oct 21:59
Compare
Choose a tag to compare
  • various refactors to simplify functions and eliminate duplication
  • various clarifications and cleanup in README
  • added demo slides

First public release

25 Oct 23:15
Compare
Choose a tag to compare
  • twitter-fn function and CLI for searching Twitter API in realtime
  • watson-fn function and CLI for classifying images
  • summary-fn function and CLI for aggregating recent tweets and classifying images
  • detail README to get started locally and deploying onto a Knative cluster using the kn client