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

Commit 03b4941

Browse files
committed
3.14.0-p18: Update CHANGELOG, image digest, capabilities & png
1 parent 6bdd35d commit 03b4941

File tree

4 files changed

+84
-14
lines changed

4 files changed

+84
-14
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
## 3.14.0-p18
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.14.0-p17...3.14.0-p18 (2019-02-16)
3+
+ Diego Molina (16):
4+
* [97ca77c] Upgrading to 3.141.0
5+
* [d639d92] Upgrading Python bindings
6+
* [72c8ef2] Bumping right away to 3.141.5
7+
* [34ee050] Bumping now to 3.141.59
8+
* [93fa669] Waiting for the Grid to be ready before starting tests.
9+
* [24cca86] Waiting for the Grid to be ready before starting tests, in the right spot
10+
* [ba832ea] Fixing typo
11+
* [70a3712] Upgrading to ChromeDriver 2.44 (#287)
12+
* [4149207] Upgrading Chrome to 71.0.3578.80
13+
* [e1452a0] Upgrading to ChromeDriver 2.45
14+
* [dcfc160] Upgrading to Firefox 64.0
15+
* [f9bc438] Upgrade Chrome to 71.0.3578.98
16+
* [4ca006f] Upgrading Firefox to 64.0.2
17+
* [d8a35cc] Updating GeckoDriver, Chrome and Firefox (#300)
18+
* [8a8398f] Upgrading to ChromeDriver 2.46 (#301)
19+
* [a1aa329] Upgrading Chrome and Firefox (#304)
20+
+ Leo Gallucci (6):
21+
* [60e70b3] Use make wait before make test
22+
* [36b476a] Upgrade Firefox patch level to 63.0.3 (#286)
23+
* [36f32a6] Rollback to 3.14.0 due to #296
24+
* [978b5a6] Re-ordering 3.14.0-p17 to the top of the CHANGELOG
25+
* [b18e8ba] Fix Last release doesn't match previous
26+
* [6bdd35d] WIP rollback fix
27+
+ Max Horváth (1):
28+
* [a005624] Fixed that setting the cursor visibility didn't work.
29+
+ **Image tag details:**
30+
+ Selenium version: 3.14.0 (aacccce0)
31+
+ Chrome stable: 72.0.3626.109
32+
+ Firefox stable: 65.0.1
33+
+ Geckodriver: 0.24.0
34+
+ Chromedriver: 2.46.628388 (4a34a70827ac54148e092aafb70504c4ea7ae926)
35+
+ Java: OpenJDK Java 1.8.0_191-8u191-b12-2ubuntu0.16.04.1-b12
36+
+ Default Timezone: Europe/Berlin
37+
+ FROM ubuntu:xenial-20181113
38+
+ Python: 3.5.2
39+
+ Tested on kernel CI host: 4.4.0-101-generic x86_64
40+
+ Built at CI host with: Docker version 17.09.0, build afdb6d4
41+
+ Built at CI host with: Docker Compose version 1.17.1, build 6d101fb
42+
+ Image version: 3.14.0-300
43+
+ Image size: 1.46GB
44+
+ Digest: sha256:6ccf8b0d414fb6fbc66ffc68f0d754276383a623f924e7812514560ff34c99f9
45+
146
## 3.14.0-p17
247
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.14.0-p16...3.14.0-p17 (2018-11-10)
348
+ Diego Molina (1):

GLOBAL_PATCH_LEVEL.txt

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

LATEST_RELEASE.md

Lines changed: 38 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,45 @@
1-
## 3.14.0-p17
2-
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.14.0-p16...3.14.0-p17 (2018-11-10)
3-
+ Diego Molina (1):
4-
* [db27d29] Upgrading Chrome to 70.0.3538.102 (#285)
1+
## 3.14.0-p18
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.14.0-p17...3.14.0-p18 (2019-02-16)
3+
+ Diego Molina (16):
4+
* [97ca77c] Upgrading to 3.141.0
5+
* [d639d92] Upgrading Python bindings
6+
* [72c8ef2] Bumping right away to 3.141.5
7+
* [34ee050] Bumping now to 3.141.59
8+
* [93fa669] Waiting for the Grid to be ready before starting tests.
9+
* [24cca86] Waiting for the Grid to be ready before starting tests, in the right spot
10+
* [ba832ea] Fixing typo
11+
* [70a3712] Upgrading to ChromeDriver 2.44 (#287)
12+
* [4149207] Upgrading Chrome to 71.0.3578.80
13+
* [e1452a0] Upgrading to ChromeDriver 2.45
14+
* [dcfc160] Upgrading to Firefox 64.0
15+
* [f9bc438] Upgrade Chrome to 71.0.3578.98
16+
* [4ca006f] Upgrading Firefox to 64.0.2
17+
* [d8a35cc] Updating GeckoDriver, Chrome and Firefox (#300)
18+
* [8a8398f] Upgrading to ChromeDriver 2.46 (#301)
19+
* [a1aa329] Upgrading Chrome and Firefox (#304)
20+
+ Leo Gallucci (6):
21+
* [60e70b3] Use make wait before make test
22+
* [36b476a] Upgrade Firefox patch level to 63.0.3 (#286)
23+
* [36f32a6] Rollback to 3.14.0 due to #296
24+
* [978b5a6] Re-ordering 3.14.0-p17 to the top of the CHANGELOG
25+
* [b18e8ba] Fix Last release doesn't match previous
26+
* [6bdd35d] WIP rollback fix
27+
+ Max Horváth (1):
28+
* [a005624] Fixed that setting the cursor visibility didn't work.
529
+ **Image tag details:**
630
+ Selenium version: 3.14.0 (aacccce0)
7-
+ Chrome stable: 70.0.3538.102
8-
+ Firefox stable: 63.0.1
9-
+ Geckodriver: 0.23.0
10-
+ Chromedriver: 2.43.600233 (523efee95e3d68b8719b3a1c83051aa63aa6b10d)
11-
+ Java: OpenJDK Java 1.8.0_181-8u181-b13-1ubuntu0.16.04.1-b13
31+
+ Chrome stable: 72.0.3626.109
32+
+ Firefox stable: 65.0.1
33+
+ Geckodriver: 0.24.0
34+
+ Chromedriver: 2.46.628388 (4a34a70827ac54148e092aafb70504c4ea7ae926)
35+
+ Java: OpenJDK Java 1.8.0_191-8u191-b12-2ubuntu0.16.04.1-b12
1236
+ Default Timezone: Europe/Berlin
13-
+ FROM ubuntu:xenial-20181005
37+
+ FROM ubuntu:xenial-20181113
1438
+ Python: 3.5.2
1539
+ Tested on kernel CI host: 4.4.0-101-generic x86_64
1640
+ Built at CI host with: Docker version 17.09.0, build afdb6d4
1741
+ Built at CI host with: Docker Compose version 1.17.1, build 6d101fb
18-
+ Image version: 3.14.0-287
19-
+ Image size: 1.41GB
20-
+ Digest: sha256:b8a130c157e1b55741c1ca2850584c419468eda5a1dd47d824a796934bdfa944
42+
+ Image version: 3.14.0-300
43+
+ Image size: 1.46GB
44+
+ Digest: sha256:6ccf8b0d414fb6fbc66ffc68f0d754276383a623f924e7812514560ff34c99f9
45+

images/grid3_console.png

-1.82 KB
Loading

0 commit comments

Comments
 (0)