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

Commit ae071e4

Browse files
committed
3.14.0-p22: Update CHANGELOG, image digest, capabilities & png
1 parent dfa44e8 commit ae071e4

File tree

5 files changed

+32
-11
lines changed

5 files changed

+32
-11
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 3.14.0-p22
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.14.0-p21...3.14.0-p22 (2019-03-21)
3+
+ Diego Molina (1):
4+
* [dfa44e8] Bumping Firefox to 66.0 (#310)
5+
+ **Image tag details:**
6+
+ Selenium version: 3.14.0 (aacccce0)
7+
+ Chrome stable: 73.0.3683.86
8+
+ Firefox stable: 66.0
9+
+ Geckodriver: 0.24.0
10+
+ Chromedriver: 73.0.3683.68 (47787ec04b6e38e22703e856e101e840b65afe72)
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.14.0-304
19+
+ Image size: 1.47GB
20+
+ Digest: sha256:bd2fabd0956f61ebafdd372a8c725586821313c5fe8203b8735b37babc44a768
21+
122
## 3.14.0-p21
223
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.14.0-p20...3.14.0-p21 (2019-03-14)
324
+ Leo Gallucci (1):

GLOBAL_PATCH_LEVEL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
304
1+
305

LATEST_RELEASE.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## 3.14.0-p21
2-
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.14.0-p20...3.14.0-p21 (2019-03-14)
3-
+ Leo Gallucci (1):
4-
* [0ae33f1] Upgrade Chrome major to 73.0.3683.75 (#309)
1+
## 3.14.0-p22
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.14.0-p21...3.14.0-p22 (2019-03-21)
3+
+ Diego Molina (1):
4+
* [dfa44e8] Bumping Firefox to 66.0 (#310)
55
+ **Image tag details:**
66
+ Selenium version: 3.14.0 (aacccce0)
7-
+ Chrome stable: 73.0.3683.75
8-
+ Firefox stable: 65.0.2
7+
+ Chrome stable: 73.0.3683.86
8+
+ Firefox stable: 66.0
99
+ Geckodriver: 0.24.0
1010
+ Chromedriver: 73.0.3683.68 (47787ec04b6e38e22703e856e101e840b65afe72)
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.14.0-303
18+
+ Image version: 3.14.0-304
1919
+ Image size: 1.47GB
20-
+ Digest: sha256:4bf10dc69ca4aa95ab890a9418b2bc7820fa06b2e5b0d79b3052fb43054242cb
20+
+ Digest: sha256:bd2fabd0956f61ebafdd372a8c725586821313c5fe8203b8735b37babc44a768
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": "73.0.3683.75",
5+
"VERSION": "73.0.3683.86",
66
"PLATFORM": "LINUX"
77
},
88
{
99
"BROWSER_NAME": "firefox",
10-
"VERSION": "65.0.2",
10+
"VERSION": "66.0",
1111
"PLATFORM": "LINUX"
1212
}
1313
]

images/grid3_console.png

-359 Bytes
Loading

0 commit comments

Comments
 (0)