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

bug in v0.3.0 hauler version doesn't correctly specify version of hauler #128

Closed
neoakris opened this issue Apr 26, 2022 · 2 comments
Closed

Comments

@neoakris
Copy link

Environmental Info:
linux/amd64

Hauler Version:
0.3.0

System CPU architecture, OS, and Version:
OS = Centos 7
uname -a

Linux vm1 3.10.0-1160.59.1.el7.x86_64 #1 SMP Wed Feb 23 16:47:03 
UTC 2022 x86_64 x86_64 x86_64 GNU/Linux  

Describe the bug:
hauler version doesn't correctly specify the version of hauler

Steps To Reproduce:
On a x86_x64 based linux machine copy paste the following 4 commands:

curl -L https://github.com/rancherfederal/hauler/releases/download/v0.3.0/hauler_0.3.0_linux_amd64.tar.gz > hauler.tar.gz
tar -xzf hauler.tar.gz 
sudo mv hauler /usr/bin/hauler && rm README.md
hauler version

Expected behavior:
expect to see version 0.3.0 specified in the output

Actual behavior:
hauler version

GitVersion:  devel
GitCommit:   unknown
BuildDate:   unknown
GoVersion:   go1.17.6
Compiler:    gc
Platform:    linux/amd64
@zackbradys
Copy link
Member

zackbradys commented Oct 21, 2023

Bumping this issue. hauler version still does not show all information and does not show the Hauler Version. Additionally, there is no command alias such as hauler -v.

zackbradys@Zacks-MacBook-Pro bin % hauler version
GitVersion:  devel
GitCommit:   unknown
BuildDate:   unknown
GoVersion:   go1.20.5
Compiler:    gc
Platform:    darwin/arm64

@zackbradys
Copy link
Member

fixed in PR #136!

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

No branches or pull requests

2 participants