Releases: Qarik-Group/eden
Releases · Qarik-Group/eden
eden Release v0.7.4
- add parameters to provision request [#23]
- binaries built with Go 1.13.X
eden Release v0.7.3
-
Consider service plan
free
as optional (#20)As per specification
plan.free
is not a required parameter and entirely skipped in json serialization in the brokerapi implementation. (see omitempty).
Eden will panic while trying to dereference a nil pointer. -
eden
release built with Go 1.12
eden Release v0.7.2
- 'catalog' includes a 'Free or Paid' column
eden Release v0.7.1
- Provision + Bind both send some dummy paramters to API
- Capture errors from all API actions
eden Release v0.7.0
-
Fixes to
eden catalog
table layoutService Plan Description ======= ==== =========== searchify small Small ~ plus Plus ~ pro Pro blazemeter free-tier Free ~ basic1kmr Basic ~ pro5kmr Pro rediscloud 100mb Basic ~ 250mb Mini ~ 500mb Small
-
Move to
dep
for dependencies
eden Release v0.6.4
Improvements
-
New
--json
flag for thecatalog
andservices
commands, to
make it easier to use via jq (without spruce). -
The
bind
andunbind
commands now support anSB_BINDING
environment variable. Additionally, you can now specify your
binding ID ahead of time for thebind
command. -
New
--strict
flag to thecatalog
command, for validating a
service broker catalog the way CF does.
eden Release v0.6.3
- Fix unmarshalling of provision errors [thanks @Samze]
eden Release v0.6.2
- Spec states that 200 OK is a valid response that signifies the instance already exists & is fully provisioned. [thx @Samze]
eden Release v0.6.1
- Send 'operation' value when calling lastOperation endpoint [#13] - thanks @henryaj and @jacknewberry!