Skip to content

Releases: Qarik-Group/eden

eden Release v0.7.4

25 Oct 00:05
Compare
Choose a tag to compare
  • add parameters to provision request [#23]
  • binaries built with Go 1.13.X

eden Release v0.7.3

30 Aug 21:39
Compare
Choose a tag to compare
  • 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

01 Nov 12:51
Compare
Choose a tag to compare
  • 'catalog' includes a 'Free or Paid' column

eden Release v0.7.1

01 Nov 05:33
Compare
Choose a tag to compare
  • Provision + Bind both send some dummy paramters to API
  • Capture errors from all API actions

eden Release v0.7.0

28 Oct 20:42
Compare
Choose a tag to compare
  • Fixes to eden catalog table layout

    Service                                              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

30 Aug 13:58
Compare
Choose a tag to compare

Improvements

  • New --json flag for the catalog and services commands, to
    make it easier to use via jq (without spruce).

  • The bind and unbind commands now support an SB_BINDING
    environment variable. Additionally, you can now specify your
    binding ID ahead of time for the bind command.

  • New --strict flag to the catalog command, for validating a
    service broker catalog the way CF does.

eden Release v0.6.3

13 Feb 13:56
Compare
Choose a tag to compare
  • Fix unmarshalling of provision errors [thanks @Samze]

eden Release v0.6.2

13 Feb 05:48
Compare
Choose a tag to compare
  • 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

09 Feb 20:37
Compare
Choose a tag to compare

eden Release v0.6.0

19 Oct 02:27
Compare
Choose a tag to compare
  • Switched env vars to match alternate CLI sb-cli

    export SB_BROKER_URL=https://mybroker.com
    export SB_BROKER_USERNAME=username
    export SB_BROKER_PASSWORD=password
    
  • CI now includes test-pr job to automatically build + test pull requests