Accepting request 679844 from Cloud:Tools

- 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
  #### 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
- 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)
- update to version 6.41.0
  ### Enhancements
  - updated `cf --help` to include the `delete` command [story](https://www.pivotaltracker.com/story/show/161556511)

OBS-URL: https://build.opensuse.org/request/show/679844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cf-cli?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2019-02-28 20:44:05 +00:00 committed by Git OBS Bridge
commit f70a3d6792
4 changed files with 49 additions and 6 deletions

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
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
#### 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)
-------------------------------------------------------------------
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 Tue Nov 13 09:27:33 UTC 2018 - okurz@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package cf # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -35,7 +35,7 @@
%define short_name cf-cli %define short_name cf-cli
Name: %{short_name}%{?name_ext} Name: %{short_name}%{?name_ext}
Version: 6.40.1 Version: 6.43.0
Release: 0 Release: 0
Summary: Cloud Foundry command line client Summary: Cloud Foundry command line client
License: Apache-2.0 License: Apache-2.0
@ -47,7 +47,7 @@ Source2: cf-cli-rpmlintrc
%if 0%{?_test} %if 0%{?_test}
BuildRequires: %{short_name} = %{version} BuildRequires: %{short_name} = %{version}
%else %else
BuildRequires: go >= 1.8.3 BuildRequires: go >= 1.10.0
BuildRequires: golang-packaging BuildRequires: golang-packaging
BuildRequires: xz BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3af348cd9815370013ca6207825ac0bf7285de7fe5762199cf655f430908b898
size 9062310

3
v6.43.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2bb91ec51235ffc0140897707a1280b52a2528abf5f2a67b1f45cf56111a160b
size 9357777