From c91ba2b88d555cf508768320be27bc7ae5e902a24d726f05ba0d2b37429d9e29 Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Fri, 9 Aug 2019 13:05:22 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=85 --- cf-cli.changes | 100 ++++++++++++++++++++++++------------------------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/cf-cli.changes b/cf-cli.changes index b5a1291..13a6e88 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,76 +1,76 @@ ------------------------------------------------------------------- -Wed Jul 10 00:18:02 UTC 2019 - Alfred Jenkins +Wed Jul 10 00:18:02 UTC 2019 - thardeck@suse.com - update to version 6.46.0 - ### Bugs - - Fixes `cf push` remove spin lock in PollStart(). This reduces the CPU time when waiting for apps to start. Also affects `cf start`, `cf restart` and `cf restage` [story](https://www.pivotaltracker.com/story/show/165861946) - - Fixes a documentation url in output [story](https://www.pivotaltracker.com/story/show/166249597) - - Fixes an issue whereby if you are logged in as a client, the user name was not printed in the output [story](https://www.pivotaltracker.com/story/show/166848659) - - Targeting a space for `cf copy-source` is no longer case sensitive [story](https://www.pivotaltracker.com/story/show/166110649) + ### Bugs + - Fixes `cf push` remove spin lock in PollStart(). This reduces the CPU time when waiting for apps to start. Also affects `cf start`, `cf restart` and `cf restage` [story](https://www.pivotaltracker.com/story/show/165861946) + - Fixes a documentation url in output [story](https://www.pivotaltracker.com/story/show/166249597) + - Fixes an issue whereby if you are logged in as a client, the user name was not printed in the output [story](https://www.pivotaltracker.com/story/show/166848659) + - Targeting a space for `cf copy-source` is no longer case sensitive [story](https://www.pivotaltracker.com/story/show/166110649) ------------------------------------------------------------------- -Tue Jun 4 23:59:03 UTC 2019 - Alfred Jenkins +Tue Jun 4 23:59:03 UTC 2019 - thardeck@suse.com - update to version 6.45.0 - ### Bug Fixes - - Fixes a regression for `v3-push` whilst viewing logs when authenticated as a client. Now you are able to see logs if you are logged in as a client and you attempt to view logs (cf logs for example). + ### Bug Fixes + - Fixes a regression for `v3-push` whilst viewing logs when authenticated as a client. Now you are able to see logs if you are logged in as a client and you attempt to view logs (cf logs for example). ------------------------------------------------------------------- -Wed May 8 23:14:36 UTC 2019 - root +Wed May 8 23:14:36 UTC 2019 - thardeck@suse.com - update to version 6.44.1 ------------------------------------------------------------------- -Wed May 8 19:13:23 UTC 2019 - root +Wed May 8 19:13:23 UTC 2019 - thardeck@suse.com - 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) + ### 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 +Wed May 8 11:42:52 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 - ## 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) + ### 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 +Thu May 2 00:37:14 UTC 2019 - thardeck@suse.com - 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) + ## 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 From 85bd82823c4845004a0726b18fc6f1f143029e82e599f021d58d0ba4c7ee065b Mon Sep 17 00:00:00 2001 From: Alfred Jenkins Date: Mon, 26 Aug 2019 21:32:25 +0000 Subject: [PATCH 2/2] Update to latest version OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=86 --- cf-cli.changes | 8 ++++++++ cf-cli.spec | 2 +- v6.46.0.tar.gz | 3 --- v6.46.1.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 v6.46.0.tar.gz create mode 100644 v6.46.1.tar.gz diff --git a/cf-cli.changes b/cf-cli.changes index 13a6e88..4904de5 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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) + ------------------------------------------------------------------- Wed Jul 10 00:18:02 UTC 2019 - thardeck@suse.com diff --git a/cf-cli.spec b/cf-cli.spec index 90f1ab4..a0af1a5 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.0 +Version: 6.46.1 Release: 0 Summary: Cloud Foundry command line client License: Apache-2.0 diff --git a/v6.46.0.tar.gz b/v6.46.0.tar.gz deleted file mode 100644 index fb3ab51..0000000 --- a/v6.46.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40488145e0aae4f568f0ab05c193fce35ca4452900517ce9ae43051e9385f72b -size 9631774 diff --git a/v6.46.1.tar.gz b/v6.46.1.tar.gz new file mode 100644 index 0000000..3051231 --- /dev/null +++ b/v6.46.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d28e87755cb76148367c51d9274727626aa1ad3a1d3a50578dea93bfb86fa4 +size 9702347