Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Releases: vmware-archive/dispatch

v0.1.19

27 Jun 04:59
215e0c7
Compare
Choose a tag to compare
[release 0.1.19] Update changelog and docs (#543)

* [release 0.1.19] post and changelog

* Update exposed driver example to eventgrid

v0.1.18

20 Jun 17:38
fdc20be
Compare
Choose a tag to compare
Merge pull request #532 from rjew/bump-release-go-version

Bump release go image version to match e2e

v0.1.17

13 Jun 18:09
00e7e24
Compare
Choose a tag to compare
Merge pull request #509 from neosab/release_0_1_17

Update CHANGELOG and docs for v0.1.17 release

v0.1.16

06 Jun 07:33
2dbabfd
Compare
Choose a tag to compare
Merge pull request #496 from kars7e/release-1.16

Release 0.1.16

v0.1.15

24 May 21:53
Compare
Choose a tag to compare
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

15 May 15:05
f552804
Compare
Choose a tag to compare
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

08 May 18:06
d41f03a
Compare
Choose a tag to compare
[e2e/java] Update function tests to test Spring support (#411)

v0.1.12

18 Apr 05:48
02cd0df
Compare
Choose a tag to compare
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

11 Apr 16:42
6c2d729
Compare
Choose a tag to compare
Workaround scheduling issue in concourse (#373)

v0.1.10

02 Apr 23:47
ea9c810
Compare
Choose a tag to compare
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