kubesphere-sigs / ks

ks is a tool that makes it be easy to work with KubeSphere.
MIT License
22 stars 16 forks source link

Support autocompletion of the version in k3d installation #260

Closed LinuxSuRen closed 2 years ago

LinuxSuRen commented 2 years ago

I have tested it manually. It works well.

root@test:~# ks install k3d --version v3.
v3.2.1          v3.2.1-rc.2     v3.2.1-rc.3     v3.3.0-alpha.0  v3.3.0-alpha.1  v3.3.0-rc.0
root@test:~# ks install k3d --version v3.
v3.2.1          v3.2.1-rc.2     v3.2.1-rc.3     v3.3.0-alpha.0  v3.3.0-alpha.1  v3.3.0-rc.0
root@test:~# ks install k3d --version v3.3.0-
v3.3.0-alpha.0  v3.3.0-alpha.1  v3.3.0-rc.0
root@test:~# ks install k3d --version v3.3.0-rc.0
start to install missing tool: k3d
ks-ci-bot commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: LinuxSuRen

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubesphere-sigs/ks/blob/master/OWNERS)~~ [LinuxSuRen] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment