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

Commit 33e6698

Browse files
committed
3.141.59-p49: Update CHANGELOG, image digest, capabilities & png
1 parent ad0c483 commit 33e6698

File tree

5 files changed

+35
-15
lines changed

5 files changed

+35
-15
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-p49
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p48...3.141.59-p49 (2020-11-12)
3+
+ Bartek Florczak (1):
4+
* [ad0c483] Update Dockerfile (#401)
5+
+ **Image tag details:**
6+
+ Selenium version: 3.141.59 (82b03c358b)
7+
+ Chrome stable: 86.0.4240.198
8+
+ Firefox stable: 82.0.3
9+
+ Geckodriver: 0.28.0
10+
+ Chromedriver: 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e)
11+
+ Java: OpenJDK Java 1.8.0_272-8u272-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-346
19+
+ Image size: 1.58GB
20+
+ Digest: sha256:ea0bf716218bad4428169be7d282a934032c83ffcc561fdc2266208f2b5036df
21+
122
## 3.141.59-p48
223
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p47...3.141.59-p48 (2020-10-22)
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-
346
1+
347

LATEST_RELEASE.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
## 3.141.59-p48
2-
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p47...3.141.59-p48 (2020-10-22)
3-
+ Bartek Florczak (2):
4-
* [981471a] Bump Chrome And FF patch version (#399)
5-
* [a3821c3] Bump Chrome to 86.0.4240.111 (#400)
1+
## 3.141.59-p49
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p48...3.141.59-p49 (2020-11-12)
3+
+ Bartek Florczak (1):
4+
* [ad0c483] Update Dockerfile (#401)
65
+ **Image tag details:**
76
+ Selenium version: 3.141.59 (82b03c358b)
8-
+ Chrome stable: 86.0.4240.111
9-
+ Firefox stable: 81.0.2
10-
+ Geckodriver: 0.27.0
7+
+ Chrome stable: 86.0.4240.198
8+
+ Firefox stable: 82.0.3
9+
+ Geckodriver: 0.28.0
1110
+ Chromedriver: 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e)
12-
+ Java: OpenJDK Java 1.8.0_265-8u265-b01-0ubuntu2
11+
+ Java: OpenJDK Java 1.8.0_272-8u272-b10-0ubuntu1
1312
+ Default Timezone: Europe/Berlin
1413
+ FROM ubuntu:xenial-20190904
1514
+ Python: 3.5.2
1615
+ Tested on kernel CI host: 4.15.0-1077-gcp x86_64
1716
+ Built at CI host with: Docker version 18.06.0, build 0ffa825
1817
+ Built at CI host with: Docker Compose version 1.23.1, build b02f1306
19-
+ Image version: 3.141.59-345
20-
+ Image size: 1.57GB
21-
+ Digest: sha256:8241eed1ccc8fbbd9f5ad466d456cc0af0cecedecd295d2e13f4422b343968d0
18+
+ Image version: 3.141.59-346
19+
+ Image size: 1.58GB
20+
+ Digest: sha256:ea0bf716218bad4428169be7d282a934032c83ffcc561fdc2266208f2b5036df
2221

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

images/grid3_console.png

1020 Bytes
Loading

0 commit comments

Comments
 (0)