diff --git a/cf-cli.changes b/cf-cli.changes index e4a7bde..289683a 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Mar 4 13:11:21 UTC 2020 - thardeck@suse.com + +- update to version 6.50.0 + - The cf CLI will now only negotiate TLS 1.2 connections. The cipher suites are restricted to those recommended by the Mozilla SSL Configuration Generator story + - The cf CLI now streams logs from Log Cache instead of the soon to be deprecated Traffic Controller, Log Cache provides more stability to larger foundations, as well as reduced IAAS costs story + - The cf CLI will now properly warn users when using an incompatible CC API version (anything less than cf-deployment 7.0.0) story + ------------------------------------------------------------------- Mon Jan 13 08:30:51 UTC 2020 - thardeck@suse.com diff --git a/cf-cli.spec b/cf-cli.spec index 64ad41c..780ddcf 100644 --- a/cf-cli.spec +++ b/cf-cli.spec @@ -1,7 +1,7 @@ # # spec file for package cf # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,19 +35,19 @@ %define short_name cf-cli Name: %{short_name}%{?name_ext} -Version: 6.49.0 +Version: 6.50.0 Release: 0 Summary: Cloud Foundry command line client License: Apache-2.0 Group: System/Management -Url: https://github.com/cloudfoundry/cli +URL: https://github.com/cloudfoundry/cli Source: v%{version}.tar.gz Source1: README Source2: cf-cli-rpmlintrc %if 0%{?_test} BuildRequires: %{short_name} = %{version} %else -BuildRequires: go >= 1.13.0 +BuildRequires: go1.13 BuildRequires: golang-packaging BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/v6.49.0.tar.gz b/v6.49.0.tar.gz deleted file mode 100644 index 80a868d..0000000 --- a/v6.49.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5953bc00ace7bf1c712732eedaadec14e3b586be7abf461a945c7a15ca408da0 -size 22716568 diff --git a/v6.50.0.tar.gz b/v6.50.0.tar.gz new file mode 100644 index 0000000..37299bd --- /dev/null +++ b/v6.50.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97cad9e93bcc1745b41d27414af5d825fc8b6892c3a72248f41ceadf577e82ab +size 17687248