1
0
mirror of https://github.com/rancher/cli.git synced 2026-02-05 18:48:50 +01:00

13 Commits

Author SHA1 Message Date
Peter Matseykanets
0ed4b8809e Fix release workflow (#545) 2026-02-04 16:32:21 -05:00
Peter Matseykanets
5cf2106b2d Bump Go to 1.25 (#510)
* Bump Go to 1.25
* Bump golangci-lint
* Explicitly set Go toolchain to be able to run unit-tests
* Remove lint step from ci script
2025-12-08 15:31:28 -05:00
renovate-rancher[bot]
21997d0936 Pin dependencies (#497)
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-12-08 12:30:53 -05:00
renovate-rancher[bot]
071053c05c Migrate config .github/renovate.json (#499)
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-12-08 12:30:11 -05:00
renovate-rancher[bot]
5ef0ae64b6 Add initial Renovate configuration (#496)
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-12-03 14:18:14 -03:00
Enrico Candino
11d795b557 Fix panic on context switch (#386)
* added bool check for missing focused server, fixed panic

* added main branch to FOSSA workflow

* return error instead of bool
2024-08-22 15:58:43 +02:00
Enrico Candino
6db3e90cdd [v2.9] Upload CLI assets to GCS (#379)
* upload assets to gcs

* fix upload path
2024-07-12 16:46:25 +02:00
Enrico Candino
7ea22d868e use Rancher org FOSSA secret (#373) 2024-05-30 18:31:01 +02:00
Enrico Candino
e2015650fa avoid recursive find and inclusion of sha256sum.txt file in shasum (#368) 2024-05-08 17:38:49 +02:00
Enrico Candino
b2896566b2 Fix GitHub Action permission to publish assets (#367)
* added contents write permission to publish assets in release

* added comment
2024-05-08 13:10:30 +02:00
Enrico Candino
192a95e4ed [v2.9] Migrate from Drone to Github Actions, remove Dapper and add Darwin/arm64 support (#362)
* enabled gofmt linter, added lint scripts, removed dapper from Makefile

* added build (with arm64 support), package steps, and fossa job

* github tag, and envs

* upload assets

* removed dapper and google cloud storage

* moved checkout steps

* removed drone.yml

* requested changes

- removed extra Test step
- added check for run on PRs
- added FOSSA check on release

* moved fossa in its own workflow

* remove manual trigger and tag check on release
2024-05-06 12:31:58 +02:00
Enrico Candino
a85cc1096a GHA migration: secrets check (#365)
* added steps to read migrated secrets

* fixed indentation and naming
2024-04-24 17:03:25 +02:00
Enrico Candino
0e8a1106be Added linter and removed deprecated and unused packages (#357)
* Create go.yml

* updated golangci config file

* renamed action file

* removed unused prompt command

* fixed SA6005 (staticcheck): used strings.EqualFold

* removed unused monitor package

* removed unused funcs and fields

* fixed SA1019 (staticcheck): removed deprecations

* added missing error checking

* fixed linter

* removed unused (and unimplemented) commands

* added error to getClusterK8sOptions

* oneliner err check in displayListServers

* removed unused docker dependency
2024-04-10 11:52:59 +02:00