Releases: rancher/cli
Releases · rancher/cli
v2.8.6
What's Changed
- [v2.8] Go1.21 update by @enrichman in #360
- [v2.8] [backport] Added linter and removed deprecated and unused packages (#357) by @enrichman in #359
- [v2.8] [backport] Updated k8s.io/client-go and rancher/norman dependencies by @enrichman in #361
- [v2.8][backport] Migrate from Drone to Github Actions, remove Dapper and add Darwin/arm64 support by @enrichman in #366
- [v2.8] Add CODEOWNERS file by @JonCrowther in #370
- [v2.8] Use Rancher org FOSSA secret by @enrichman in #372
- [v2.8] [backport] AzureAD support by @enrichman in #363
- [v2.8] Small refactor (error messages) by @enrichman in #374
- [v2.8] Upload CLI assets to GCS by @enrichman in #378
- [v2.8] Upload CLI assets to GCS - fix by @enrichman in #380
- [v2.8] Upload CLI assets to GCS - fix2 by @enrichman in #381
- [v2.8] Bump dependencies by @pmatseykanets in #376
Full Changelog: v2.8.4...v2.8.6
v2.8.6-rc5
What's Changed
- [v2.8] Bump dependencies by @pmatseykanets in #376
Full Changelog: v2.8.6-rc4...v2.8.6-rc5
v2.9.0-rc5
What's Changed
- [v2.9] Upload CLI assets to GCS by @enrichman in #379
Full Changelog: v2.9.0-rc4...v2.9.0-rc5
v2.8.6-rc4
What's Changed
- [v2.8] Upload CLI assets to GCS - fix2 by @enrichman in #381
Full Changelog: v2.8.6-rc3...v2.8.6-rc4
v2.8.6-rc3
What's Changed
- [v2.8] Upload CLI assets to GCS - fix by @enrichman in #380
Full Changelog: v2.8.6-rc2...v2.8.6-rc3
v2.8.6-rc2
What's Changed
- [v2.8] Upload CLI assets to GCS by @enrichman in #378
Full Changelog: v2.8.6-rc1...v2.8.6-rc2
v2.9.0-rc4
What's Changed
- Removed not needed information in the
sha256sum.txt
file in release by @enrichman in #368 - [v2.9] add codeowners file by @JonCrowther in #369
- [v2.9] Use Rancher org FOSSA secret by @enrichman in #373
- [v2.9][forwardport] Small refactor (error messages) by @enrichman in #375
Full Changelog: v2.9.0-rc3...v2.9.0-rc4
v2.8.6-rc1
What's Changed
- [v2.8] Go1.21 update by @enrichman in #360
- [v2.8] [backport] Added linter and removed deprecated and unused packages (#357) by @enrichman in #359
- [v2.8] [backport] Updated k8s.io/client-go and rancher/norman dependencies by @enrichman in #361
- [v2.8][backport] Migrate from Drone to Github Actions, remove Dapper and add Darwin/arm64 support by @enrichman in #366
- [v2.8] Add CODEOWNERS file by @JonCrowther in #370
- [v2.8] Use Rancher org FOSSA secret by @enrichman in #372
- [v2.8] [backport] AzureAD support by @enrichman in #363
- [v2.8] Small refactor (error messages) by @enrichman in #374
Full Changelog: v2.8.4...v2.8.6-rc1
v2.9.0-rc3
What's Changed
- Bump Go and Dockerfile versions by @macedogm in #337
- [2.7] Add missing packages after moving Dapper image to BCI by @macedogm in #339
- [v2.7] Update saml auth login endpoint to point toward dashboard endpoint by @eliyamlevy in #342
- Fix panics in
rancher token
andrancher server current
commands by @enrichman in #348 - fix: make the cli runnable on windows by @bakito in #326
- Cleanup of
rancher server
command by @enrichman in #349 - [v2.9] Bump to Go 1.22 by @enrichman in #355
- Added linter and removed deprecated and unused packages by @enrichman in #357
- [v2.9] Updated
k8s.io/client-go
andrancher/norman
dependencies by @enrichman in #358 - Azuread support by @enrichman in #346
- GHA migration: secrets check by @enrichman in #365
- [v2.9] Migrate from Drone to Github Actions, remove Dapper and add Darwin/arm64 support by @enrichman in #362
- Fix GitHub Action permission to publish assets by @enrichman in #367
New Contributors
Full Changelog: v2.8.3...v2.9.0-rc3
v2.9.0-rc2
[v2.9] Migrate from Drone to Github Actions, remove Dapper and add Da…