Add missing changelog entry for 6.48.0

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=96
This commit is contained in:
Tim Hardeck 2019-12-10 09:37:08 +00:00 committed by Git OBS Bridge
parent 9cd125efb0
commit 3197aef35e

View File

@ -2,6 +2,8 @@
Thu Dec 5 22:54:46 UTC 2019 - thardeck@suse.com Thu Dec 5 22:54:46 UTC 2019 - thardeck@suse.com
- update to version 6.48.0 - update to version 6.48.0
### Enhancements
- Improve Behavior of --random-route Flag. Increased the size of the namespace used for generating random route names from eight thousand to over five million. This reduces the odds of a name conflict.
### Bug Fixes ### Bug Fixes
- Fixes a bug where `cf delete app -r` did not delete routes if you had more than 50 routes associated with the app. [Story](https://www.pivotaltracker.com/story/show/165714515) - Fixes a bug where `cf delete app -r` did not delete routes if you had more than 50 routes associated with the app. [Story](https://www.pivotaltracker.com/story/show/165714515)
- Fixes a bug where `cf create-buildpack` would return a misleading error when the buildpack name had invalid characters. [Story](https://www.pivotaltracker.com/story/show/168183422) - Fixes a bug where `cf create-buildpack` would return a misleading error when the buildpack name had invalid characters. [Story](https://www.pivotaltracker.com/story/show/168183422)