Skip to content

Releases: cloudfoundry/go-cfclient

v3.0.0-alpha.20

07 Mar 05:13
5ec6e12

Choose a tag to compare

What's Changed

  • Add state and state_reason to Stack object

Full Changelog: v3.0.0-alpha.19...v3.0.0-alpha.20

v3.0.0-alpha.19

25 Feb 07:25
a29847b

Choose a tag to compare

What's Changed

  • Add missing fields to Deployment object and new deployment continue function. Deployment status details is no longer a map[string]string.

Full Changelog: v3.0.0-alpha.18...v3.0.0-alpha.19

v3.0.0-alpha.18

12 Feb 17:29
3395cd9

Choose a tag to compare

What's Changed

  • Add version to Process object

Full Changelog: v3.0.0-alpha.17...v3.0.0-alpha.18

v3.0.0-alpha.17

07 Jan 19:14
921e535

Choose a tag to compare

What's Changed

  • Added process monitoring to blue-green deployment
  • Add support for Service Broker-provided metadata on Service Instances

Full Changelog: v3.0.0-alpha.16...v3.0.0-alpha.17

v3.0.0-alpha.16

19 Nov 21:14
24a9f85

Choose a tag to compare

What's Changed

  • Apps can be pushed without optionally starting
  • Post-deploy, explicitly restart apps that were already running
  • Ensure application stops when the stopped flag is set with rolling or blue-green strategy
  • Extend process stats object to include some missing fields
  • Service plan method names have been normalized (fixed)

Full Changelog: v3.0.0-alpha.15...v3.0.0-alpha.16

v3.0.0-alpha.15

27 Aug 20:54
5f1c83e

Choose a tag to compare

What's Changed

  • Add lifecycle to manifest

Full Changelog: v3.0.0-alpha.14...v3.0.0-alpha.15

v3.0.0-alpha.14

25 Aug 21:34
808c011

Choose a tag to compare

What's Changed

  • Fix Docker lifecycle creation

Full Changelog: v3.0.0-alpha.13...v3.0.0-alpha.14

v3.0.0-alpha.13

05 Aug 15:51
2048735

Choose a tag to compare

What's Changed

  • Added support for assertion based auth
  • Add support for setting app lifecycle
  • Add Options field to Route structure
  • Correct ListOptions.CreateAt to ListOptions.CreatedAts
  • IncludeSpace string capitalization causes CF-BadQueryParameter
  • Updated autogenerated CF errors
  • Fix error when fetching parameters for service credentials binding

New Contributors

Full Changelog: v3.0.0-alpha.12...v3.0.0-alpha.13

v3.0.0-alpha.12

03 Apr 14:32
049e08a

Choose a tag to compare

What's Changed

  • Add Organization.Suspended as non-pointer bool
  • Added user creation via username and origin
  • Make username and origin fields for user resource as pointer strings
  • Add missing usage summary parameters

New Contributors

Full Changelog: v3.0.0-alpha.11...v3.0.0-alpha.12

v3.0.0-alpha.11

12 Mar 16:08
48b0503

Choose a tag to compare

What's Changed

  • Add ability to only update droplet metadata only and make the resource consistent with all others
  • Add optional image and type to build update for consistency with droplet updates
  • bump golang.org/x/oauth2 from 0.27.0 to 0.28.0

Full Changelog: v3.0.0-alpha.10...v3.0.0-alpha.11