Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kube-capacity version for v0.8.0 reports itself as version v0.7.4 #132

Open
jim-barber-he opened this issue Mar 14, 2024 · 0 comments
Open

Comments

@jim-barber-he
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant