You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My eksctl update script compares the latest available release version with the version of the currently installed one and installs a new version if the versions are not the same.
What happened?
The current latest available version when asking GitHub API is 0.149.0.
When asking my currently installed eksctl binary which version it is, it reports to be 0.149.0-dev.
As 0.149.0 != 0.149.0-dev the "newer" release is installed everytime my update script is run.
Hello EHJ-52n 👋 Thank you for opening an issue in eksctl project. The team will review the issue and aim to respond within 1-5 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl on our website
What were you trying to accomplish?
My eksctl update script compares the latest available release version with the version of the currently installed one and installs a new version if the versions are not the same.
What happened?
The current latest available version when asking GitHub API is
0.149.0
.When asking my currently installed eksctl binary which version it is, it reports to be
0.149.0-dev
.As
0.149.0 != 0.149.0-dev
the "newer" release is installed everytime my update script is run.How to reproduce it?
Logs
Anything else we need to know?
I am posting this for documentation and hope that the next release will have the postfix
-dev
removed.Versions
The text was updated successfully, but these errors were encountered: