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

version output for the skipper and eskip commands #132

Closed
aryszka opened this issue Mar 31, 2016 · 3 comments
Closed

version output for the skipper and eskip commands #132

aryszka opened this issue Mar 31, 2016 · 3 comments

Comments

@aryszka
Copy link
Contributor

aryszka commented Mar 31, 2016

No description provided.

@LappleApple
Copy link
Contributor

Can you provide some quick details about what this is going to do? A sentence = fine.

@lmineiro
Copy link
Contributor

lmineiro commented Aug 9, 2016

Both binaries should be versioned and we should keep a proper changelog to inform users of the changes.

I suggest something as simple as SemVer for both but this forces us to establish a well defined release process

@szuecs
Copy link
Member

szuecs commented Apr 4, 2019

We use GH releases: https://github.com/zalando/skipper/releases

Binary version output

% make skipper
mkdir -p bin
GO111MODULE=on go build -ldflags "-X main.version=v0.10.202 -X main.commit=875e439" -o bin/skipper ./cmd/skipper/*.go
% make eskip
mkdir -p bin
GO111MODULE=on go build -ldflags "-X main.version=v0.10.202 -X main.commit=875e439" -o bin/eskip ./cmd/eskip/*.go
% ./bin/skipper -version
Skipper version v0.10.202 (commit: 875e439)
% ./bin/eskip version
eskip version v0.10.202 (commit: 875e439)

@szuecs szuecs closed this as completed Apr 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants