forked from pool/rancher-cli
Accepting request 1189463 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1189463 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rancher-cli?expand=0&rev=11
This commit is contained in:
commit
c617cffada
4
_service
4
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/rancher/cli</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v2.8.4</param>
|
||||
<param name="revision">v2.9.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -16,6 +16,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
<param name="archive">cli-2.8.4.obscpio</param>
|
||||
<param name="archive">cli-2.9.0.obscpio</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/rancher/cli</param>
|
||||
<param name="changesrevision">a45136af410c886f5e201776060cacda5d5eb853</param></service></servicedata>
|
||||
<param name="changesrevision">fbbf20571a909e9fe3c6ced17b39fbbc5dce2ee0</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:944742d7a2536d23221f71e565fb05d3ca7be335fd28c2b450fea87f138fbc33
|
||||
size 393739
|
3
cli-2.9.0.obscpio
Normal file
3
cli-2.9.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0bc65e15e88f017d93afacc301e3e6533de2fba16f8f36b505cb03137423cfe
|
||||
size 316427
|
@ -1,4 +1,4 @@
|
||||
name: cli
|
||||
version: 2.8.4
|
||||
mtime: 1712339984
|
||||
commit: a45136af410c886f5e201776060cacda5d5eb853
|
||||
version: 2.9.0
|
||||
mtime: 1721252468
|
||||
commit: fbbf20571a909e9fe3c6ced17b39fbbc5dce2ee0
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 18:01:54 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 2.9.0:
|
||||
* [v2.9] Bump dependencies (#377)
|
||||
* [v2.9] Upload CLI assets to GCS (#379)
|
||||
* [v2.9][forwardport] Small refactor (error messages) (#375)
|
||||
* use Rancher org FOSSA secret (#373)
|
||||
* add codeowners file
|
||||
* avoid recursive find and inclusion of sha256sum.txt file in
|
||||
shasum (#368)
|
||||
* Fix GitHub Action permission to publish assets (#367)
|
||||
* [v2.9] Migrate from Drone to Github Actions, remove Dapper and
|
||||
add Darwin/arm64 support (#362)
|
||||
* GHA migration: secrets check (#365)
|
||||
* Azuread support (#346)
|
||||
* [v2.9] Updated `k8s.io/client-go` and `rancher/norman`
|
||||
dependencies (#358)
|
||||
* Added linter and removed deprecated and unused packages (#357)
|
||||
* bump to go1.22 (#355)
|
||||
* added test to serverLs, edded config to tabwriter
|
||||
* added serverDelete tests, fix for delete current
|
||||
* changed visibility of server commands funcs
|
||||
* moved cfg to server command
|
||||
* added parallel test
|
||||
* updated tests
|
||||
* validate as beforeFunc
|
||||
* added tests
|
||||
* fix server current panic, server commands refactor
|
||||
* fix panic
|
||||
* fix panics
|
||||
* make runnable on windows
|
||||
* Update saml auth login endpoint to dashboard endpoint
|
||||
* Add missing packages after moving Dapper image to BCI (#339)
|
||||
* Bump Go and Dockerfile versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 17:48:32 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 2.8.6 (no release 2.8.5):
|
||||
* [v2.8] Bump dependencies (#376)
|
||||
* fix for assets dfestination (#381)
|
||||
* fix for env var (#380)
|
||||
* upload assets to gcs (#378)
|
||||
* [v2.8] Small refactor (error messages) (#374)
|
||||
* [v2.8] [backport] AzureAD support (#363)
|
||||
* use Rancher org FOSSA secret (#372)
|
||||
* Add CODEOWNERS file (#370)
|
||||
* [v2.8][backport] Migrate from Drone to Github Actions, remove
|
||||
Dapper and add Darwin/arm64 support (#366)
|
||||
* bump of k8s.io/client-go and rancher norman (#361)
|
||||
* [v2.8] [backport] Added linter and removed deprecated and
|
||||
unused packages (#357) (#359)
|
||||
* bump to go1.21 (#360)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 18 07:28:38 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -18,17 +18,18 @@
|
||||
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
Name: rancher-cli
|
||||
Version: 2.8.4
|
||||
Version: 2.9.0
|
||||
Release: 0
|
||||
Summary: Rancher CLI
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/rancher/cli
|
||||
Source: cli-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: golang(API) = 1.20
|
||||
BuildRequires: golang(API) = 1.22
|
||||
|
||||
%description
|
||||
The Rancher Command Line Interface (CLI) is a unified tool for interacting with your Rancher Server.
|
||||
The Rancher Command Line Interface (CLI) is a unified tool for interacting with
|
||||
your Rancher Server.
|
||||
For usage information see: https://rancher.com/docs/rancher/v2.x/en/cli/
|
||||
|
||||
%prep
|
||||
@ -37,6 +38,7 @@ For usage information see: https://rancher.com/docs/rancher/v2.x/en/cli/
|
||||
%build -n cli-%{version}
|
||||
go build \
|
||||
-mod=vendor \
|
||||
-buildmode=pie \
|
||||
-ldflags="-X main.Version=%{version}"
|
||||
|
||||
%install
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67ad0c662b3efee8e988acb9f6e9a36ed8599c52186b4592754e62a5207e4569
|
||||
size 3970500
|
||||
oid sha256:68385649ae31f428181c7b49cfda1fa62736c5b91d572422ade7057752c12f1a
|
||||
size 6764997
|
||||
|
Loading…
Reference in New Issue
Block a user