From 3555b237d1f5e6dd5ab836f53f2d887563785b67ad578754a8f1974b4f52ce3b Mon Sep 17 00:00:00 2001 From: Alfred Jenkins Date: Mon, 3 Dec 2018 19:03:20 +0000 Subject: [PATCH 1/8] Update to latest version OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=67 --- cf-cli.changes | 7 +++++++ cf-cli.spec | 2 +- v6.40.1.tar.gz | 3 --- v6.41.0.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 v6.40.1.tar.gz create mode 100644 v6.41.0.tar.gz diff --git a/cf-cli.changes b/cf-cli.changes index 02f836b..273f69b 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Dec 3 19:00:45 UTC 2018 - thardeck@suse.com + +- update to version 6.41.0 + ### Enhancements + - updated `cf --help` to include the `delete` command [story](https://www.pivotaltracker.com/story/show/161556511) + ------------------------------------------------------------------- Tue Nov 13 09:27:33 UTC 2018 - okurz@suse.com diff --git a/cf-cli.spec b/cf-cli.spec index a02ca1e..dc8b377 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.40.1 +Version: 6.41.0 Release: 0 Summary: Cloud Foundry command line client License: Apache-2.0 diff --git a/v6.40.1.tar.gz b/v6.40.1.tar.gz deleted file mode 100644 index d0697cf..0000000 --- a/v6.40.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3af348cd9815370013ca6207825ac0bf7285de7fe5762199cf655f430908b898 -size 9062310 diff --git a/v6.41.0.tar.gz b/v6.41.0.tar.gz new file mode 100644 index 0000000..a53ee34 --- /dev/null +++ b/v6.41.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfbc9c9b1a9e85f81e124f16f1d689369ce562b1c80223049468a6edfea1384 +size 9150296 From 4381fd7af0347ded5b305acd374b4939cd0cb1cc4f36d014c4866390a87e0a1a Mon Sep 17 00:00:00 2001 From: Alfred Jenkins Date: Mon, 14 Jan 2019 22:52:27 +0000 Subject: [PATCH 2/8] Update to latest version OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=68 --- cf-cli.changes | 5 +++++ cf-cli.spec | 4 ++-- v6.41.0.tar.gz | 3 --- v6.42.0.tar.gz | 3 +++ 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 v6.41.0.tar.gz create mode 100644 v6.42.0.tar.gz diff --git a/cf-cli.changes b/cf-cli.changes index 273f69b..dca4058 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 14 22:49:07 UTC 2019 - thardeck@suse.com + +- update to version 6.42.0 + ------------------------------------------------------------------- Mon Dec 3 19:00:45 UTC 2018 - thardeck@suse.com diff --git a/cf-cli.spec b/cf-cli.spec index dc8b377..d232c95 100644 --- a/cf-cli.spec +++ b/cf-cli.spec @@ -1,7 +1,7 @@ # # spec file for package cf # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,7 +35,7 @@ %define short_name cf-cli Name: %{short_name}%{?name_ext} -Version: 6.41.0 +Version: 6.42.0 Release: 0 Summary: Cloud Foundry command line client License: Apache-2.0 diff --git a/v6.41.0.tar.gz b/v6.41.0.tar.gz deleted file mode 100644 index a53ee34..0000000 --- a/v6.41.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bfbc9c9b1a9e85f81e124f16f1d689369ce562b1c80223049468a6edfea1384 -size 9150296 diff --git a/v6.42.0.tar.gz b/v6.42.0.tar.gz new file mode 100644 index 0000000..cc291b3 --- /dev/null +++ b/v6.42.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88e1cee52a1819e88e199e21c3bf78020f6379433307609bd6159ac5bc38e63 +size 9308528 From 5368baf7ae5e1cceab3b988e8cec0f0e75986e7a5f57570c40dae4824536f272 Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Thu, 17 Jan 2019 22:18:13 +0000 Subject: [PATCH 3/8] OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=69 --- cf-cli.changes | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/cf-cli.changes b/cf-cli.changes index dca4058..2a438b8 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,14 +1,9 @@ -------------------------------------------------------------------- -Mon Jan 14 22:49:07 UTC 2019 - thardeck@suse.com - -- update to version 6.42.0 - ------------------------------------------------------------------- Mon Dec 3 19:00:45 UTC 2018 - thardeck@suse.com - update to version 6.41.0 - ### Enhancements - - updated `cf --help` to include the `delete` command [story](https://www.pivotaltracker.com/story/show/161556511) + ### Enhancements + - updated `cf --help` to include the `delete` command [story](https://www.pivotaltracker.com/story/show/161556511) ------------------------------------------------------------------- Tue Nov 13 09:27:33 UTC 2018 - okurz@suse.com From 957f67a45f470f4c12ec5fa535dff8f38f5254ce165c849fda0120cb58ac344a Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Thu, 17 Jan 2019 22:18:21 +0000 Subject: [PATCH 4/8] OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=70 --- v6.42.0.tar.gz | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 v6.42.0.tar.gz diff --git a/v6.42.0.tar.gz b/v6.42.0.tar.gz deleted file mode 100644 index cc291b3..0000000 --- a/v6.42.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f88e1cee52a1819e88e199e21c3bf78020f6379433307609bd6159ac5bc38e63 -size 9308528 From 21f538e30fc379bbeea3d5f46e085148403745da385862255bb2b21a5a3ae182 Mon Sep 17 00:00:00 2001 From: Alfred Jenkins Date: Thu, 17 Jan 2019 22:26:39 +0000 Subject: [PATCH 5/8] Update to latest version OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=71 --- cf-cli.changes | 17 +++++++++++++++++ v6.42.0.tar.gz | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 v6.42.0.tar.gz diff --git a/cf-cli.changes b/cf-cli.changes index 2a438b8..ae629ce 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 17 22:20:34 UTC 2019 - thardeck@suse.com + +- update to version 6.42.0 + ### Minor Enhancements + - updated `cf restage` help text and the first line in the command's output to indicate that using this command will cause app downtime [story](https://www.pivotaltracker.com/story/show/151841382) + - updated the `cf bind-route-service` help text to clarify usage instructions [story](https://www.pivotaltracker.com/story/show/150111078) + - improved an error message for `cf create-service-boker` to be more helpful when the CC API returns a `502` due to an invalid service broker catalog + - upgraded to Golang 1.11.4 [story](https://www.pivotaltracker.com/story/show/162745359) + - added a short name `ue` for `cf unset-env` [story](https://www.pivotaltracker.com/story/show/161632713) + - updated `cf marketplace` command to include a new `broker` column to prepare for a upcoming services-related feature which will allow services to have the same name as long as they are associated with different service brokers [story](https://www.pivotaltracker.com/story/show/162699756) + ### Bugs + - fix for `cf enable-service-access -p plan` whereby when we refactored the code in CLI `v6.41.0` it created service plan visibilities as part of a subsequent run of the command (the unrefactored code skipped creating the service plan visibilities); now the command will skip creating service plan visibilities as it did prior to the refactor [story](https://www.pivotaltracker.com/story/show/162747373) + - updated the `cf rename-buildpack` help text which was missing reference to the `-s` stack flag [story](https://www.pivotaltracker.com/story/show/162428661) + - updated help text for when users use `brew search cloudfoundry-cli` [story](https://www.pivotaltracker.com/story/show/161770940) + - now when you run `cf service service-instance` for a route service, the route service url appears in the key value table [story](https://www.pivotaltracker.com/story/show/162498211) + ------------------------------------------------------------------- Mon Dec 3 19:00:45 UTC 2018 - thardeck@suse.com diff --git a/v6.42.0.tar.gz b/v6.42.0.tar.gz new file mode 100644 index 0000000..cc291b3 --- /dev/null +++ b/v6.42.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88e1cee52a1819e88e199e21c3bf78020f6379433307609bd6159ac5bc38e63 +size 9308528 From c00c7febbf549133c9e946f9715a058151ebe3f7686c270408047fe71bddb5f8 Mon Sep 17 00:00:00 2001 From: Alfred Jenkins Date: Thu, 21 Feb 2019 09:56:54 +0000 Subject: [PATCH 6/8] Update to latest version OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=72 --- cf-cli.changes | 10 ++++++++++ cf-cli.spec | 2 +- v6.42.0.tar.gz | 3 --- v6.43.0.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 v6.42.0.tar.gz create mode 100644 v6.43.0.tar.gz diff --git a/cf-cli.changes b/cf-cli.changes index ae629ce..a2768e8 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Feb 21 09:52:22 UTC 2019 - thardeck@suse.com + +- update to version 6.43.0 + ### Enhancements + - `cf curl` supports a new `--fail` flag (primarily for scripting purposes) which returns exit code `22` for server errors [story](https://www.pivotaltracker.com/story/show/130060949) + - Improves `cf delete-orphaned-routes` such that it uses a different endpoint, reducing the chance of a race condition when two users are simultaneously deleting orphaned routes and associating routes with applications [story](https://www.pivotaltracker.com/story/show/163156064) + - we've improved the speed of cf services - it now hits a single endpoint instead of making individual API calls + ### Bug Fixes + ------------------------------------------------------------------- Thu Jan 17 22:20:34 UTC 2019 - thardeck@suse.com diff --git a/cf-cli.spec b/cf-cli.spec index d232c95..f7c3a91 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.42.0 +Version: 6.43.0 Release: 0 Summary: Cloud Foundry command line client License: Apache-2.0 diff --git a/v6.42.0.tar.gz b/v6.42.0.tar.gz deleted file mode 100644 index cc291b3..0000000 --- a/v6.42.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f88e1cee52a1819e88e199e21c3bf78020f6379433307609bd6159ac5bc38e63 -size 9308528 diff --git a/v6.43.0.tar.gz b/v6.43.0.tar.gz new file mode 100644 index 0000000..d6242f0 --- /dev/null +++ b/v6.43.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb91ec51235ffc0140897707a1280b52a2528abf5f2a67b1f45cf56111a160b +size 9357777 From 425f021aaa9ad756b269ec203b2b4d1181a4d48963eda9c3b97e9a0194c8b0ef Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Wed, 27 Feb 2019 14:12:44 +0000 Subject: [PATCH 7/8] OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=73 --- cf-cli.changes | 43 ++++++++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/cf-cli.changes b/cf-cli.changes index a2768e8..8507848 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -2,28 +2,37 @@ Thu Feb 21 09:52:22 UTC 2019 - thardeck@suse.com - update to version 6.43.0 - ### Enhancements - - `cf curl` supports a new `--fail` flag (primarily for scripting purposes) which returns exit code `22` for server errors [story](https://www.pivotaltracker.com/story/show/130060949) - - Improves `cf delete-orphaned-routes` such that it uses a different endpoint, reducing the chance of a race condition when two users are simultaneously deleting orphaned routes and associating routes with applications [story](https://www.pivotaltracker.com/story/show/163156064) - - we've improved the speed of cf services - it now hits a single endpoint instead of making individual API calls - ### Bug Fixes + ### Enhancements + - `cf curl` supports a new `--fail` flag (primarily for scripting purposes) which returns exit code `22` for server errors [story](https://www.pivotaltracker.com/story/show/130060949) + - Improves `cf delete-orphaned-routes` such that it uses a different endpoint, reducing the chance of a race condition when two users are simultaneously deleting orphaned routes and associating routes with applications [story](https://www.pivotaltracker.com/story/show/163156064) + - we've improved the speed of cf services - it now hits a single endpoint instead of making individual API calls + ### Bug Fixes + #### Security + - Fixes issue with running cf login in verbose mode whereby passwords which contains regex were not completely redacted + - Fixes issue whilst running commands in verbose mode refresh tokens were not completely redacted + ### Other Bug Fixes + - Updates help text for cf curlstory + - Now refresh tokens work properly whilst using cf curl with V3 CC API endpoints story + - Fixes performance degradation for cf services story + - cf delete-service requires that you are targeting a space story + - cf enable-service access for a service in an org will succeed if you have already enabled access for that service in that org story ------------------------------------------------------------------- Thu Jan 17 22:20:34 UTC 2019 - thardeck@suse.com - update to version 6.42.0 - ### Minor Enhancements - - updated `cf restage` help text and the first line in the command's output to indicate that using this command will cause app downtime [story](https://www.pivotaltracker.com/story/show/151841382) - - updated the `cf bind-route-service` help text to clarify usage instructions [story](https://www.pivotaltracker.com/story/show/150111078) - - improved an error message for `cf create-service-boker` to be more helpful when the CC API returns a `502` due to an invalid service broker catalog - - upgraded to Golang 1.11.4 [story](https://www.pivotaltracker.com/story/show/162745359) - - added a short name `ue` for `cf unset-env` [story](https://www.pivotaltracker.com/story/show/161632713) - - updated `cf marketplace` command to include a new `broker` column to prepare for a upcoming services-related feature which will allow services to have the same name as long as they are associated with different service brokers [story](https://www.pivotaltracker.com/story/show/162699756) - ### Bugs - - fix for `cf enable-service-access -p plan` whereby when we refactored the code in CLI `v6.41.0` it created service plan visibilities as part of a subsequent run of the command (the unrefactored code skipped creating the service plan visibilities); now the command will skip creating service plan visibilities as it did prior to the refactor [story](https://www.pivotaltracker.com/story/show/162747373) - - updated the `cf rename-buildpack` help text which was missing reference to the `-s` stack flag [story](https://www.pivotaltracker.com/story/show/162428661) - - updated help text for when users use `brew search cloudfoundry-cli` [story](https://www.pivotaltracker.com/story/show/161770940) - - now when you run `cf service service-instance` for a route service, the route service url appears in the key value table [story](https://www.pivotaltracker.com/story/show/162498211) + ### Minor Enhancements + - updated `cf restage` help text and the first line in the command's output to indicate that using this command will cause app downtime [story](https://www.pivotaltracker.com/story/show/151841382) + - updated the `cf bind-route-service` help text to clarify usage instructions [story](https://www.pivotaltracker.com/story/show/150111078) + - improved an error message for `cf create-service-boker` to be more helpful when the CC API returns a `502` due to an invalid service broker catalog + - upgraded to Golang 1.11.4 [story](https://www.pivotaltracker.com/story/show/162745359) + - added a short name `ue` for `cf unset-env` [story](https://www.pivotaltracker.com/story/show/161632713) + - updated `cf marketplace` command to include a new `broker` column to prepare for a upcoming services-related feature which will allow services to have the same name as long as they are associated with different service brokers [story](https://www.pivotaltracker.com/story/show/162699756) + ### Bugs + - fix for `cf enable-service-access -p plan` whereby when we refactored the code in CLI `v6.41.0` it created service plan visibilities as part of a subsequent run of the command (the unrefactored code skipped creating the service plan visibilities); now the command will skip creating service plan visibilities as it did prior to the refactor [story](https://www.pivotaltracker.com/story/show/162747373) + - updated the `cf rename-buildpack` help text which was missing reference to the `-s` stack flag [story](https://www.pivotaltracker.com/story/show/162428661) + - updated help text for when users use `brew search cloudfoundry-cli` [story](https://www.pivotaltracker.com/story/show/161770940) + - now when you run `cf service service-instance` for a route service, the route service url appears in the key value table [story](https://www.pivotaltracker.com/story/show/162498211) ------------------------------------------------------------------- Mon Dec 3 19:00:45 UTC 2018 - thardeck@suse.com From c0dea8dd3f11beee4f91b875946d934a235e80e7df7643d3bb4e683247703aec Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Wed, 27 Feb 2019 14:18:39 +0000 Subject: [PATCH 8/8] OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=74 --- cf-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf-cli.spec b/cf-cli.spec index f7c3a91..27361c5 100644 --- a/cf-cli.spec +++ b/cf-cli.spec @@ -47,7 +47,7 @@ Source2: cf-cli-rpmlintrc %if 0%{?_test} BuildRequires: %{short_name} = %{version} %else -BuildRequires: go >= 1.8.3 +BuildRequires: go >= 1.10.0 BuildRequires: golang-packaging BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build