From ddcb0b5685d0456ea85f273d8a7ea74892f83e52f594ed906b5e0d493796b1d8 Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Mon, 13 Jan 2020 08:49:17 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=100 --- cf-cli.changes | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/cf-cli.changes b/cf-cli.changes index 0a21053..e4a7bde 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -2,11 +2,9 @@ Mon Jan 13 08:30:51 UTC 2020 - thardeck@suse.com - update to version 6.49.0 - ### Bug Fixes - - `--hostname` command line option now overrides random-route specified in manifest. [Story](https://www.pivotaltracker.com/story/show/170171569) - - Commands that modify buildpacks (`update-buildpack`, `rename-buildpack`, `delete-buildpack`) now single-quote the name of the buildpack and stack in the error message when the buildpack is not found. - **Contributors:** Brendan Smith, Abby Chau, Andrew Crump, Alexander Berezovsky, Steve Taylor, Eric Promislow, Jenna Goldstrich, Joseph Palermo, Mukesh Gadiya - **Note**: The minimum version of the CC API this CF CLI release is compatible with is CC API v2.128.0 (3.63.0). See our minimum supported [version policy](https://github.com/cloudfoundry/cli/wiki/Versioning-Policy#cf-cli-minimum-supported-version) for more information. + ### Bug Fixes + - `--hostname` command line option now overrides random-route specified in manifest. [Story](https://www.pivotaltracker.com/story/show/170171569) + - Commands that modify buildpacks (`update-buildpack`, `rename-buildpack`, `delete-buildpack`) now single-quote the name of the buildpack and stack in the error message when the buildpack is not found. ------------------------------------------------------------------- Thu Dec 5 22:54:46 UTC 2019 - thardeck@suse.com