From 8422fcc03ec1facc97abc306ebd460b33e926094bf29c9c306392f9bf15fa392 Mon Sep 17 00:00:00 2001 From: Alfred Jenkins Date: Thu, 2 May 2019 00:42:34 +0000 Subject: [PATCH 1/4] Update to latest version OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=76 --- cf-cli.changes | 18 ++++++++++++++++++ cf-cli.spec | 2 +- v6.43.0.tar.gz | 3 --- v6.44.0.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 v6.43.0.tar.gz create mode 100644 v6.44.0.tar.gz diff --git a/cf-cli.changes b/cf-cli.changes index 8507848..d6ce7f7 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu May 2 00:37:14 UTC 2019 - root + +- update to version 6.44.0 + ## Enhancements + - A new flag `--no-plans` added to `cf marketplace` to view the table without the `plans` column [story](https://www.pivotaltracker.com/story/show/164981967) + ## Minor Enhancements + - `cf help ` now displays a more prominent `TIP` so that users can discover `cf help -a` + - Roles for the `set-org-role` and `set-space-role` commands are case insensitive [story](https://www.pivotaltracker.com/story/show/163495325) + - Piping a multi-line file to `cf login` now works as expected [story](https://www.pivotaltracker.com/story/show/164256604) + - Updated the help text for `cf delete-orphaned-routes` to clarify that the command is spaced-scoped [story](https://www.pivotaltracker.com/story/show/164657893) + ## Bug Fixes + - Fixes a bug for `cf update-buildpack` for assigning stacks [story](https://www.pivotaltracker.com/story/show/164998479) + - Fixes an issue with `cf-bind-route-service` whereby if a user does not have a `org` or `space` targeted, instead of returning a useful error, the CLI would attempt to `GET` the `private_domains` endpoint [story](https://www.pivotaltracker.com/story/show/164157632) + - `v3-apply-manifest` no works for defining environment variables in a multi-app manifest [story](https://www.pivotaltracker.com/story/show/164998227) + - Now the CLI checks the expiration time of an access token and refreshes it automatically before making a call the CF API [story](https://github.com/cloudfoundry/cli/pull/1594) + - `cf marketplace` no longer lists disabled plans [story](https://www.pivotaltracker.com/story/show/165674475) + ------------------------------------------------------------------- Thu Feb 21 09:52:22 UTC 2019 - thardeck@suse.com diff --git a/cf-cli.spec b/cf-cli.spec index 27361c5..f9f5ee8 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.43.0 +Version: 6.44.0 Release: 0 Summary: Cloud Foundry command line client License: Apache-2.0 diff --git a/v6.43.0.tar.gz b/v6.43.0.tar.gz deleted file mode 100644 index d6242f0..0000000 --- a/v6.43.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bb91ec51235ffc0140897707a1280b52a2528abf5f2a67b1f45cf56111a160b -size 9357777 diff --git a/v6.44.0.tar.gz b/v6.44.0.tar.gz new file mode 100644 index 0000000..6c6fca3 --- /dev/null +++ b/v6.44.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd46d090106d081947ae6977de6ff18bc77ff09a8a55da175242827c5d24ea6 +size 9478179 From 0946159f85cc230948c7572cc864c793bff5e334e6f8647563206457f286b827 Mon Sep 17 00:00:00 2001 From: Alfred Jenkins Date: Wed, 8 May 2019 11:47:21 +0000 Subject: [PATCH 2/4] Update to latest version OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=77 --- cf-cli.changes | 17 +++++++++++++++++ cf-cli.spec | 2 +- v6.43.0.tar.gz | 3 +++ v6.44.0.tar.gz | 3 --- 4 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 v6.43.0.tar.gz delete mode 100644 v6.44.0.tar.gz diff --git a/cf-cli.changes b/cf-cli.changes index d6ce7f7..b834e4e 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed May 8 11:42:52 UTC 2019 - root + +- 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 + ## Other Bug Fixes + - Updates help text for `cf curl`[story](https://www.pivotaltracker.com/story/show/133394731) + - Now refresh tokens work properly whilst using `cf curl` with V3 CC API endpoints [story](https://www.pivotaltracker.com/story/show/142716197) + - Fixes performance degradation for `cf services` [story](https://www.pivotaltracker.com/story/show/163296235) + - `cf delete-service` requires that you are targeting a space [story](https://www.pivotaltracker.com/n/projects/2105761/stories/162635933) + - `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](https://www.pivotaltracker.com/n/projects/2105761/stories/162747373) + - `rename-service` updated to no longer fail if a plan has been removed from the catalog [story](https://www.pivotaltracker.com/story/show/162550421) + ------------------------------------------------------------------- Thu May 2 00:37:14 UTC 2019 - root diff --git a/cf-cli.spec b/cf-cli.spec index f9f5ee8..27361c5 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.44.0 +Version: 6.43.0 Release: 0 Summary: Cloud Foundry command line client License: Apache-2.0 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 diff --git a/v6.44.0.tar.gz b/v6.44.0.tar.gz deleted file mode 100644 index 6c6fca3..0000000 --- a/v6.44.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bd46d090106d081947ae6977de6ff18bc77ff09a8a55da175242827c5d24ea6 -size 9478179 From 26efd18522ae85d8a721cef29d3949753ec538ae6ba3781a0f4b4cf32855b626 Mon Sep 17 00:00:00 2001 From: Alfred Jenkins Date: Wed, 8 May 2019 19:16:06 +0000 Subject: [PATCH 3/4] Update to latest version OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=78 --- cf-cli.changes | 17 +++++++++++++++++ cf-cli.spec | 2 +- v6.43.0.tar.gz | 3 --- v6.44.0.tar.gz | 3 +++ 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 v6.43.0.tar.gz create mode 100644 v6.44.0.tar.gz diff --git a/cf-cli.changes b/cf-cli.changes index b834e4e..49e2e67 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed May 8 19:13:23 UTC 2019 - root + +- update to version 6.44.0 + ### Enhancements + - A new flag `--no-plans` added to `cf marketplace` to view the table without the `plans` column [story](https://www.pivotaltracker.com/story/show/164981967) + ### Minor Enhancements + - `cf help ` now displays a more prominent `TIP` so that users can discover `cf help -a` + - Roles for the `set-org-role` and `set-space-role` commands are case insensitive [story](https://www.pivotaltracker.com/story/show/163495325) + - Piping a multi-line file to `cf login` now works as expected [story](https://www.pivotaltracker.com/story/show/164256604) + - Updated the help text for `cf delete-orphaned-routes` to clarify that the command is spaced-scoped [story](https://www.pivotaltracker.com/story/show/164657893) + ### Bug Fixes + - Fixes a bug for `cf update-buildpack` for assigning stacks [story](https://www.pivotaltracker.com/story/show/164998479) + - Fixes an issue with `cf-bind-route-service` whereby if a user does not have a `org` or `space` targeted, instead of returning a useful error, the CLI would attempt to `GET` the `private_domains` endpoint [story](https://www.pivotaltracker.com/story/show/164157632) + - `v3-apply-manifest` now works for defining environment variables in a multi-app manifest [story](https://www.pivotaltracker.com/story/show/164998227) + - Now the CLI checks the expiration time of an access token and refreshes it automatically before making a call the CF API [story](https://github.com/cloudfoundry/cli/pull/1594) + ------------------------------------------------------------------- Wed May 8 11:42:52 UTC 2019 - root diff --git a/cf-cli.spec b/cf-cli.spec index 27361c5..f9f5ee8 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.43.0 +Version: 6.44.0 Release: 0 Summary: Cloud Foundry command line client License: Apache-2.0 diff --git a/v6.43.0.tar.gz b/v6.43.0.tar.gz deleted file mode 100644 index d6242f0..0000000 --- a/v6.43.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bb91ec51235ffc0140897707a1280b52a2528abf5f2a67b1f45cf56111a160b -size 9357777 diff --git a/v6.44.0.tar.gz b/v6.44.0.tar.gz new file mode 100644 index 0000000..6c6fca3 --- /dev/null +++ b/v6.44.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd46d090106d081947ae6977de6ff18bc77ff09a8a55da175242827c5d24ea6 +size 9478179 From 844d46b538577d0be68e9ba694f472270c8cd00510dca84d470483d25595d839 Mon Sep 17 00:00:00 2001 From: Alfred Jenkins Date: Wed, 8 May 2019 23:18:00 +0000 Subject: [PATCH 4/4] Update to latest version OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=79 --- cf-cli.changes | 5 +++++ cf-cli.spec | 2 +- v6.44.0.tar.gz | 3 --- v6.44.1.tar.gz | 3 +++ 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 v6.44.0.tar.gz create mode 100644 v6.44.1.tar.gz diff --git a/cf-cli.changes b/cf-cli.changes index 49e2e67..25ad55d 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 8 23:14:36 UTC 2019 - root + +- update to version 6.44.1 + ------------------------------------------------------------------- Wed May 8 19:13:23 UTC 2019 - root diff --git a/cf-cli.spec b/cf-cli.spec index f9f5ee8..082c1eb 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.44.0 +Version: 6.44.1 Release: 0 Summary: Cloud Foundry command line client License: Apache-2.0 diff --git a/v6.44.0.tar.gz b/v6.44.0.tar.gz deleted file mode 100644 index 6c6fca3..0000000 --- a/v6.44.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bd46d090106d081947ae6977de6ff18bc77ff09a8a55da175242827c5d24ea6 -size 9478179 diff --git a/v6.44.1.tar.gz b/v6.44.1.tar.gz new file mode 100644 index 0000000..271970f --- /dev/null +++ b/v6.44.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5ec451d2b96cb0d735a7e6d4590cb7d274e97adacf9a8f4b54b6a172ae5ba2 +size 9484995