Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

cf-cli-test-8.18.3+git.0.83ce51d9c-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: cf-cli-test Distribution: openSUSE Tumbleweed
Version: 8.18.3+git.0.83ce51d9c Vendor: openSUSE
Release: 1.1 Build date: Fri Apr 17 19:54:35 2026
Group: System/Management Build host: reproducible
Size: 0 Source RPM: cf-cli-test-8.18.3+git.0.83ce51d9c-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/cloudfoundry/cli
Summary: Cloud Foundry command line client
This is the official command line client for Cloud Foundry.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Apr 17 2026 Oliver Kurz <okurz@suse.com>
  - Update to version 8.18.3+git.0.83ce51d9c:
    * [v8] Add examples for hash-based routing (#3746)
* Tue Apr 14 2026 Oliver Kurz <okurz@suse.com>
  - Update to version 8.18.2+git.0.6a8289095:
    * [v8] Update dependencies to resolve CVEs (#3764)
    * [v8] Fix Windows build relocation error (#3763)
    * Update Go version to 1.26.2 (#3755)
    * Update go.mod dependencies (#3754)
    * [v8] Use embedded process instances for "cf apps" summary (#3725)
    * [v8](go): Bump the dependencies group across 1 directory with 3 updates (#3753)
    * [v8](go): Bump the dependencies group with 7 updates (#3744)
    * [v8](go): Bump the dependencies group with 8 updates (#3740)
    * [v8](go): Bump the dependencies group with 4 updates (#3736)
    * [v8](gha): Bump the dependencies group with 2 updates (#3737)
* Tue Apr 14 2026 Oliver Kurz <okurz@suse.com>
  - Update to version 8.18.0+git.0.fad4bcb4b:
    * New command "cleanup-outdated-service-bindings" (#3712)
    * Allow setting the route destination port via the CF CLI map-route command using a new app-port parameter (#3734)
    * [v8](gha): Bump the dependencies group with 2 updates (#3732)
    * [v8](go): Bump the dependencies group with 4 updates (#3730)
    * fix: add --json flag to "service-key" subcommand (#3728)
    * Enable multiple service binding feature for int tests (#3711)
    * [V8] RFC-0045: Stack Management Reason (#3718)
    * [v8](go): Bump github.com/mattn/go-runewidth in the dependencies group (#3724)
    * [v8](go): Bump the dependencies group with 10 updates (#3721)
    * [v8]  RFC-0045: Stack management (#3687)
    * Fix pipeline when USE_LATEST_CAPI=true is used (#3716)
    * Update Go version to 1.25.7 (#3715)
    * [v8](gha): Bump aws-actions/configure-aws-credentials (#3707)
    * [v8](go): Bump the dependencies group with 3 updates (#3705)
    * [v8] Command "unbind-service" can handle multiple bindings (#3665)
    * Fix bbl print-env producing output in wrong format (#3701)
    * [v8](go): Bump the dependencies group across 1 directory with 6 updates (#3695)
    * Update Go version to 1.25.5 to address CVE-2025-61729 (#3682) (#3689)
    * [v8](go): Bump the dependencies group with 8 updates (#3686)
    * Small fixes (contribution docu, integration tests) (#3683)
    * [v8] Add "--strategy" parameter to "bind-service" command (#3654)
    * Command "services": Eliminate duplicate app names (#3663)
    * [v8] Enhance "service" command for multiple service bindings (#3660)
    * Update to run tests with 4 nodes to reduce infra load (#3681)
    * [v8](go): Bump the dependencies group with 7 updates (#3680)
    * [v8](go): Bump github.com/google/go-querystring (#3673)
    * [v8](go): Bump the dependencies group with 6 updates (#3671)
    * [v8](gha): Bump the dependencies group with 3 updates (#3669)
    * [v8](go): Bump the dependencies group with 8 updates (#3667)
    * Make droplet's lifecycle information available (#3634)
    * Fix missing completion for the AppType 'cnb' (#3629)
    * Fix improper Eventually usage in servicebrokerstub (#3647)
    * Use http.DefaultTransport.Clone() in UAA version check (#3643)
    * Fix CVEs and flaking tests (#3657)
    * Upgrade to golang.org/x/tools v0.39.0 to fix generation (#3635)
    * [v8](go): Bump the dependencies group across 1 directory with 7 updates (#3645)
    * [v8](gha): Bump actions/checkout from 5 to 6 in the dependencies group (#3640)
    * Fix missing completion for 'SpaceSupporter' (#3627)
    * [v8](gha): Bump golangci/golangci-lint-action in the dependencies group (#3624)
    * Fix panic in "cf curl" command when response contains {{ or }} (#3617)
    * [v8](go): Bump the dependencies group across 1 directory with 12 updates (#3626)
    * Bump go dependencies [v8] (#3620)
    * [v8] upgrade module to v8 standard go version workflow (#3256)
    * feat: add ready indicator to cf app command (#3615)
    * Fix invalid related commands (#3591)
    * [v8](gha): Bump the dependencies group across 1 directory with 4 updates (#3608)
    * [v8](go): Bump the dependencies group with 2 updates (#3607)
    * Fix(cf curl): Prevent errors when handling binary API responses (#3605)
    * [v8](go): Bump the dependencies group with 5 updates (#3602)
    * [v8](go): Bump the dependencies group across 1 directory with 9 updates (#3598)
    * Bump MacOS runner to macos-14 (#3596)
    * [v8](go): Bump the dependencies group with 5 updates (#3589)
    * Migrate to golangci v2[v8] (#3588)
    * [v8](go): Bump the dependencies group with 10 updates (#3578)
    * Add debian 13 to test mattrix (#3583)
* Fri Oct 17 2025 Berthold Gunreben <azouhr@opensuse.org>
  - remove GO111MODULE=off
  - mark license file with %license
  - add _service file
  - use separate vendor archive
  - remove rpmlint filter
  - require go >= 1.25
* Fri Oct 17 2025 Berthold Gunreben <azouhr@opensuse.org>
  - Update to version 8.16.0+git.0.4b92b73e4:
    * Fix typo in Json unmarshaling (#3582)
    * Expose existing function in interface (#3581)
    * Check for chunk size before api call[v8] (#3574)
    * [v8](go): Bump the dependencies group across 1 directory with 10 updates (#3573)
    * [v8](gha): Bump the dependencies group across 1 directory with 5 updates (#3571)
    * Use CLI Bot account (#3562)
    * bump go to 1.25 (#3561)
    * [v8](go): Bump the dependencies group across 1 directory with 13 updates (#3559)
    * [v8](gha): Bump the dependencies group across 1 directory with 3 updates (#3558)
    * skip ssl validation for tests if needed (#3556)
* Wed Aug 20 2025 Michael Matz <matz@suse.com>
  - Use current distro go default version.  As cf-cli are oldish
    sources, also use GO111MODULE=off.
* Tue Jan 12 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Fix install on aarch64
* Wed Apr 08 2020 thardeck@suse.com
  - update to version 6.51.0
    [#]## Bug Fixes
    - Increased resiliency to log cache streaming log loss on foundations with multiple log cache doppler nodes [story](https://www.pivotaltracker.com/story/show/171759407)
    - cf logs --recent lost logs if there are more than 4 MB of logs [story](https://www.pivotaltracker.com/story/show/171676674)
    - cf logs now properly retries getting logs on connection failure to the logging API [story](https://www.pivotaltracker.com/story/show/171530294)
    - Requests to Log Cache were not logged in the same format as other HTTP requests in the cf CLI [story](https://www.pivotaltracker.com/story/show/171528424)
* Wed Mar 04 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 2020 thardeck@suse.com
  - update to version 6.49.0
    [#]## Bug Fixes
    - `--hostname` command line option now overrides random-route specified in manifest. [Story](https://www.pivotaltracker.com/story/show/170171569)
    - Commands that modify buildpacks (`update-buildpack`, `rename-buildpack`, `delete-buildpack`) now single-quote the name of the buildpack and stack in the error message when the buildpack is not found.

Files

No Filelist in the Package !

Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 03:56:04 2026