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

Unpin selenium 3.141.59-zinc (Chrome 79) so 89 takes the baton #51

Merged
merged 1 commit into from Mar 12, 2021

Conversation

stronk7
Copy link
Member

@stronk7 stronk7 commented Mar 11, 2021

We were waiting since some time ago to Chrome 89 to be released
and, because of that, we had selenium pinned to 3.141.59-zinc
version (Chrome 79).

The cause for staying sticky was this issue:
https://bugs.chromium.org/p/chromedriver/issues/detail?id=3682&q=&can=1&sort=-id

Chrome (and chromedriver) 89 have been released and Selenium has
already build the docker images for them:

https://github.com/SeleniumHQ/docker-selenium/releases/tag/3.141.59-20210311

So now we can unpin the old version and let the machinery to use the
latest versions available. That's what this PR does.

We were waiting since some time ago to Chrome 89 to be released
and, because of that, we had selenium pinned to 3.141.59-zinc
version (Chrome 79).

The cause for staying sticky was this issue:
    https://bugs.chromium.org/p/chromedriver/issues/detail?id=3682&q=&can=1&sort=-id

Chrome (and chromedriver) 89 have been released and Selenium has
already build the docker images for them:

https://github.com/SeleniumHQ/docker-selenium/releases/tag/3.141.59-20210311

So now we can unpin the old version and let the machinery to use the
latest versions available. That's what this PR does.
@junpataleta junpataleta merged commit d077533 into moodlehq:master Mar 12, 2021
@stronk7 stronk7 deleted the chrome89 branch March 12, 2021 08:48
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

Successfully merging this pull request may close these issues.

None yet

2 participants