diff --git a/cf-cli.changes b/cf-cli.changes index 4904de5..309d6e0 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,10 +1,31 @@ +------------------------------------------------------------------- +Thu Nov 28 07:33:04 UTC 2019 - thardeck@suse.com + +- update to version 6.47.2 + ## Fixes + - Built with Golang 1.12.12 to address security vulnerabilities and other bugs. See the Golang release summaries for details. + +------------------------------------------------------------------- +Mon Oct 21 22:34:16 UTC 2019 - thardeck@suse.com + +- update to version 6.47.1 + ## Bugs + - Fixes regression for cf login + - create-buildpack will now retry if attempting to create a large buildpack and the fresh token is about to expire story + - now when you push an application with a buildpack, and if you delete the buildpack, and then subsequently push the same app with multiple buildpacks, push should stage your app story + ## Enhancements + - Since usernames are not unique, users with the same name can exist in different external identity providers. This release supports a new flag on login: --origin which allow users to disambiguate the user and identity provider they want to log in to. story + - Adds a deprecation warning to cf login and cf auth for custom clients. In CLI V7, we are encouraging users to adopt the client credential workflow because it is more secure (secrets are not written to the config). story and story + - If you are not logged in and attempt to run commands, now a slightly more verbose output appears to prompt the user to run either 'cf login' or 'cf login --sso' to log in.. story + - the CF_DIAL_TIMEOUT default has been updated from 5 to 6 seconds to avoid race conditions story + ------------------------------------------------------------------- Mon Aug 26 21:29:43 UTC 2019 - thardeck@suse.com - update to version 6.46.1 - ### Bugs - - Fixes an issue where `update-user-provided-service` can unset existing - credentials associated with a service even when the `-p` flags is not specified [story](https://www.pivotaltracker.com/story/show/167220606) + ### Bugs + - Fixes an issue where `update-user-provided-service` can unset existing + credentials associated with a service even when the `-p` flags is not specified [story](https://www.pivotaltracker.com/story/show/167220606) ------------------------------------------------------------------- Wed Jul 10 00:18:02 UTC 2019 - thardeck@suse.com diff --git a/cf-cli.spec b/cf-cli.spec index a0af1a5..4110631 100644 --- a/cf-cli.spec +++ b/cf-cli.spec @@ -35,7 +35,7 @@ %define short_name cf-cli Name: %{short_name}%{?name_ext} -Version: 6.46.1 +Version: 6.47.2 Release: 0 Summary: Cloud Foundry command line client License: Apache-2.0 diff --git a/v6.46.1.tar.gz b/v6.46.1.tar.gz deleted file mode 100644 index 3051231..0000000 --- a/v6.46.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0d28e87755cb76148367c51d9274727626aa1ad3a1d3a50578dea93bfb86fa4 -size 9702347 diff --git a/v6.47.2.tar.gz b/v6.47.2.tar.gz new file mode 100644 index 0000000..539f8e8 --- /dev/null +++ b/v6.47.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ab06de29a59b7ae6747d7758eec6d68682779307f34f8b4491b844dd3c8a76 +size 29825922