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

Commit 6965f7c

Browse files
committed
Bump versions for 3.5.3-p2
1 parent b7a467e commit 6965f7c

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ 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...master (TBD_DATE)
12+
+ Support non-sudo environments like K8s for running the container #175
13+
+ TravisCI switch to the new feature: Stages
14+
+ Add Dockerfile.older.browser example on how to install older browsers
15+
+ Deprecate legacy LABELs selenium3_chrome_version, selenium3_firefox_version and files cap3, capabilities3
16+
+ **Image tag details:**
17+
+ Selenium version: TBD_SELENIUM_3_VERSION (TBD_SELENIUM_3_REVISION)
18+
+ Chrome stable: TBD_CHROME_STABLE
19+
+ Firefox stable: TBD_FIREFOX_FOR_SEL3
20+
+ Geckodriver: TBD_GECKO_DRIVER
21+
+ Chromedriver: TBD_CHROME_DRIVER (TBD_CHROMEDRIVER_COMMIT)
22+
+ Java: TBD_JAVA_VENDOR Java TBD_JAVA_BUILD
23+
+ Timezone: TBD_TIME_ZONE
24+
+ FROM ubuntu:UBUNTU_FLAVOR-UBUNTU_DATE
25+
+ Python: TBD_PYTHON_VERSION
26+
+ Tested on kernel dev host: 4.4.0-93-generic x86_64
27+
+ Tested on kernel CI host: TBD_HOST_UNAME
28+
+ Built at dev host with: Docker version 17.05.0-ce, build 89658be
29+
+ Built at CI host with: Docker version TBD_DOCKER_VERS, build TBD_DOCKER_BUILD
30+
+ Built at dev host with: Docker Compose version 1.14.0, build c7bdf9e
31+
+ Built at CI host with: Docker Compose version TBD_DOCKER_COMPOSE_VERS, build TBD_DOCKER_COMPOSE_BUILD
32+
+ Image size: TBD_IMAGE_SIZE
33+
+ Digest: TBD_DIGEST
34+
+ Image ID: TBD_IMAGE_ID
35+
1036
## 3.5.3-p1
1137
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.5.3-p0...3.5.3-p1 (2017-09-19)
1238
+ Upgrade ubuntu:xenial-20170915

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 ubuntu:xenial-20170915"
15+
git commit -m "TravisCI switch to the new feature: Stages"
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

VERSION

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

0 commit comments

Comments
 (0)