-
Notifications
You must be signed in to change notification settings - Fork 915
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
[BUG] govc: error parsing API version "9.0.0.0.rc1": strconv.Atoi: parsing "rc1": invalid syntax #3643
Comments
Howdy 🖐 yueclaireli ! Thank you for your interest in this project. We value your feedback and will respond soon. If you want to contribute to this project, please make yourself familiar with the |
Haven't seen such rc versioning before. You can disable this version check like so:
|
dougm
added a commit
to dougm/govmomi
that referenced
this issue
Dec 6, 2024
This check hasn't been useful, except maybe in the early days of govc. It's only caused problems when dev/rc versioning changes in a way that breaks our parsing. Simpler to just remove than to maintain it. Fixes vmware#3643 Signed-off-by: Doug MacEachern <dougm@broadcom.com>
dougm
added a commit
to dougm/govmomi
that referenced
this issue
Dec 6, 2024
This check hasn't been useful, except maybe in the early days of govc. It's only caused problems when dev/rc versioning changes in a way that breaks our parsing. Simpler to just remove than to maintain it. Fixes vmware#3643 Signed-off-by: Doug MacEachern <dougm@broadcom.com>
dougm
added a commit
that referenced
this issue
Dec 12, 2024
This check hasn't been useful, except maybe in the early days of govc. It's only caused problems when dev/rc versioning changes in a way that breaks our parsing. Simpler to just remove than to maintain it. Fixes #3643 Signed-off-by: Doug MacEachern <dougm@broadcom.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Latest 9.0 version string is not supported.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
govc command completes successfully
Affected version
0.46.2
Screenshots/Debug Output
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: