This repository was archived by the owner on Nov 16, 2020. It is now read-only.
Releases: vmware-archive/dispatch
Releases · vmware-archive/dispatch
v0.1.19
v0.1.18
v0.1.17
v0.1.16
v0.1.15
CLI: create function: support single-file functions (#474) * CLI: create function: single-file functions Make `--handler` unnecessary when creating single-file functions. The base-image will try to guess the handler at function creation. This is language dependent. Function creation will fail for base-images not supporting this feature. Also, update docs and base-image versions * Bump base-image versions * Error out when source is a dir and no handler is set
v0.1.14
Adding support for private registries (image pull) (#438) * Previously functions could not pull private images * Also fix single-namespace install - transports now install correctly * Only supports OpenFaaS - Riff does not support image pull secrets Needs e2e tests. Tested manually on minikube
v0.1.13
v0.1.12
Add missing service tests (#378) * Add missing service tests This commit fill out a lot of the missing service tests. * Fix issues brought up by tests * Remove embeded Binding on ServiceInstance entity (was confusing) * Small refactor to build bindings in handler * allow serviceclasses to be updated
v0.1.11
v0.1.10
Service manager initial commit (#346) * WIP: OSBAPI support for service integration * Update vendored files * vendor riff separately... ugh * fix merge issues * fix swagger generated files * regenerate swagger files * fix postgres driver and bump e2e retries * Allow objects passed as parameters * previously just allowed map[string]string which doesn't work for all brokers * add some more tests * slight cleanup