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

Commit 9df71d2

Browse files
committed
Upgrade Chromedriver minor from 2.28 to 2.29
1 parent 36cb977 commit 9df71d2

File tree

5 files changed

+30
-5
lines changed

5 files changed

+30
-5
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@ 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/TBD_PREV_COMM...TBD_CUR_COMM (TBD_DATE)
12+
+ Upgrade Chromedriver minor from 2.28 to 2.29
13+
+ **Image tag details:**
14+
+ Selenium 2: TBD_SELENIUM_2_VERSION (TBD_SELENIUM_2_REVISION)
15+
+ Selenium 3: TBD_SELENIUM_3_VERSION (TBD_SELENIUM_3_REVISION)
16+
+ Chrome stable: TBD_CHROME_STABLE
17+
+ Firefox for Selenium 2: TBD_FIREFOX_FOR_SEL2
18+
+ Firefox for Selenium 3: TBD_FIREFOX_FOR_SEL3
19+
+ Geckodriver: TBD_GECKO_DRIVER
20+
+ Chromedriver: TBD_CHROME_DRIVER (TBD_CHROMEDRIVER_COMMIT)
21+
+ Java: TBD_JAVA_VENDOR Java TBD_JAVA_BUILD
22+
+ Timezone: TBD_TIME_ZONE
23+
+ FROM ubuntu:UBUNTU_FLAVOR-UBUNTU_DATE
24+
+ Python: TBD_PYTHON_VERSION
25+
+ Tested on kernel dev host: 4.4.0-72-generic x86_64
26+
+ Tested on kernel CI host: TBD_HOST_UNAME
27+
+ Built at dev host with: Docker version 17.03.1-ce, build c6d412e
28+
+ Built at CI host with: Docker version TBD_DOCKER_VERS, build TBD_DOCKER_BUILD
29+
+ Built at dev host with: Docker Compose version 1.11.2, build dfed245
30+
+ Built at CI host with: Docker Compose version TBD_DOCKER_COMPOSE_VERS, build TBD_DOCKER_COMPOSE_BUILD
31+
+ Image size: TBD_IMAGE_SIZE
32+
+ Digest: TBD_DIGEST
33+
+ Image ID: TBD_IMAGE_ID
34+
1035
## 3.3.1-p0
1136
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/326af92110685041616f79b4...236b861177bd2917d86 (2017-03-30)
1237
+ Upgrade Selenium minor to from 3.2.0 to 3.3.1
@@ -17,7 +42,7 @@ Note image ids also change after scm-source.json has being updated which trigger
1742
+ Docker push major tags: e.g. 3, 3.2, 3.2.0 and of course the specific one
1843
+ **Image tag details:**
1944
+ Selenium 2: 2.53.1 (a36b8b1)
20-
+ Selenium 3: TBD_SELENIUM_3_VERSION (TBD_SELENIUM_3_REVISION)
45+
+ Selenium 3: 3.3.1 (5234b32)
2146
+ Chrome stable: 57.0.2987.133
2247
+ Firefox for Selenium 2: 47.0.1
2348
+ Firefox for Selenium 3: 52.0.2

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For pull requests or local commits:
1212

1313
For repository owners only:
1414

15-
git commit -m "Upgrade Chrome patch to 57.0.2987.133"
15+
git commit -m "Upgrade Chromedriver minor from 2.28 to 2.29"
1616
git tag -d latest; git tag -d `cat VERSION`; git push origin :`cat VERSION`; git tag `cat VERSION` && git push --force origin tmp-`cat VERSION` && git push --tags
1717

1818
-- Wait for Travis to pass OK

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ USER seluser
623623
# Chrome webdriver
624624
#==================
625625
# How to get cpu arch dynamically: $(lscpu | grep Architecture | sed "s/^.*_//")
626-
ENV CHROME_DRIVER_VERSION="2.28" \
626+
ENV CHROME_DRIVER_VERSION="2.29" \
627627
CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
628628
CPU_ARCH="64"
629629
ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"

TBD_DOCKER_TAG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
+ Timezone: TBD_TIME_ZONE
1414
+ FROM ubuntu:UBUNTU_FLAVOR-UBUNTU_DATE
1515
+ Python: TBD_PYTHON_VERSION
16-
+ Tested on kernel dev host: 4.4.0-70-generic x86_64
16+
+ Tested on kernel dev host: 4.4.0-72-generic x86_64
1717
+ Tested on kernel CI host: TBD_HOST_UNAME
1818
+ Built at dev host with: Docker version 17.03.1-ce, build c6d412e
1919
+ Built at CI host with: Docker version TBD_DOCKER_VERS, build TBD_DOCKER_BUILD

VERSION

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

0 commit comments

Comments
 (0)