-
Notifications
You must be signed in to change notification settings - Fork 652
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
Regression in 5.11.0 #3273
Comments
I am having the same issue |
Same here. We are running it from a devops pipeline. None of the pipline or gitversion settings have changed and I couldn't find anything in the documentation about needed changes, but maybe I missed it? |
Same issue here. Downgrading to 5.10.3 is a temporary solution. |
I wonder if this may be caused by #3216? Perhaps it was not as backwards compatible as I first thought. If so, we need to rollback that change and fold it into v6 instead, @AlexPykavy. |
@asbjornu, do you think we should revert this PR amd release 5.11.1? |
Excellent, thanks @AlexPykavy! 🙏🏼
Yes, @arturcic. |
ok I merged the revert, a release will be created soon |
🎉 This issue has been resolved in version 5.11.1 🎉 Your GitReleaseManager bot 📦🚀 |
@cfauchere @MathBouma @Sara-chi @mglochsen can you check version 5.11.1? |
I can confirm that the parsing error I saw yesterday with version 5.11.0 does not occur anymore with 5.11.1 Thanks for the fast fix @arturcic @asbjornu @AlexPykavy |
@cfauchere , @mglochsen , could you please try to use Or just share the list of tag so I can reproduce the issue on my side. |
Describe the bug
There was no issue with 5.10.3. Inputs haven't changed. Switching to 5.11.0 I now get an error.
Failed to parse 22.10.0 into a Semantic Version
INFO [11/07/22 21:18:52:29] Done writing
##[error]SyntaxError: Unexpected end of JSON input
Expected Behavior
No error (backcompat)
Actual Behavior
See the error above.
Possible Fix
Steps to Reproduce
Context
Build break.
Your Environment
Ubuntu
5.11.0
The text was updated successfully, but these errors were encountered: