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