From b88b27e7f559af364021a89b159717c9147a8ce0b2595b6af2bd1533066b4710 Mon Sep 17 00:00:00 2001 From: Alfred Jenkins Date: Mon, 21 Oct 2019 22:38:08 +0000 Subject: [PATCH 1/4] Update to latest version OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=88 --- cf-cli.changes | 5 +++++ cf-cli.spec | 2 +- v6.46.1.tar.gz | 3 --- v6.47.1.tar.gz | 3 +++ 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 v6.46.1.tar.gz create mode 100644 v6.47.1.tar.gz diff --git a/cf-cli.changes b/cf-cli.changes index 4904de5..1727669 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 21 22:34:16 UTC 2019 - thardeck@suse.com + +- update to version 6.47.1 + ------------------------------------------------------------------- Mon Aug 26 21:29:43 UTC 2019 - thardeck@suse.com diff --git a/cf-cli.spec b/cf-cli.spec index a0af1a5..1bccc7e 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.1 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.1.tar.gz b/v6.47.1.tar.gz new file mode 100644 index 0000000..33a5beb --- /dev/null +++ b/v6.47.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ac499efdef86e94b8426ee0c162627b17be5c357d521faf47c1228ebfc22fa +size 29800523 From 53c180486347c72642d2cc8cbc5d4c64201cf3aa73e9c9d283fdc7f5f0c037ba Mon Sep 17 00:00:00 2001 From: Alfred Jenkins Date: Thu, 28 Nov 2019 07:35:19 +0000 Subject: [PATCH 2/4] Update to latest version OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=89 --- cf-cli.changes | 5 +++++ cf-cli.spec | 2 +- v6.47.1.tar.gz | 3 --- v6.47.2.tar.gz | 3 +++ 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 v6.47.1.tar.gz create mode 100644 v6.47.2.tar.gz diff --git a/cf-cli.changes b/cf-cli.changes index 1727669..1dfc398 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 28 07:33:04 UTC 2019 - thardeck@suse.com + +- update to version 6.47.2 + ------------------------------------------------------------------- Mon Oct 21 22:34:16 UTC 2019 - thardeck@suse.com diff --git a/cf-cli.spec b/cf-cli.spec index 1bccc7e..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.47.1 +Version: 6.47.2 Release: 0 Summary: Cloud Foundry command line client License: Apache-2.0 diff --git a/v6.47.1.tar.gz b/v6.47.1.tar.gz deleted file mode 100644 index 33a5beb..0000000 --- a/v6.47.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68ac499efdef86e94b8426ee0c162627b17be5c357d521faf47c1228ebfc22fa -size 29800523 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 From 28dc7424dcca6a16a5c196fd94af21c318a3c98217a32dc7f477f74a66b01ad0 Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Thu, 28 Nov 2019 08:23:51 +0000 Subject: [PATCH 3/4] Add changelog entries for the last two patch releases OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=90 --- cf-cli.changes | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/cf-cli.changes b/cf-cli.changes index 1dfc398..c483163 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -2,19 +2,23 @@ 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 ------------------------------------------------------------------- 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 From 111549919f09a7c77b4efca9adf435b26d1f245700913348f697baf6a9d91b3e Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Thu, 28 Nov 2019 08:33:08 +0000 Subject: [PATCH 4/4] Add changelog entries for the 6.47.0 pre-release to 6.47.1 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=91 --- cf-cli.changes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cf-cli.changes b/cf-cli.changes index c483163..309d6e0 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -11,6 +11,13 @@ 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