We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lastversion does not correctly fetch a version from github releases
It is strange, because in the case of the kibana software, elastic does not correctly find the version
$ lastversion elastic/kibana 1694506029 $ lastversion https://github.com/elastic/kibana/releases 1694506029
In this case, the correct answer is: 8.10.0
When you have no problems with the rest of the products:
$ lastversion elastic/elasticsearch $ lastversion elastic/beats $ lastversion elastic/logstash
The text was updated successfully, but these errors were encountered:
Prefer semver if seen semver #109
a22c3ff
Added fix for this in the newly released lastversion v3.1.1
Sorry, something went wrong.
Awsome, thanks @dvershinin
No branches or pull requests
lastversion does not correctly fetch a version from github releases
It is strange, because in the case of the kibana software, elastic does not correctly find the version
In this case, the correct answer is: 8.10.0
When you have no problems with the rest of the products:
The text was updated successfully, but these errors were encountered: