Skip to content

Latest commit

 

History

History
73 lines (70 loc) · 4.5 KB

CHANGELOG.md

File metadata and controls

73 lines (70 loc) · 4.5 KB

v6.1.1

  • New quota CRUD commands for admins
  • Only ignore manifest.yml at the app root directory [#70044992]
  • Updating loggregator library experimental support for proxies [#70022322]
  • Provide a --sso flag to cf login for SAML [#69963402, #69963432]
  • Do not use deprecated domain endpoints in cf push [#69827262]
  • Display X-Cf-Warnings at the end of all commands [#69300730]
  • Add an actor column to the cf events table [#68771710]

v6.1.0

  • Refresh auth token at the beginning of 'cf push' [#69034628]
  • 'cf routes' should have an org and space requirement [#68917070]
  • Fix a bug with binding services in manifests [#68768046]
  • Make delete confirmation messages more consistent [#62852994]
  • Don't upload manifest.yml by default [#68952284]
  • Ignore mercurial metadata from app upload [#68952326]
  • Make delete commands output more consistent [#62283088]
  • Make create user command idempotent [#67241604]
  • Allow 'cf unset-env' to remove the last env var an app has [#68879028]
  • Add a datetime for when the binary was built [#68515588]
  • Omit application files when CC reports all files are staged [#68290696]
  • Show actual error message from server on async job failure [#65222140]
  • Use new domains endpoints based on API version [#64525814]
  • Use different events APIs based on API version [#64525814]
  • Updated help text and messaging
  • Events commands only shows last 50 events in reverse chronological order [#67248400, #63488318, #66900178]
  • Add -r flag to delete command for deleting all the routes mapped to the app [#65781990]
  • Scope route listed to the current space [#59926924]
  • Include empty directories when pushing apps [#63163454]
  • Fetch UAA endpoint in auth command [#68035332]
  • Improve error message when memory/disk is given w/o unit [#64359068]
  • Only allow positive instances, memory or disk in the push and scale commands [#66799710]
  • Allow passing "null" as a buildpack url for "cf push" [#67054262]
  • Add disk quota flag to push cmd [#65444560]
  • Add a script for updating links to stable release [#67993678]
  • Suggest using random-route when route is already taken [#66791058]
  • Prompt user for all password-type credentials in login [#67864534]
  • Add random-route property to manifests (push treats this the same as the --random-hostname flag) [#62086514]
  • Add --random-route flag to push command [#62086514]
  • Fix create-user when UAA is being directly used as auth server (if the authorization server doesn't return an UAA endpoint link, assume that the auth server is the UAA, and use it for user management) [#67477014]
  • 'cf create-user' hides private data in CF_TRACE [#67055200]
  • Persist SSLDisabled flag on config [#66528632]
  • Respect --skip-ssl-validation flag [#66528632]
  • Hide passwords in CF_TRACE [#67055218]
  • Improve 'cf api' and 'cf login' error message around SSL validation errors [#67048868]
  • In api command, fail if protocol not specified and ssl cert invalid [#67048868]
  • Clear session at beginning of auth command [#66638776]
  • When renaming targetted org, update org name in config file [#63087464]
  • Make target command clear org and space when necessary [#66713898]
  • Add a -f flag to scale to force [#64067896]
  • Add a confirmation prompt to scale command [#64067896]
  • Verify SSL certs when fetching buildpacks [#66365558]
  • OS X installer errors out when attempting to install on pre 10.7 [#66547206]
  • Add ability to scale app's disk limit [#65444078]
  • Switch out Gamble for candied yaml [#66181944]

v6.0.2

  • Fixed cf push -p path/to/app.zip on windows with zip files (eg: .zip, .war, .jar)

v6.0.1

  • Added purge-service-offering and migrate-service-instances commands
  • Added -a flag to org-users command that makes the command display all users, rather than only privileged users (#46)
  • Fixed a bug when manifest.yml was zero bytes
  • Improved error messages for commands that reference users (#79)
  • Fixed crash when a manifest didn't contain environment variables but there were environment variables set for the app previously
  • Improved error messages for commands that require an API endpoint to be set
  • Added timeout to all asynchronous requests
  • Fixed 'bad file descriptor' crash when API token expired before file upload
  • Added timestamps and version information to request logs when CF_TRACE is enabled
  • Added fallback to default log server endpoint for compatibility with older CF deployments
  • Improved error messages for services and target commands
  • Added support for URLs as arguments to create-buildpack command
  • Added a homebrew recipe for cf -- usage: brew install cloudfoundry-cli