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

Commit f13386a

Browse files
committed
Bump versions for 3.3.1-p22
1 parent 9d55dbf commit f13386a

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,35 @@ Note image ids also change after scm-source.json has being updated which trigger
77
###### To get container versions
88
docker exec grid versions
99

10+
## TBD_DOCKER_TAG
11+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/c15e824fca396637f6c61...master (TBD_DATE)
12+
+ Upgrade Chrome patch to 60.0.3112.101
13+
+ Using the IP (91.189.89.49) instead of (keyserver.ubuntu.com) due to recurrent errors in Travis
14+
+ Stop installing docker-compose as is already part of TravisCI env
15+
+ Chore: Add python get_a_chrome_headless_driver() example function
16+
+ Chore: Add ga-beacon.appspot.com GA tracker to the README file
17+
+ **Image tag details:**
18+
+ Selenium version: TBD_SELENIUM_3_VERSION (TBD_SELENIUM_3_REVISION)
19+
+ Chrome stable: TBD_CHROME_STABLE
20+
+ Firefox stable: TBD_FIREFOX_FOR_SEL3
21+
+ Geckodriver: TBD_GECKO_DRIVER
22+
+ Chromedriver: TBD_CHROME_DRIVER (TBD_CHROMEDRIVER_COMMIT)
23+
+ Java: TBD_JAVA_VENDOR Java TBD_JAVA_BUILD
24+
+ Timezone: TBD_TIME_ZONE
25+
+ FROM ubuntu:UBUNTU_FLAVOR-UBUNTU_DATE
26+
+ Python: TBD_PYTHON_VERSION
27+
+ Tested on kernel dev host: 4.4.0-89-generic x86_64
28+
+ Tested on kernel CI host: TBD_HOST_UNAME
29+
+ Built at dev host with: Docker version 17.05.0-ce, build 89658be
30+
+ Built at CI host with: Docker version TBD_DOCKER_VERS, build TBD_DOCKER_BUILD
31+
+ Built at dev host with: Docker Compose version 1.14.0, build c7bdf9e
32+
+ Built at CI host with: Docker Compose version TBD_DOCKER_COMPOSE_VERS, build TBD_DOCKER_COMPOSE_BUILD
33+
+ Image size: TBD_IMAGE_SIZE
34+
+ Digest: TBD_DIGEST
35+
+ Image ID: TBD_IMAGE_ID
36+
1037
## 3.3.1-p21
11-
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/6f0fede4d91c35846d8d...master (2017-08-11)
38+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/6f0fede4d91c35846d8d...c15e824fca396637f6c61 (2017-08-11)
1239
+ Upgrade ubuntu:xenial-20170802
1340
+ Make mouse pointer visible configurable, credits @safchain
1441
+ Add missing ubuntu key F76221572C52609D

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.1-p21
1+
3.3.1-p22

capabilities.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"caps": [
33
{
44
"BROWSER_NAME": "chrome",
5-
"VERSION": "60.0.3112.90",
5+
"VERSION": "60.0.3112.101",
66
"PLATFORM": "LINUX"
77
},
88
{

capabilities3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"caps": [
33
{
44
"BROWSER_NAME": "chrome",
5-
"VERSION": "60.0.3112.90",
5+
"VERSION": "60.0.3112.101",
66
"PLATFORM": "LINUX"
77
},
88
{

0 commit comments

Comments
 (0)