-
Notifications
You must be signed in to change notification settings - Fork 211
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
cilium install --version doesn't let you install snapshot versions. #1448
Labels
kind/bug
Something isn't working
Comments
Thanks for the report @jspaleta. I can confirm the issue and I'm working on a fix. |
tklauser
added a commit
to cilium/cilium
that referenced
this issue
Mar 10, 2023
For the Cilium v1.14 release cycle we started doing snapshot releases which are tagged in the format vX.Y.Z-snapshotN. Let versioncheck.Version accept this version format. For cilium/cilium-cli#1448 Signed-off-by: Tobias Klauser <tobias@cilium.io>
tklauser
added a commit
to cilium/cilium
that referenced
this issue
Mar 13, 2023
For the Cilium v1.14 release cycle we started doing snapshot releases which are tagged in the format vX.Y.Z-snapshotN. Let versioncheck.Version accept this version format. For cilium/cilium-cli#1448 Signed-off-by: Tobias Klauser <tobias@cilium.io>
tklauser
added a commit
that referenced
this issue
Mar 14, 2023
…k fix cilium-cli uses the github.com/cilium/cilium/pkg/versioncheck package to parse Cilium versions. In the latest version, this package was fixed to allow parsing snapshot release versions, cf. cilium/cilium#24286 For #1448 Signed-off-by: Tobias Klauser <tobias@cilium.io>
tklauser
added a commit
that referenced
this issue
Mar 14, 2023
Currently, installing snapshot version results in an error: $ cilium install --version v1.14.0-snapshot.0 invalid parameters: invalid syntax "v1.14.0-snapshot.0" for image tag Fix it by allowing dots in the part after the dash. Fixes #1448 Signed-off-by: Tobias Klauser <tobias@cilium.io>
tklauser
added a commit
that referenced
this issue
Mar 15, 2023
…k fix cilium-cli uses the github.com/cilium/cilium/pkg/versioncheck package to parse Cilium versions. In the latest version, this package was fixed to allow parsing snapshot release versions, cf. cilium/cilium#24286 For #1448 Signed-off-by: Tobias Klauser <tobias@cilium.io>
tklauser
added a commit
that referenced
this issue
Mar 15, 2023
Currently, installing snapshot version results in an error: $ cilium install --version v1.14.0-snapshot.0 invalid parameters: invalid syntax "v1.14.0-snapshot.0" for image tag Fix it by allowing dots in the part after the dash. Fixes #1448 Signed-off-by: Tobias Klauser <tobias@cilium.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
cilium install --list-versions
includesv1.14.0-snapshot.0
But
cilium install --version "v1.14.0-snapshot.0"
results in errorinvalid parameters: invalid syntax "v1.14.0-snapshot.0" for image tag
Looks like the version argument linting is too restrictive to allow the new snapshot version concept.
General Information
kubectl version
, ...)cilium sysdump
How to reproduce the issue
cilium install --list-versions
The text was updated successfully, but these errors were encountered: