Releases: nulldriver/cf-cli-resource
Releases · nulldriver/cf-cli-resource
v2.14.0
2.14.0 - 2019-06-02
Changed
zero-downtime-push
command now supports the stack
option
Fixed
- Fixed
zero-downtime-push
where it had some problems with environment variables that were multi-line or started with a hyphen
- The optional
port
and protocol
options for add-network-policiy
are now really optional, thanks to a PR by @rs017991
Packaged Dependencies
v2.13.0
2.13.0 - 2019-03-25
Changed
push
command now supports vars
and vars_files
options for manifest variable substitution
push
command now supports stack
option
Packaged Dependencies
v2.12.0
2.12.0 - 2019-03-19
Added
create-service-key
- Create key for a service instance (thanks to a PR by @brentdemark)
delete-service-key
- Delete a service key (thanks to a PR by @brentdemark)
Packaged Dependencies
v2.11.0
2.11.0 - 2019-02-25
Added
bind-route-service
command - Bind a service instance to an HTTP route
Changed
Packaged Dependencies
v2.10.0
2.10.0 - 2019-01-22
Added
set-env
command - Set an env variable for an app
update-service
command - Update a service instance
create-route
command - Create a url route in a space for later use
delete-route
command - Delete a route
Changed
create-service
command now supports update_service
param to update a service instance if it already exists, defaults to false
.
push
command now supports additional options:
startup_command
: Startup command, set to null to reset to default start command
staging_timeout
: Max wait time for buildpack staging, in minutes
startup_timeout
: Max wait time for app instance startup, in minutes
- The build pipeline has been updated to run the integration tests in parallel, reducing the test time from ~15 minutes down to ~2.5 minutes :-)
Packaged Dependencies
v2.9.1
2.9.1 - 2018-11-18
Fixed
command_file
previously only worked by specifying an absolute file path. This is fixed to correctly support relative paths and the tests have been updated accordingly, thanks to a PR by @renbeynolds
- Fixed
create-user-provided-service
example for specifying a route_service_url
, thanks to a PR by @eruvanos
run-route-tests
now properly test if an app is mapped to a route
Packaged Dependencies
v2.9.0
2.9.0 - 2018-10-21
Added
share-service
command - Share a service instance with another space
unshare-service
command - Unshare a shared service instance from a space
rename
command - Rename an app
- Source configuration now supports
origin
for username
& password
authentication
- Source configuration now supports
client_id
and client_secret
for authentication
command_file
support - You can now configure command
or commands
in an external yaml file, thanks to a PR by @senglin
Changed
- Test cleanup now deletes orphaned service brokers from previously failed tests
- With the authentication changes in this release, the
cf_login
function was getting a bit overloaded, so it's now gone in favor of separate cf_api
, cf_auth_user
, and cf_auth_client
functions
- Updated to cf cli v6.40.0
- Updated to autopilot cf plugin v0.0.8
Packaged Dependencies
v2.8.3
2.8.3 - 2018-09-18
Fixed
enable-service-access
and disable-service-access
no longer error if you don't specify an org or space ('cause you don't have to!)
Packaged Dependencies
v2.8.2
2.8.2 - 2018-09-12
Fixed
push
changes in 2.8.1 to support app_name
with spaces accidentally broke path
globbing. All fixed now (run-app-tests
has been updated to test for this now), sorry for the inconvenience!
Removed
Packaged Dependencies
v2.8.1 [YANKED]
2.8.1 - 2018-09-11
Fixed
push
command now properly handles app_name
with spaces
Changed
- refactored integration tests into multiple files targeting logical features (instead of a single 1,854 line file!)
Packaged Dependencies