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

Versions without a period cause errors #1620

Open
dovholuknf opened this issue Dec 15, 2020 · 1 comment
Open

Versions without a period cause errors #1620

dovholuknf opened this issue Dec 15, 2020 · 1 comment
Labels
bug Something isn't working controller Issue related to the controller

Comments

@dovholuknf
Copy link
Member

v0.17.18 - Looking through a log I saw:

could not parse version 10: Could not parse Range \"10\": Could not parse version \"10\" in \"10\": No Major.Minor.Patch elements found

Full log

{"file":"/home/travis/gopath/pkg/mod/github.com/openziti/edge@v0.17.18/controller/model/posture_check_model_os.go:99","func":"github.com/openziti/edge/controller/model.getValidOses","level":"error","msg":"could not parse version 10: Could not parse Range \"10\": Could not parse version \"10\" in \"10\": No Major.Minor.Patch elements found","time":"2020-11-16T15:38:51Z"}
@dovholuknf dovholuknf added the bug Something isn't working label Dec 15, 2020
@andrewpmartinez andrewpmartinez added the controller Issue related to the controller label Apr 21, 2021
@plorenz plorenz transferred this issue from openziti/edge Dec 14, 2023
@qrkourier
Copy link
Member

Looks like the OS version posture check was expecting a semver. A test was added for OS version "10" in November, shortly before you raised this issue. Perhaps that fixed the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working controller Issue related to the controller
Projects
None yet
Development

No branches or pull requests

3 participants