Skip to content

v2.26.0

Compare
Choose a tag to compare
@patrickcrocker patrickcrocker released this 13 May 01:42

2.26.0 - 2022-05-12

Added

  • Introduced support for cf8 cli! This is enabled by configuring cf_cli_version: 8 globally on the resource source configuration.
  • These commands now support the wait: true param when used with cf_cli_version: 8:
    • bind-route-service
    • bind-service
    • create-service-key
    • delete-service-key
    • unbind-route-service
    • unbind-service
  • Added create-private-domain command (see notes in Changed section regarding deprecation of create-domain command)
  • Added delete-private-domain command (see notes in Changed section regarding deprecation of delete-domain command)
  • restart command now supports strategy: rolling and no_wait: true params when using cf_cli_version version 7 or 8
  • delete-user command now supports the origin param for specifying an external identity provider when using cf_cli_version version 7 or 8
  • map-route command now supports the app_protocol param for specifying the protocol for the route destination (only applied to HTTP routes)

Changed

  • The wait_for_service: true param has been deprecated in favor of wait: true for commands: create-service, update-service, and delete-service for consistency with the new v8 cli param.
  • The create-domain and delete-domain commands have been deprecated in favor of the new create-private-domain and delete-private-domain commands. Backstory: The cf cli v6 provides the create/delete-domain and create/delete-shared-domain commands. Starting with cf cli v7, the create/delete-domain commands became aliases for the more descriptive create/delete-private-domain commands. Note that when using cf cli v6 we still use cf create-domain ... or cf delete-domain ... under the covers.

Packaged Dependencies

Dependency Version
cf cli 6.53.0
cf7 cli 7.4.0
cf8 cli 8.3.0