Update to latest version

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=83
This commit is contained in:
Alfred Jenkins
2019-07-10 00:20:40 +00:00
committed by Git OBS Bridge
parent cc2f07aeb0
commit 8ed1c24b09
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jul 10 00:18:02 UTC 2019 - Alfred Jenkins <thardeck@suse.com>
- update to version 6.46.0
### Bugs
- Fixes `cf push` remove spin lock in PollStart(). This reduces the CPU time when waiting for apps to start. Also affects `cf start`, `cf restart` and `cf restage` [story](https://www.pivotaltracker.com/story/show/165861946)
- Fixes a documentation url in output [story](https://www.pivotaltracker.com/story/show/166249597)
- Fixes an issue whereby if you are logged in as a client, the user name was not printed in the output [story](https://www.pivotaltracker.com/story/show/166848659)
- Targeting a space for `cf copy-source` is no longer case sensitive [story](https://www.pivotaltracker.com/story/show/166110649)
-------------------------------------------------------------------
Tue Jun 4 23:59:03 UTC 2019 - Alfred Jenkins <thardeck@suse.com>