You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor issue where the tool isn't reporting the version it is at correctly.
$ cd /tmp
$ ./kube-capacity version
zsh: no such file or directory: ./kube-capacity
$ curl -qfLSsO https://github.com/robscott/kube-capacity/releases/download/v0.8.0/kube-capacity_v0.8.0_linux_x86_64.tar.gz
$ tar xf kube-capacity_v0.8.0_linux_x86_64.tar.gz kube-capacity
$ ./kube-capacity version
kube-capacity version v0.7.4
I'm only reporting it because I have a script that checks the current version of tools and then compares with the releases on GitHub and will grab the new one.
It thinks it needs to grab kube-capacity every time I run it since v0.7.4 is older than v0.8.0.
The text was updated successfully, but these errors were encountered:
Minor issue where the tool isn't reporting the version it is at correctly.
$ cd /tmp $ ./kube-capacity version zsh: no such file or directory: ./kube-capacity $ curl -qfLSsO https://github.com/robscott/kube-capacity/releases/download/v0.8.0/kube-capacity_v0.8.0_linux_x86_64.tar.gz $ tar xf kube-capacity_v0.8.0_linux_x86_64.tar.gz kube-capacity $ ./kube-capacity version kube-capacity version v0.7.4
I'm only reporting it because I have a script that checks the current version of tools and then compares with the releases on GitHub and will grab the new one.
It thinks it needs to grab kube-capacity every time I run it since v0.7.4 is older than v0.8.0.
The text was updated successfully, but these errors were encountered: