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

Commit 51d4ceb

Browse files
committed
3.141.59-p11: Update CHANGELOG, image digest, capabilities & png
1 parent a1aa329 commit 51d4ceb

File tree

5 files changed

+31
-10
lines changed

5 files changed

+31
-10
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-p11
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p10...3.141.59-p11 (2019-02-14)
3+
+ Diego Molina (1):
4+
* [a1aa329] Upgrading Chrome and Firefox (#304)
5+
+ **Image tag details:**
6+
+ Selenium version: 3.141.59 (e82be7d358)
7+
+ Chrome stable: 72.0.3626.109
8+
+ Firefox stable: 65.0.1
9+
+ Geckodriver: 0.24.0
10+
+ Chromedriver: 2.46.628388 (4a34a70827ac54148e092aafb70504c4ea7ae926)
11+
+ Java: OpenJDK Java 1.8.0_191-8u191-b12-2ubuntu0.16.04.1-b12
12+
+ Default Timezone: Europe/Berlin
13+
+ FROM ubuntu:xenial-20181113
14+
+ Python: 3.5.2
15+
+ Tested on kernel CI host: 4.4.0-101-generic x86_64
16+
+ Built at CI host with: Docker version 17.09.0, build afdb6d4
17+
+ Built at CI host with: Docker Compose version 1.17.1, build 6d101fb
18+
+ Image version: 3.141.59-299
19+
+ Image size: 1.44GB
20+
+ Digest: sha256:af5bd2caef23f318e23a4905f4274c45616c8a56552a8b0384fdf9dc2e74e1ca
21+
122
## 3.141.59-p10
223
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p9...3.141.59-p10 (2019-02-02)
324
+ Diego Molina (1):

GLOBAL_PATCH_LEVEL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
299
1+
300

LATEST_RELEASE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## 3.141.59-p10
2-
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p9...3.141.59-p10 (2019-02-02)
1+
## 3.141.59-p11
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p10...3.141.59-p11 (2019-02-14)
33
+ Diego Molina (1):
4-
* [8a8398f] Upgrading to ChromeDriver 2.46 (#301)
4+
* [a1aa329] Upgrading Chrome and Firefox (#304)
55
+ **Image tag details:**
66
+ Selenium version: 3.141.59 (e82be7d358)
7-
+ Chrome stable: 72.0.3626.81
8-
+ Firefox stable: 65.0
7+
+ Chrome stable: 72.0.3626.109
8+
+ Firefox stable: 65.0.1
99
+ Geckodriver: 0.24.0
1010
+ Chromedriver: 2.46.628388 (4a34a70827ac54148e092aafb70504c4ea7ae926)
1111
+ Java: OpenJDK Java 1.8.0_191-8u191-b12-2ubuntu0.16.04.1-b12
@@ -15,7 +15,7 @@
1515
+ Tested on kernel CI host: 4.4.0-101-generic x86_64
1616
+ Built at CI host with: Docker version 17.09.0, build afdb6d4
1717
+ Built at CI host with: Docker Compose version 1.17.1, build 6d101fb
18-
+ Image version: 3.141.59-298
18+
+ Image version: 3.141.59-299
1919
+ Image size: 1.44GB
20-
+ Digest: sha256:5b6e40f52a1b92b3b34c4fca97b2640e78bbc4f2113033b6f18c886bdae85aa3
20+
+ Digest: sha256:af5bd2caef23f318e23a4905f4274c45616c8a56552a8b0384fdf9dc2e74e1ca
2121

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": "72.0.3626.81",
5+
"VERSION": "72.0.3626.109",
66
"PLATFORM": "LINUX"
77
},
88
{
99
"BROWSER_NAME": "firefox",
10-
"VERSION": "65.0",
10+
"VERSION": "65.0.1",
1111
"PLATFORM": "LINUX"
1212
}
1313
]

images/grid3_console.png

234 Bytes
Loading

0 commit comments

Comments
 (0)