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

Commit 82c4e1c

Browse files
committed
3.141.59-p52: Update CHANGELOG, image digest, capabilities & png
1 parent 92780d9 commit 82c4e1c

File tree

5 files changed

+46
-14
lines changed

5 files changed

+46
-14
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 3.141.59-p52
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p51...3.141.59-p52 (2021-01-26)
3+
+ Bartek Florczak (3):
4+
* [6fd966f] Update Dockerfile
5+
* [08a5005] Bump FF to version 84
6+
* [92780d9] Bump Chrome and FF, bump drivers
7+
+ Leo Gallucci (2):
8+
* [a706506] Fixing https://github.com/elgalu/docker-selenium/commit/08a50054b2db1afcdba9feac3cc4e9cc7aaad950#commitcomment-45315663
9+
* [d5ff3d1] Fixing build issue
10+
+ **Image tag details:**
11+
+ Selenium version: 3.141.59 (82b03c358b)
12+
+ Chrome stable: 88.0.4324.96
13+
+ Firefox stable: 84.0.2
14+
+ Geckodriver: 0.29.0
15+
+ Chromedriver: 88.0.4324.96 (68dba2d8a0b149a1d3afac56fa74648032bcf46b)
16+
+ Java: OpenJDK Java 1.8.0_275-8u275-b01-0ubuntu1
17+
+ Default Timezone: Europe/Berlin
18+
+ FROM ubuntu:xenial-20190904
19+
+ Python: 3.5.2
20+
+ Tested on kernel CI host: 4.15.0-1077-gcp x86_64
21+
+ Built at CI host with: Docker version 18.06.0, build 0ffa825
22+
+ Built at CI host with: Docker Compose version 1.23.1, build b02f1306
23+
+ Image version: 3.141.59-350
24+
+ Image size: 1.59GB
25+
+ Digest: sha256:b0ccbb88c72cc36764a59bca45a3fbafb73349c0b2d1be9282d3080c92b0b219
26+
127
## 3.141.59-p51
228
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p50...3.141.59-p51 (2020-11-24)
329
+ Jérôme Gillard (1):

GLOBAL_PATCH_LEVEL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
350
1+
351

LATEST_RELEASE.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
1-
## 3.141.59-p51
2-
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p50...3.141.59-p51 (2020-11-24)
3-
+ Jérôme Gillard (1):
4-
* [f7632e0] Add Swarm documentation (#405)
1+
## 3.141.59-p52
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p51...3.141.59-p52 (2021-01-26)
3+
+ Bartek Florczak (3):
4+
* [6fd966f] Update Dockerfile
5+
* [08a5005] Bump FF to version 84
6+
* [92780d9] Bump Chrome and FF, bump drivers
7+
+ Leo Gallucci (2):
8+
* [a706506] Fixing https://github.com/elgalu/docker-selenium/commit/08a50054b2db1afcdba9feac3cc4e9cc7aaad950#commitcomment-45315663
9+
* [d5ff3d1] Fixing build issue
510
+ **Image tag details:**
611
+ Selenium version: 3.141.59 (82b03c358b)
7-
+ Chrome stable: 87.0.4280.66
8-
+ Firefox stable: 82.0.3
9-
+ Geckodriver: 0.28.0
10-
+ Chromedriver: 87.0.4280.20 (c99e81631faa0b2a448e658c0dbd8311fb04ddbd)
12+
+ Chrome stable: 88.0.4324.96
13+
+ Firefox stable: 84.0.2
14+
+ Geckodriver: 0.29.0
15+
+ Chromedriver: 88.0.4324.96 (68dba2d8a0b149a1d3afac56fa74648032bcf46b)
1116
+ Java: OpenJDK Java 1.8.0_275-8u275-b01-0ubuntu1
1217
+ Default Timezone: Europe/Berlin
1318
+ FROM ubuntu:xenial-20190904
1419
+ Python: 3.5.2
1520
+ Tested on kernel CI host: 4.15.0-1077-gcp x86_64
1621
+ Built at CI host with: Docker version 18.06.0, build 0ffa825
1722
+ Built at CI host with: Docker Compose version 1.23.1, build b02f1306
18-
+ Image version: 3.141.59-348
19-
+ Image size: 1.57GB
20-
+ Digest: sha256:62c870c715d198080813af8e59c95bf30627f8f9699c24fc2490f51c930d971d
23+
+ Image version: 3.141.59-350
24+
+ Image size: 1.59GB
25+
+ Digest: sha256:b0ccbb88c72cc36764a59bca45a3fbafb73349c0b2d1be9282d3080c92b0b219
26+

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": "87.0.4280.88",
5+
"VERSION": "88.0.4324.96",
66
"PLATFORM": "LINUX"
77
},
88
{
99
"BROWSER_NAME": "firefox",
10-
"VERSION": "82.0.3",
10+
"VERSION": "84.0.2",
1111
"PLATFORM": "LINUX"
1212
}
1313
]

images/grid3_console.png

772 Bytes
Loading

0 commit comments

Comments
 (0)