Skip to content

Commit 5a136d1

Browse files
committed
3.141.59-p58: Update CHANGELOG, image digest, capabilities & png
1 parent 2be09ef commit 5a136d1

File tree

5 files changed

+35
-21
lines changed

5 files changed

+35
-21
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 3.141.59-p58
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p57...3.141.59-p58 (2021-05-26)
3+
+ Bartek Florczak (1):
4+
* [2be09ef] Bump Chrome and Chromedriver to v91
5+
+ **Image tag details:**
6+
+ Selenium version: 3.141.59 (82b03c358b)
7+
+ Chrome stable: 91.0.4472.77
8+
+ Firefox stable: 88.0.1
9+
+ Geckodriver: 0.29.1
10+
+ Chromedriver: 91.0.4472.19 (1bf021f248676a0b2ab3ee0561d83a59e424c23e)
11+
+ Java: OpenJDK Java 1.8.0_292-8u292-b10-0ubuntu1
12+
+ Default Timezone: Europe/Berlin
13+
+ FROM ubuntu:xenial-20190904
14+
+ Python: 3.5.2
15+
+ Tested on kernel CI host: 4.15.0-1077-gcp x86_64
16+
+ Built at CI host with: Docker version 18.06.0, build 0ffa825
17+
+ Built at CI host with: Docker Compose version 1.23.1, build b02f1306
18+
+ Image version: 3.141.59-356
19+
+ Image size: 1.62GB
20+
+ Digest: sha256:8384421cd80b4e1ce5fd7e3257147197078b42f7c3955e00b4fa11e99bcbfb42
21+
122
## 3.141.59-p57
223
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p56...3.141.59-p57 (2021-04-24)
324
+ Bartek Florczak (2):

GLOBAL_PATCH_LEVEL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
356
1+
357

LATEST_RELEASE.md

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,21 @@
1-
## 3.141.59-p57
2-
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p56...3.141.59-p57 (2021-04-24)
3-
+ Bartek Florczak (2):
4-
* [7032814] Bump chrome patch version, geckodriver minor version
5-
* [63d31e3] Bump Chrome patch version, bump FF to 88.0
6-
+ Leo Gallucci (2):
7-
* [ce61029] We always need to login to docker to avoid: toomanyrequests
8-
* [a9c0701] We always need to login to docker to avoid: toomanyrequests
9-
+ Thomas Schmidt (2):
10-
* [31e300a] Bump chrome and chromedriver to v90
11-
* [6e88a02] Update chrome version
1+
## 3.141.59-p58
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p57...3.141.59-p58 (2021-05-26)
3+
+ Bartek Florczak (1):
4+
* [2be09ef] Bump Chrome and Chromedriver to v91
125
+ **Image tag details:**
136
+ Selenium version: 3.141.59 (82b03c358b)
14-
+ Chrome stable: 90.0.4430.85
15-
+ Firefox stable: 88.0
7+
+ Chrome stable: 91.0.4472.77
8+
+ Firefox stable: 88.0.1
169
+ Geckodriver: 0.29.1
17-
+ Chromedriver: 90.0.4430.24 (4c6d850f087da467d926e8eddb76550aed655991)
18-
+ Java: OpenJDK Java 1.8.0_282-8u282-b08-0ubuntu1
10+
+ Chromedriver: 91.0.4472.19 (1bf021f248676a0b2ab3ee0561d83a59e424c23e)
11+
+ Java: OpenJDK Java 1.8.0_292-8u292-b10-0ubuntu1
1912
+ Default Timezone: Europe/Berlin
2013
+ FROM ubuntu:xenial-20190904
2114
+ Python: 3.5.2
2215
+ Tested on kernel CI host: 4.15.0-1077-gcp x86_64
2316
+ Built at CI host with: Docker version 18.06.0, build 0ffa825
2417
+ Built at CI host with: Docker Compose version 1.23.1, build b02f1306
25-
+ Image version: 3.141.59-355
26-
+ Image size: 1.61GB
27-
+ Digest: sha256:0a46624fb65e5ff0ec167fe35bfc812499eef5fc2c556f430eef32d6d4c9bd65
18+
+ Image version: 3.141.59-356
19+
+ Image size: 1.62GB
20+
+ Digest: sha256:8384421cd80b4e1ce5fd7e3257147197078b42f7c3955e00b4fa11e99bcbfb42
2821

capabilities.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"caps": [
33
{
44
"BROWSER_NAME": "chrome",
5-
"VERSION": "90.0.4430.85",
5+
"VERSION": "91.0.4472.77",
66
"PLATFORM": "LINUX"
77
},
88
{
99
"BROWSER_NAME": "firefox",
10-
"VERSION": "88.0",
10+
"VERSION": "88.0.1",
1111
"PLATFORM": "LINUX"
1212
}
1313
]

images/grid3_console.png

-34 Bytes
Loading

0 commit comments

Comments
 (0)