Accepting request 755509 from Cloud:Tools
- update to version 6.48.0 ### Enhancements - Improve Behavior of --random-route Flag. Increased the size of the namespace used for generating random route names from eight thousand to over five million. This reduces the odds of a name conflict. ### Bug Fixes - Fixes a bug where `cf delete app -r` did not delete routes if you had more than 50 routes associated with the app. [Story](https://www.pivotaltracker.com/story/show/165714515) - Fixes a bug where `cf create-buildpack` would return a misleading error when the buildpack name had invalid characters. [Story](https://www.pivotaltracker.com/story/show/168183422) OBS-URL: https://build.opensuse.org/request/show/755509 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cf-cli?expand=0&rev=9
This commit is contained in:
commit
46a893ca00
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 5 22:54:46 UTC 2019 - thardeck@suse.com
|
||||||
|
|
||||||
|
- update to version 6.48.0
|
||||||
|
### Enhancements
|
||||||
|
- Improve Behavior of --random-route Flag. Increased the size of the namespace used for generating random route names from eight thousand to over five million. This reduces the odds of a name conflict.
|
||||||
|
### Bug Fixes
|
||||||
|
- Fixes a bug where `cf delete app -r` did not delete routes if you had more than 50 routes associated with the app. [Story](https://www.pivotaltracker.com/story/show/165714515)
|
||||||
|
- Fixes a bug where `cf create-buildpack` would return a misleading error when the buildpack name had invalid characters. [Story](https://www.pivotaltracker.com/story/show/168183422)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 28 07:33:04 UTC 2019 - thardeck@suse.com
|
Thu Nov 28 07:33:04 UTC 2019 - thardeck@suse.com
|
||||||
|
|
||||||
|
@ -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.47.2
|
Version: 6.48.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.10.0
|
BuildRequires: go >= 1.12.0
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a1ab06de29a59b7ae6747d7758eec6d68682779307f34f8b4491b844dd3c8a76
|
|
||||||
size 29825922
|
|
3
v6.48.0.tar.gz
Normal file
3
v6.48.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e6e2c0c76d914828717f1946f59bf36ea0b42df1fac4253812aa8a36c5b4dedd
|
||||||
|
size 26783059
|
Loading…
Reference in New Issue
Block a user