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

Commit da22ffb

Browse files
committed
Upgrade Chrome stable patch 53.0.2785.116
1 parent a14f623 commit da22ffb

File tree

4 files changed

+32
-8
lines changed

4 files changed

+32
-8
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ 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+
+ Date: TBD_DATE
12+
+ Upgrade Chrome stable patch 53.0.2785.116
13+
+ Image tag details:
14+
+ Selenium: vTBD_SELENIUM_VERSION (TBD_SELENIUM_REVISION)
15+
+ Chrome stable: TBD_CHROME_STABLE
16+
+ Firefox stable: TBD_FIREFOX_STABLE
17+
+ Chromedriver: TBD_CHROME_DRIVER (TBD_CHROMEDRIVER_COMMIT)
18+
+ Java: TBD_JAVA_VENDOR Java TBD_JAVA_BUILD
19+
+ Timezone: TBD_TIME_ZONE
20+
+ FROM ubuntu:UBUNTU_FLAVOR-UBUNTU_DATE
21+
+ Python: TBD_PYTHON_VERSION
22+
+ Sauce Connect TBD_SAUCE_CONNECT_VERS, build TBD_SAUCE_CONNECT_BUILD TBD_SAUCE_CONNECT_REVISION
23+
+ BrowserStack Local version TBD_BROWSER_STACK_VERSION
24+
+ Tested on kernel dev host: 4.4.0-38-generic x86_64
25+
+ Tested on kernel CI host: TBD_HOST_UNAME
26+
+ Built at dev host with: Docker version 1.12.1, build 23cf638
27+
+ Built at CI host with: Docker version TBD_DOCKER_VERS, build TBD_DOCKER_BUILD
28+
+ Built at dev host with: Docker Compose version 1.8.0, build f3628c7
29+
+ Built at CI host with: Docker Compose version TBD_DOCKER_COMPOSE_VERS, build TBD_DOCKER_COMPOSE_BUILD
30+
+ Image size: TBD_IMAGE_SIZE
31+
+ Digest: TBD_DIGEST
32+
+ Image ID: TBD_IMAGE_ID
33+
1034
## 2.53.1w
1135
+ Date: 2016-09-14
1236
+ Upgrade Chrome (stable) 53.0.2785.113

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ For pull requests or local commits:
66
time (./test/bef && ./test/install && ./test/script_start && ./test/script_end) ; beep
77
docker exec grid versions && ./test/after_script && travis lint
88
open ./images/grid_console.png && open ./videos/chrome/*.mkv
9-
git checkout -b tmp-2.53.1w && git checkout ./images/grid_console.png
9+
git checkout -b tmp-2.53.1x && git checkout ./images/grid_console.png
1010
#git add ... git commit ... git push ... open pull request
1111

1212
For repository owners only:
1313

14-
git commit -m "Upgrade Chrome stable patch 113 & SC 4.4.0"
15-
git tag -d latest && git tag 2.53.1w && git push origin tmp-2.53.1w && git push --tags
14+
git commit -m "Upgrade Chrome stable patch 53.0.2785.116"
15+
git tag -d latest && git tag 2.53.1w && git push origin tmp-2.53.1x && git push --tags
1616

1717
-- Wait for Travis to pass OK
1818
-- Make sure changes got merged into master by elgalubot
1919

20-
git checkout master && git pull && git branch -d tmp-2.53.1w && git push origin --delete tmp-2.53.1w
20+
git checkout master && git pull && git branch -d tmp-2.53.1x && git push origin --delete tmp-2.53.1x
2121

2222
-- Re-add TBD_* section in CHANGELOG.md starting with TBD_DOCKER_TAG
2323
-- If Chrome version changed upload:
@@ -27,7 +27,7 @@ For repository owners only:
2727
### Chrome artifact
2828
Keep certain bins if chrome version changed for example:
2929

30-
cd ~/tmp_binaries && VER="53.0.2785.113"
30+
cd ~/tmp_binaries && VER="53.0.2785.116"
3131
NAME="google-chrome-stable_${VER}_amd64" && echo ${NAME}
3232
wget -nv --show-progress -O ${NAME}.deb "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
3333
md5sum ${NAME}.deb > ${NAME}.md5 && shasum ${NAME}.deb > ${NAME}.sha
@@ -38,7 +38,7 @@ Failed in Travis? retry
3838

3939
git tag -d 2.53.1w && git push origin :2.53.1w
4040
#git add ...
41-
git commit --amend && git tag 2.53.1w && git push --force origin tmp-2.53.1w && git push --tags
41+
git commit --amend && git tag 2.53.1w && git push --force origin tmp-2.53.1x && git push --tags
4242

4343
## Docker push from Travis CI
4444
Travis [steps](https://docs.travis-ci.com/user/docker/#Pushing-a-Docker-Image-to-a-Registry) involve `docker login` and docker credentials encryptions.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ RUN mkdir -p ${NORMAL_USER_HOME}/tmp && cd ${NORMAL_USER_HOME}/tmp \
775775
# TODO: Use Google fingerprint to verify downloads
776776
# https://www.google.de/linuxrepositories/
777777
# Also fix .deb file names with correct version
778-
RUN latest_chrome_version_trigger="53.0.2785.113" \
778+
RUN latest_chrome_version_trigger="53.0.2785.116" \
779779
&& mkdir -p ${NORMAL_USER_HOME}/chrome-deb \
780780
&& export CHROME_URL="https://dl.google.com/linux/direct" \
781781
&& wget -nv -O \

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": "53.0.2785.113",
5+
"VERSION": "53.0.2785.116",
66
"PLATFORM": "LINUX"
77
},
88
{

0 commit comments

Comments
 (0)