-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Client version (1.7.3) differs from server version (v1.7.3) #228
Comments
same issue here, I'm using docker image on aws server |
The version string is set using the commit tag, so it should be |
in my case I'm running jpillora/chisel on server and brew installed client on the mac |
Ah I don’t operate the brew installation... someone else compiles that
version - I’d be wary. I’ll look into it
…On Wed, 23 Dec 2020 at 8:29 am Matti Paksula ***@***.***> wrote:
in my case I'm running jpillora/chisel on server and brew installed client
on the mac
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#228 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE2X434S6R52O75YH2CN6TSWEFVBANCNFSM4U6HCNTQ>
.
|
https://formulae.brew.sh/formula/chisel is another app. How did you install with chisel? |
I'm seeing this, too:
Server is using the docker image:
Client downloaded the binary directly from Github:
I'm not sure, but maybe this is related to .github/goreleaser.yml#L8 using |
prob related: eksctl-io/eksctl#4873
… On 3. Mar 2022, at 11.36, tralafiti ***@***.***> wrote:
I'm seeing this, too:
2022/03/02 18:13:26 server: session#12: Client version (1.7.7) differs from server version (v1.7.7)
Server is using the docker image:
docker run --rm -it jpillora/chisel --help
Usage: chisel [command] [--help]
Version: v1.7.7 (go1.17.6)
Client downloaded the binary directly from Github:
./chisel_1.7.7_darwin_arm64 --help
Usage: chisel [command] [--help]
Version: 1.7.7 (go1.17.6)
I'm not sure, but maybe this is related to .github/goreleaser.yml#L8 using {{.Version}} which according to goreleaser gets stripped of v prefixes?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.
|
Is this still relevant? |
Yes, issue still persists, but now the docker image is missing all version info: % ./chisel_1.10.0_darwin_arm64 -version
1.10.0
% docker run --rm -it jpillora/chisel:1.10.0 -version
% docker run --rm -it jpillora/chisel:1.10.0 -help
Usage: chisel [command] [--help]
Version: (go1.22.5)
... Upon connecting:
|
Ahh will fix |
Thank you! Docker Images now contain a version string again. But I fear we are back to the start of the ticket: Docker-Image reports it's version prefixed with a |
spams the logs like this
The text was updated successfully, but these errors were encountered: