Skip to content

Releases: nulldriver/cf-cli-resource

v2.3.0

09 Apr 01:12
Compare
Choose a tag to compare

2.3.0 - 2017-11-14

Added

  • Output the cf --version in the logs.
  • create-service-broker command - Create/Update a service broker
  • delete-service-broker command - Delete a service broker
  • enable-service-access command - Enable access to a service or service plan for one or all orgs
  • disable-service-access command - Disable access to a service or service plan for one or all orgs

Changed

  • Updated cf cli to version 6.32.0. This paves the way for introducing some of the new v3 commands (although we haven't implemented any yet...)
  • Log messages have been cleaned up and now use color coded severity levels (in green and red, respectively): [INFO], [ERROR]

Packaged Dependencies

Dependency Version
cf cli 6.32.0
autopilot 0.0.3
yaml 1.10

v2.2.1

09 Apr 01:09
Compare
Choose a tag to compare

2.2.1 - 2017-10-04

Added

  • Change log.
  • Generate release notes from change log for github release.

Changed

  • create-user-provided-service command no longer fails if there is an existing user provided service by the same name. NOTE: This is a departure from how the normal cf cups ... command works as it normally fails with an error:

    Server error, status code: 400, error code: 60002, message: The service instance name is taken: my-cups-service

Packaged Dependencies

Dependency Version
cf cli 6.26.0
autopilot 0.0.3
yaml 1.10

v2.2.0

09 Apr 01:07
Compare
Choose a tag to compare

2.2.0 - 2017-09-25

Added

  • create-user-provided-service command.

Changed

  • Fixed the docs in certain places to state that we 'target' orgs and spaces instead of 'create'.

Packaged Dependencies

Dependency Version
cf cli 6.26.0
autopilot 0.0.3
yaml 1.10

v2.1.1

09 Apr 01:05
Compare
Choose a tag to compare

2.1.1 - 2017-09-19

Fixed

  • No longer use echo -e flag when processing params (which would expand escaped characters and result in invalid json), thanks to a PR by @keymon
  • cf_login skip_ssl_validation param now defaults to false.

Changed

  • Integration test now parameterizes the cf connection settings so we can target different cf installs.
  • Integration test now cleans-up previously failed tests.

Packaged Dependencies

Dependency Version
cf cli 6.26.0
autopilot 0.0.3
yaml 1.10

v2.1.0

09 Apr 01:04
Compare
Choose a tag to compare

2.1.0 - 2017-08-21

Added

  • create-user command to create user with credentials or origin (e.g. ldap, provider-alias).
  • create-users-from-file command to create users from a csv file.
  • delete-user command.

Fixed

  • skip_cert_check is really optional now, thanks to a PR by @ntdt.

Packaged Dependencies

Dependency Version
cf cli 6.26.0
autopilot 0.0.3
yaml 1.10

v2.0.1

09 Apr 01:02
Compare
Choose a tag to compare
learned how to run multiple instances of the same command, removed ol…

v2.0.0

06 May 14:28
Compare
Choose a tag to compare

2.0.0 - 2017-05-23

Added

  • Learned how to run multiple instances of the same command.

Removed

  • Old deprecated command syntax.

Packaged Dependencies

Dependency Version
cf cli 6.26.0
autopilot 0.0.3
yaml 1.10

v1.2.1

02 May 22:55
Compare
Choose a tag to compare

1.2.1 - 2017-05-02

Fixed

  • zero-downtime-push Properly handle environment variables passed as a single value or as a sequence or map.

Packaged Dependencies

Dependency Version
cf cli 6.26.0
autopilot 0.0.3
yaml 1.10

v1.2.0

02 May 16:30
Compare
Choose a tag to compare

1.2.0 - 2017-05-02

Fixed

  • Put script now sets default TMPDIR if not set.

Packaged Dependencies

Dependency Version
cf cli 6.26.0
autopilot 0.0.3
yaml 1.10

v1.1.0

19 Apr 00:52
Compare
Choose a tag to compare

1.1.0 - 2017-04-18

Changed

  • zero-downtime-push now supports adding environment variables.

Packaged Dependencies

Dependency Version
cf cli 6.25.0
autopilot 0.0.3
yaml 1.10