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

Commit be7be59

Browse files
committed
3.7.1-p2: Update CHANGELOG, image digest, capabilities & png
1 parent 0754600 commit be7be59

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.7.1-p2
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.7.1-p1...3.7.1-p2 (2017-11-14)
3+
+ Diego Molina (1):
4+
* [f74166c] Bumping Chrome and Firefox versions
5+
+ **Image tag details:**
6+
+ Selenium version: 3.7.1 (8a0099a)
7+
+ Chrome stable: 62.0.3202.94
8+
+ Firefox stable: 57.0
9+
+ Geckodriver: 0.19.1
10+
+ Chromedriver: 2.33.506092 (733a02544d189eeb751fe0d7ddca79a0ee28cce4)
11+
+ Java: OpenJDK Java 1.8.0_151-8u151-b12-0ubuntu0.16.04.2-b12
12+
+ Default Timezone: Europe/Berlin
13+
+ FROM ubuntu:xenial-20171006
14+
+ Python: 3.5.2
15+
+ Tested on kernel CI host: 4.4.0-93-generic x86_64
16+
+ Built at CI host with: Docker version 17.03.1, build c6d412e
17+
+ Built at CI host with: Docker Compose version 1.13.0, build 1719ceb
18+
+ Image version: 3.7.1-203
19+
+ Image size: 1.39 GB
20+
+ Digest: sha256:8768cb27292a3ab0eafcf409936fea7468d2331766d5202827f006d4a9cf17fd
21+
122
## 3.7.1-p1
223
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.7.1-p0...3.7.1-p1 (2017-11-11)
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-
203
1+
204

LATEST_RELEASE.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## 3.7.1-p1
2-
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.7.1-p0...3.7.1-p1 (2017-11-11)
3-
+ Leo Gallucci (1):
4-
* [f791ff0] Upload Zalenium videos & dashboard to http://zalenium.bitballoon.com/dashboard.html (#190)
1+
## 3.7.1-p2
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.7.1-p1...3.7.1-p2 (2017-11-14)
3+
+ Diego Molina (1):
4+
* [f74166c] Bumping Chrome and Firefox versions
55
+ **Image tag details:**
66
+ Selenium version: 3.7.1 (8a0099a)
7-
+ Chrome stable: 62.0.3202.89
8-
+ Firefox stable: 56.0.2
7+
+ Chrome stable: 62.0.3202.94
8+
+ Firefox stable: 57.0
99
+ Geckodriver: 0.19.1
1010
+ Chromedriver: 2.33.506092 (733a02544d189eeb751fe0d7ddca79a0ee28cce4)
1111
+ Java: OpenJDK Java 1.8.0_151-8u151-b12-0ubuntu0.16.04.2-b12
@@ -15,7 +15,7 @@
1515
+ Tested on kernel CI host: 4.4.0-93-generic x86_64
1616
+ Built at CI host with: Docker version 17.03.1, build c6d412e
1717
+ Built at CI host with: Docker Compose version 1.13.0, build 1719ceb
18-
+ Image version: 3.7.1-202
18+
+ Image version: 3.7.1-203
1919
+ Image size: 1.39 GB
20-
+ Digest: sha256:b2d989743503628093c597ad90792adae11d461edc9593ecce47e1478f4fd5db
20+
+ Digest: sha256:8768cb27292a3ab0eafcf409936fea7468d2331766d5202827f006d4a9cf17fd
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": "62.0.3202.89",
5+
"VERSION": "62.0.3202.94",
66
"PLATFORM": "LINUX"
77
},
88
{
99
"BROWSER_NAME": "firefox",
10-
"VERSION": "56.0.2",
10+
"VERSION": "57.0",
1111
"PLATFORM": "LINUX"
1212
}
1313
]

images/grid3_console.png

-452 Bytes
Loading

0 commit comments

Comments
 (0)