-
Notifications
You must be signed in to change notification settings - Fork 255
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
Hubble CLI shows superfluous v
using --version
flag
#1613
Labels
🐛 kind/bug
This is a bug in the Hubble logic.
Comments
rolinh
added a commit
to cilium/cilium
that referenced
this issue
Nov 11, 2024
Prior to this change, using `hubble --version` and `hubble version` would produce different results: hubble --version # v1.16.3 hubble version # 1.16.3 Ref: cilium/hubble#1613 Signed-off-by: Robin Hahling <[email protected]>
Thanks for reporting the issue, it'll be fixed once the PR linked above is merged, backported to the v1.16 branch and then a new Hubble CLI release is created. |
rolinh
added a commit
to cilium/cilium
that referenced
this issue
Nov 15, 2024
Prior to this change, using `hubble --version` and `hubble version` would produce different results: hubble --version # v1.16.3 hubble version # 1.16.3 Ref: cilium/hubble#1613 Signed-off-by: Robin Hahling <[email protected]>
github-merge-queue bot
pushed a commit
to cilium/cilium
that referenced
this issue
Nov 20, 2024
Prior to this change, using `hubble --version` and `hubble version` would produce different results: hubble --version # v1.16.3 hubble version # 1.16.3 Ref: cilium/hubble#1613 Signed-off-by: Robin Hahling <[email protected]>
nbusseneau
pushed a commit
to nbusseneau/cilium
that referenced
this issue
Dec 1, 2024
[ upstream commit b424bfd ] Prior to this change, using `hubble --version` and `hubble version` would produce different results: hubble --version # v1.16.3 hubble version # 1.16.3 Ref: cilium/hubble#1613 Signed-off-by: Robin Hahling <[email protected]> Signed-off-by: Nicolas Busseneau <[email protected]>
nbusseneau
pushed a commit
to nbusseneau/cilium
that referenced
this issue
Dec 1, 2024
[ upstream commit b424bfd ] Prior to this change, using `hubble --version` and `hubble version` would produce different results: hubble --version # v1.16.3 hubble version # 1.16.3 Ref: cilium/hubble#1613 Signed-off-by: Robin Hahling <[email protected]> Signed-off-by: Nicolas Busseneau <[email protected]>
github-merge-queue bot
pushed a commit
to cilium/cilium
that referenced
this issue
Dec 3, 2024
[ upstream commit b424bfd ] Prior to this change, using `hubble --version` and `hubble version` would produce different results: hubble --version # v1.16.3 hubble version # 1.16.3 Ref: cilium/hubble#1613 Signed-off-by: Robin Hahling <[email protected]> Signed-off-by: Nicolas Busseneau <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running the hubble cli using the
--version
flag (not documented in the --help though) it shows an extrav
in front of the version.The command
version
does show it correctly though.The text was updated successfully, but these errors were encountered: