Update to latest version

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=72
This commit is contained in:
Alfred Jenkins
2019-02-21 09:56:54 +00:00
committed by Git OBS Bridge
parent 21f538e30f
commit c00c7febbf
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Feb 21 09:52:22 UTC 2019 - thardeck@suse.com
- update to version 6.43.0
### Enhancements
- `cf curl` supports a new `--fail` flag (primarily for scripting purposes) which returns exit code `22` for server errors [story](https://www.pivotaltracker.com/story/show/130060949)
- Improves `cf delete-orphaned-routes` such that it uses a different endpoint, reducing the chance of a race condition when two users are simultaneously deleting orphaned routes and associating routes with applications [story](https://www.pivotaltracker.com/story/show/163156064)
- we've improved the speed of cf services - it now hits a single endpoint instead of making individual API calls
### Bug Fixes
-------------------------------------------------------------------
Thu Jan 17 22:20:34 UTC 2019 - thardeck@suse.com