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

lastversion does not correctly fetch a version from github releases #109

Closed
voriol opened this issue Sep 13, 2023 · 2 comments
Closed

lastversion does not correctly fetch a version from github releases #109

voriol opened this issue Sep 13, 2023 · 2 comments

Comments

@voriol
Copy link

voriol commented Sep 13, 2023

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
dvershinin added a commit that referenced this issue Sep 14, 2023
@dvershinin
Copy link
Owner

Added fix for this in the newly released lastversion v3.1.1

@voriol
Copy link
Author

voriol commented Sep 14, 2023

Awsome, thanks @dvershinin

@voriol voriol closed this as completed Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants