Commit Graph

45 Commits

Author SHA1 Message Date
Peter Matseykanets 69f021346a
Dependency bumps for v2.13.0-alpha3 (#488)
* Bump rancher to v2.13.0-alpha3 and k8s to v1.34.1
* Bump Go toolchain to 1.24.7
2025-10-22 16:46:45 -04:00
Peter Matseykanets ffe88c4c66
Bump dependencies (#477)
* Bump rancher to main HEAD
* Bump k8s to v1.33.4
2025-09-16 12:47:50 -04:00
Peter Matseykanets d638bc3191
Bump Go to 1.24.6 (#456)
* Bump Go toolchain to 1.24.6
* Bump bci-micro to 15.7
* Remove replace for golang.org/x/net
2025-08-20 09:22:36 -04:00
Peter Matseykanets 4d57ace593
Pre-release bump of dependencies for v2.12.0 (#448) 2025-07-17 10:08:06 -04:00
Peter Matseykanets b197247cd1
Bump rancher/rancher to v2.12.0-alpha11 (#444)
* Bump rancher/rancher to v2.12.0-alpha11
* Force golang.org/x/net to v0.38.0
2025-06-18 13:36:20 -04:00
Peter Matseykanets ecfd5d93d2
[main] Bump dependencies (#420)
* Bump rancher/rancher to main head
* Force k8s.io/kubernetes v1.32.2
2025-03-31 11:22:17 -04:00
Peter Matseykanets 1987673671 Revert "Bump rancher/rancher to main head"
This reverts commit a5a13deb1b that was accidentally pushed directly to main.
2025-03-28 13:43:36 -04:00
Peter Matseykanets 0176fc4e16 Revert "Force k8s.io/kubernetes v1.32.2"
This reverts commit a283772e57 that was accidentally pushed directly to main.
2025-03-28 13:42:42 -04:00
Peter Matseykanets a283772e57 Force k8s.io/kubernetes v1.32.2 2025-03-28 13:24:49 -04:00
Peter Matseykanets a5a13deb1b Bump rancher/rancher to main head 2025-03-28 13:23:36 -04:00
Peter Matseykanets 6c774cf59a
Bump dependencies for v2.11 (#414) 2025-03-12 15:29:36 -04:00
Peter Matseykanets 265074fced
Bump Go toolchain to 1.23.7 (#413) 2025-03-12 14:00:31 -04:00
Peter Matseykanets 1291873119
Bump Go toolchain to 1.23.5 (#411) 2025-02-03 09:20:54 -05:00
Sakala Venkata Krishna Rohit 0b6ae1f01b
Remove app, catalog, multiclusterapp commands (#405)
Ref: https://github.com/rancher/rancher/issues/48252
2024-12-03 14:59:06 -05:00
Peter Matseykanets dd2591cc7c
Bump rancher to main HEAD (#404) 2024-11-25 16:42:30 -05:00
Peter Matseykanets 3d831ec6cf
Improve cluster|project list-members subcommands (#399)
Ref: https://github.com/rancher/rancher/issues/47692
2024-11-01 14:46:29 -04:00
Peter Matseykanets 0267f06985
Bump Go to 1.23.1 (#396) 2024-09-23 16:07:12 -04:00
Peter Matseykanets fbbf20571a
[v2.9] Bump dependencies (#377)
* Bump bci image to 15.6
* Bump rancher api and client-go packages
* Remove PodSecurityPolicy references
* Bump rancher to v2.9 head
2024-07-17 17:41:08 -04:00
Enrico Candino 36d1121f95
Azuread support (#346)
* azuread support

* import of rancher types

* fixes and cleanup

* removed unused func

bump rancher

added dashboard implementation

* added device auth flow

updated login request

removed unused import

removed prompt flag

* updated go.mod, removed pkce package

go mod fix

* added cluster specific kubeconfig

* go mod update

* bump of rancher client-go

* dropped rancher fork of client-go

* fix lint and errors

* added getClient func

- added getClient func to create once the HTTP client with the same TLS configuration.
- added tests for the getAuthProviders func

* insecureRequest

* removed personal references

* revert name
2024-04-23 15:02:14 +02:00
Enrico Candino fa7abaaf3e
[v2.9] Updated `k8s.io/client-go` and `rancher/norman` dependencies (#358)
* bumped/replaced kubernetes/client-go with rancher fork

* bump of rancher norman

* bump of k8s.io/client-go
2024-04-12 12:42:59 +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
Enrico Candino 67b632b21e
bump to go1.22 (#355) 2024-03-29 10:35:54 +01:00
Enrico Candino e09dfcac5a
fix panic 2024-02-08 15:34:55 +01:00
Guilherme Macedo 5c2da646f4
Bump Go and Dockerfile versions (#338)
Signed-off-by: Guilherme Macedo <guilherme@gmacedo.com>
2023-09-12 17:04:21 -03:00
Guilherme Macedo d6385642f5
Update dependencies and fix golangci-lint issue (#317)
Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
2022-06-01 17:19:16 +02:00
Donnie Adams a9204188e3 Bump Rancher dependency and use nodeName when getting machine 2021-11-10 14:33:00 -07:00
Donnie Adams 1a2f5d2bb5 Support SSH for v2 provisioned machines
Before this change, it was not possible to use the SSH command to
connect to machines provisioned with v2 provisioning. After this change
(and including the changes to Rancher), the CLI will use the new CAPI
client to get the SSH key and config from Rancher for v2 provisioned
machines.

A side effect of this change is the addition of the new `rancher
machines ls` command that lists all machines for the current cluster
context.
2021-11-01 17:24:12 -07:00
Steven Crespo 87af700d0e Remove rancher/types dependency and update imports 2021-06-22 14:47:31 -07:00
rmweir be4db7f360 Cache kubeconfig used for kubectl commands 2021-05-31 14:44:10 -07:00
Dan Ramich 10287707a7 Update build to 1.16 and dependencies
Switch to golangci-lint
2021-03-12 17:17:39 -07:00
rmweir f3a38aea7f Revert "Merge pull request #297 from rmweir/kubeconfig-cache-2"
This reverts commit 3057692998, reversing
changes made to 85998abbe8.
2021-01-25 10:26:46 -07:00
rmweir 3e693b5e00 go mod vendor 2021-01-12 10:50:02 -07:00
rmweir bfe0ed5d0f Cache kubeconfig used for kubectl commands 2021-01-12 09:59:08 -07:00
rmweir 5b3a40d168 Revert "Cache kubeconfig used for kubectl commands"
This reverts commit 1325642350.
2020-12-16 12:28:55 -07:00
rmweir e646e5aecc Revert "go mod vendor"
This reverts commit edb42277b3.
2020-12-16 12:28:36 -07:00
rmweir edb42277b3 go mod vendor 2020-12-14 15:29:41 -07:00
rmweir 1325642350 Cache kubeconfig used for kubectl commands 2020-12-14 15:29:37 -07:00
kinarashah a9b09c1e1a vendor update 2020-08-05 23:24:25 -07:00
Yogesh Mundada 13e3a2fd83 Fix cli formatting option to print yaml 2020-07-02 11:33:46 -07:00
rawmind0 40aedc95a3 Updated go modules and vendor files 2020-06-02 10:28:46 +02:00
Dan Ramich 4101825089 vendor update 2020-04-07 08:52:23 -07:00
Brenda Rearden b4f7ae7b79 Vendor changes 2020-04-01 16:19:38 -07:00
Dan Ramich ca609c74d3 Vendor updates 2020-02-03 15:10:04 -07:00
Dan Ramich de91359269 Vendor changes 2019-12-13 14:00:35 -07:00
Dan Ramich 8c5d6c3630 Swap to modules 2019-09-03 16:58:33 -07:00