Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
3.141.59-p57: Update CHANGELOG, image digest, capabilities & png
Browse files Browse the repository at this point in the history
  • Loading branch information
elgalubot committed Apr 24, 2021
1 parent a9c0701 commit d01e035
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 14 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 3.141.59-p57
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p56...3.141.59-p57 (2021-04-24)
+ Bartek Florczak (2):
* [7032814] Bump chrome patch version, geckodriver minor version
* [63d31e3] Bump Chrome patch version, bump FF to 88.0
+ Leo Gallucci (2):
* [ce61029] We always need to login to docker to avoid: toomanyrequests
* [a9c0701] We always need to login to docker to avoid: toomanyrequests
+ Thomas Schmidt (2):
* [31e300a] Bump chrome and chromedriver to v90
* [6e88a02] Update chrome version
+ **Image tag details:**
+ Selenium version: 3.141.59 (82b03c358b)
+ Chrome stable: 90.0.4430.85
+ Firefox stable: 88.0
+ Geckodriver: 0.29.1
+ Chromedriver: 90.0.4430.24 (4c6d850f087da467d926e8eddb76550aed655991)
+ Java: OpenJDK Java 1.8.0_282-8u282-b08-0ubuntu1
+ Default Timezone: Europe/Berlin
+ FROM ubuntu:xenial-20190904
+ Python: 3.5.2
+ Tested on kernel CI host: 4.15.0-1077-gcp x86_64
+ Built at CI host with: Docker version 18.06.0, build 0ffa825
+ Built at CI host with: Docker Compose version 1.23.1, build b02f1306
+ Image version: 3.141.59-355
+ Image size: 1.61GB
+ Digest: sha256:0a46624fb65e5ff0ec167fe35bfc812499eef5fc2c556f430eef32d6d4c9bd65

## 3.141.59-p56
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p55...3.141.59-p56 (2021-03-23)
+ Bartek Florczak (1):
Expand Down
2 changes: 1 addition & 1 deletion GLOBAL_PATCH_LEVEL.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
355
356
29 changes: 18 additions & 11 deletions LATEST_RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
## 3.141.59-p56
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p55...3.141.59-p56 (2021-03-23)
+ Bartek Florczak (1):
* [090182c] Bump FF to 87, Chome patch version bumped
## 3.141.59-p57
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p56...3.141.59-p57 (2021-04-24)
+ Bartek Florczak (2):
* [7032814] Bump chrome patch version, geckodriver minor version
* [63d31e3] Bump Chrome patch version, bump FF to 88.0
+ Leo Gallucci (2):
* [ce61029] We always need to login to docker to avoid: toomanyrequests
* [a9c0701] We always need to login to docker to avoid: toomanyrequests
+ Thomas Schmidt (2):
* [31e300a] Bump chrome and chromedriver to v90
* [6e88a02] Update chrome version
+ **Image tag details:**
+ Selenium version: 3.141.59 (82b03c358b)
+ Chrome stable: 89.0.4389.90
+ Firefox stable: 87.0
+ Geckodriver: 0.29.0
+ Chromedriver: 89.0.4389.23 (61b08ee2c50024bab004e48d2b1b083cdbdac579)
+ Chrome stable: 90.0.4430.85
+ Firefox stable: 88.0
+ Geckodriver: 0.29.1
+ Chromedriver: 90.0.4430.24 (4c6d850f087da467d926e8eddb76550aed655991)
+ Java: OpenJDK Java 1.8.0_282-8u282-b08-0ubuntu1
+ Default Timezone: Europe/Berlin
+ FROM ubuntu:xenial-20190904
+ Python: 3.5.2
+ Tested on kernel CI host: 4.15.0-1077-gcp x86_64
+ Built at CI host with: Docker version 18.06.0, build 0ffa825
+ Built at CI host with: Docker Compose version 1.23.1, build b02f1306
+ Image version: 3.141.59-354
+ Image size: 1.6GB
+ Digest: sha256:251ecadd62db1f4c9b600f16d7710489317aa485906ec52a2cf7dde6827cda1c
+ Image version: 3.141.59-355
+ Image size: 1.61GB
+ Digest: sha256:0a46624fb65e5ff0ec167fe35bfc812499eef5fc2c556f430eef32d6d4c9bd65

4 changes: 2 additions & 2 deletions capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"caps": [
{
"BROWSER_NAME": "chrome",
"VERSION": "89.0.4389.90",
"VERSION": "90.0.4430.85",
"PLATFORM": "LINUX"
},
{
"BROWSER_NAME": "firefox",
"VERSION": "87.0",
"VERSION": "88.0",
"PLATFORM": "LINUX"
}
]
Expand Down
Binary file modified images/grid3_console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d01e035

Please sign in to comment.