mozilla / geckodriver

WebDriver for Firefox
https://firefox-source-docs.mozilla.org/testing/geckodriver/
Mozilla Public License 2.0
7.14k stars 1.52k forks source link

geckodriver 0.31.0 release is no longer available for download #2009

Closed kingthorin closed 2 years ago

kingthorin commented 2 years ago

This is a repo issue: https://api.github.com/repos/mozilla/geckodriver/releases/latest seems to point to 0.30.0 (not 0.31.0) for some reason.

I was in the process of setting up some automation when I noticed this discrepancy.

Could you correct this one-off and tweak your release process to ensure that "latest" is properly pointed/updated?

whimboo commented 2 years ago

Thanks for notifying us! Strangely the 0.31.0 release was even completely gone from the https://github.com/mozilla/geckodriver/releases page. Not sure what's going on with Github at this point but this seems concerning. A no-op edit of the release page brought it actually back.

Now latest points again to 0.31.0.

kingthorin commented 2 years ago

Thanks!

kingthorin commented 2 years ago

@whimboo I think you need to hit up someone from GitHub because this seems to have broken again.

kingthorin commented 2 years ago

Ummmm actually the whole 0.31.0 release seem gone? image

Though the tag still exists: image

whimboo commented 2 years ago

Yes, there is nothing that I'll do this time. I'm going to leave the repository in this state and hope that GitHub support can fix the underlying issue for real. As they reported it was an issue only affecting some customers and that this should have been fixed, but it's not the case. Note that there is no public announcement as well on their side for this particular issue. :/

mariotrucco commented 2 years ago

Yes, there is nothing that I'll do this time. I'm going to leave the repository in this state and hope that GitHub support can fix the underlying issue for real. As they reported it was an issue only affecting some customers and that this should have been fixed, but it's not the case. Note that there is no public announcement as well on their side for this particular issue. :/

FYI, at the time of this writing, Friday, 6 May 2022 09:58 UTC, https://github.com/mozilla/geckodriver/releases correctly shows 0.31.0 as latest and our automations are working.

whimboo commented 2 years ago

Indeed. I checked 2-3 hours ago and it was not listing the 0.31.0 release. So I assume the issue has been fixed on GitHub's side. I will leave the issue open for now and close it once I received a reply from GitHub support. Thanks for letting us know!

mariotrucco commented 2 years ago

And now the error is back. https://github.com/mozilla/geckodriver/releases Currently says that latest is 0.29.1

whimboo commented 2 years ago

I quickly patched so that at least our latest security release 0.30.0 is listed as latest. I'll poke GitHub support again given that it's becoming kinda annoying now. Thanks for letting us know!

whimboo commented 2 years ago

Via GitHub support this should be fixed since late Friday. Given that so far it still shows version 0.31.0 I assume it's true. Lets close this issue.

Thanks everyone for giving us feedback that quickly.