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