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

Commit 8fef3d6

Browse files
committed
3.13.0-p4: Update CHANGELOG, image digest, capabilities & png
1 parent 2e6f943 commit 8fef3d6

File tree

5 files changed

+35
-12
lines changed

5 files changed

+35
-12
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 3.13.0-p4
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.13.0-p3...3.13.0-p4 (2018-08-11)
3+
+ Leo Gallucci (2):
4+
* [068f0ef] Upgrade Chrome patch level to 68.0.3440.106
5+
* [8ae14ea] Upgrade Firefox patch level to 61.0.2
6+
+ **Image tag details:**
7+
+ Selenium version: 3.13.0 (2f0d292)
8+
+ Chrome stable: 68.0.3440.106
9+
+ Firefox stable: 61.0.2
10+
+ Geckodriver: 0.21.0
11+
+ Chromedriver: 2.41.578700 (2f1ed5f9343c13f73144538f15c00b370eda6706)
12+
+ Java: OpenJDK Java 1.8.0_181-8u181-b13-0ubuntu0.16.04.1-b13
13+
+ Default Timezone: Europe/Berlin
14+
+ FROM ubuntu:xenial-20180726
15+
+ Python: 3.5.2
16+
+ Tested on kernel CI host: 4.4.0-101-generic x86_64
17+
+ Built at CI host with: Docker version 17.09.0, build afdb6d4
18+
+ Built at CI host with: Docker Compose version 1.17.1, build 6d101fb
19+
+ Image version: 3.13.0-269
20+
+ Image size: 1.39GB
21+
+ Digest: sha256:4906cc074cc1ebb8db0a2da99ea9e0598c0190a3d047cd9f7a71266f94e7ec43
22+
123
## 3.13.0-p3
224
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.13.0-p2...3.13.0-p3 (2018-08-01)
325
+ Leo Gallucci (1):

GLOBAL_PATCH_LEVEL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
269
1+
270

LATEST_RELEASE.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
## 3.13.0-p3
2-
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.13.0-p2...3.13.0-p3 (2018-08-01)
3-
+ Leo Gallucci (1):
4-
* [fdccba2] Upgrade Chrome patch level to 68.0.3440.84
1+
## 3.13.0-p4
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.13.0-p3...3.13.0-p4 (2018-08-11)
3+
+ Leo Gallucci (2):
4+
* [068f0ef] Upgrade Chrome patch level to 68.0.3440.106
5+
* [8ae14ea] Upgrade Firefox patch level to 61.0.2
56
+ **Image tag details:**
67
+ Selenium version: 3.13.0 (2f0d292)
7-
+ Chrome stable: 68.0.3440.84
8-
+ Firefox stable: 61.0.1
8+
+ Chrome stable: 68.0.3440.106
9+
+ Firefox stable: 61.0.2
910
+ Geckodriver: 0.21.0
1011
+ Chromedriver: 2.41.578700 (2f1ed5f9343c13f73144538f15c00b370eda6706)
11-
+ Java: OpenJDK Java 1.8.0_171-8u171-b11-0ubuntu0.16.04.1-b11
12+
+ Java: OpenJDK Java 1.8.0_181-8u181-b13-0ubuntu0.16.04.1-b13
1213
+ Default Timezone: Europe/Berlin
1314
+ FROM ubuntu:xenial-20180726
1415
+ Python: 3.5.2
1516
+ Tested on kernel CI host: 4.4.0-101-generic x86_64
1617
+ Built at CI host with: Docker version 17.09.0, build afdb6d4
1718
+ Built at CI host with: Docker Compose version 1.17.1, build 6d101fb
18-
+ Image version: 3.13.0-268
19+
+ Image version: 3.13.0-269
1920
+ Image size: 1.39GB
20-
+ Digest: sha256:464cc5a7582d477adb3aabf15e73932c36791438e269ab318a09858b19e4984b
21+
+ Digest: sha256:4906cc074cc1ebb8db0a2da99ea9e0598c0190a3d047cd9f7a71266f94e7ec43
2122

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": "68.0.3440.84",
5+
"VERSION": "68.0.3440.106",
66
"PLATFORM": "LINUX"
77
},
88
{
99
"BROWSER_NAME": "firefox",
10-
"VERSION": "61.0.1",
10+
"VERSION": "61.0.2",
1111
"PLATFORM": "LINUX"
1212
}
1313
]

images/grid3_console.png

381 Bytes
Loading

0 commit comments

Comments
 (0)