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

Commit 336310d

Browse files
committed
Upgrade Chrome patch to 53.0.2785.92
1 parent 84b06d2 commit 336310d

File tree

4 files changed

+33
-9
lines changed

4 files changed

+33
-9
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 patch to 53.0.2785.92
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-37-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.1s
1135
+ Date: 2016-09-01
1236
+ Upgrade Chrome major to 53.0.2785.89

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ For pull requests or local commits:
88
open ./images/grid_console.png #to verify the versions are correct
99
git checkout ./images/grid_console.png && open ./videos/chrome/*.mkv
1010
travis lint #if you changed .travis.yml
11-
git checkout -b tmp-2.53.1s #name your branch according to your changes
11+
git checkout -b tmp-2.53.1t #name your branch according to your changes
1212
#git add ... git commit ... git push ... open pull request
1313

1414
For repository owners only:
1515

16-
git commit -m "Chores: finish starting => be ready & apt-key 3B4FE6ACC0B21F32"
17-
git tag -d latest && git tag 2.53.1s && git push origin tmp-2.53.1s && git push --tags
16+
git commit -m "Upgrade Chrome patch to 53.0.2785.92"
17+
git tag -d latest && git tag 2.53.1t && git push origin tmp-2.53.1t && git push --tags
1818

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

22-
git checkout master && git pull && git branch -d tmp-2.53.1s && git push origin --delete tmp-2.53.1s
22+
git checkout master && git pull && git branch -d tmp-2.53.1t && git push origin --delete tmp-2.53.1t
2323

2424
-- Re-add TBD_* section in CHANGELOG.md starting with TBD_DOCKER_TAG
2525
-- If Chrome version changed upload:
@@ -31,7 +31,7 @@ Keep certain bins if chrome version changed for example:
3131

3232
cd binaries && wget -O stable_updates.html "http://googlechromereleases.blogspot.de/search/label/Stable%20updates"
3333
VER=$(grep -Po '([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)' stable_updates.html | head -1)
34-
echo $VER; VER="53.0.2785.89"
34+
echo $VER; VER="53.0.2785.92"
3535
NAME="google-chrome-stable_${VER}_amd64" && echo ${NAME}
3636
wget -nv --show-progress -O ${NAME}.deb "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
3737
md5sum ${NAME}.deb > ${NAME}.md5 && shasum ${NAME}.deb > ${NAME}.sha
@@ -40,9 +40,9 @@ Keep certain bins if chrome version changed for example:
4040
## Retry
4141
Failed in Travis? retry
4242

43-
git tag -d 2.53.1s && git push origin :2.53.1s
43+
git tag -d 2.53.1t && git push origin :2.53.1t
4444
#git add ...
45-
git commit --amend && git tag 2.53.1s && git push --force origin tmp-2.53.1s && git push --tags
45+
git commit --amend && git tag 2.53.1t && git push --force origin tmp-2.53.1t && git push --tags
4646

4747
## Docker push from Travis CI
4848
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.89" \
778+
RUN latest_chrome_version_trigger="53.0.2785.92" \
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.89",
5+
"VERSION": "53.0.2785.92",
66
"PLATFORM": "LINUX"
77
},
88
{

0 commit comments

Comments
 (0)