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

Commit

Permalink
3.141.59-p24: Update CHANGELOG, image digest, capabilities & png
Browse files Browse the repository at this point in the history
  • Loading branch information
elgalubot committed Oct 11, 2019
1 parent decf6b2 commit 7c9ef10
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 17 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 3.141.59-p24
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p23...3.141.59-p24 (2019-10-11)
+ Leo Gallucci (1):
* [a4be643] Upgrade Chrome 77.0.3865.120 and Firefox 69.0.3
+ **Image tag details:**
+ Selenium version: 3.141.59 (82b03c358b)
+ Chrome stable: 77.0.3865.120
+ Firefox stable: 69.0.3
+ Geckodriver: 0.25.0
+ Chromedriver: 77.0.3865.40 (f484704e052e0b556f8030b65b953dce96503217)
+ Java: OpenJDK Java 1.8.0_222-8u222-b10-1ubuntu1
+ Default Timezone: Europe/Berlin
+ FROM ubuntu:xenial-20190904
+ Python: 3.5.2
+ Tested on kernel CI host: 4.4.0-101-generic x86_64
+ Built at CI host with: Docker version 17.09.0, build afdb6d4
+ Built at CI host with: Docker Compose version 1.17.1, build 6d101fb
+ Image version: 3.141.59-319
+ Image size: 1.46GB
+ Digest: sha256:82c94a2153e2c5234116dd7e9399bec965ab822d1039ef64fc1a14afdbbaf817

## 3.141.59-p23
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p22...3.141.59-p23 (2019-10-01)
+ Tobias Gruetzmacher (7):
Expand Down
2 changes: 1 addition & 1 deletion GLOBAL_PATCH_LEVEL.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
319
320
22 changes: 8 additions & 14 deletions LATEST_RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
## 3.141.59-p23
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p22...3.141.59-p23 (2019-10-01)
+ Tobias Gruetzmacher (7):
* [8371c88] Remove all the size comments
* [2d9a724] Update to a newer Ubuntu xenial (20190904)
* [272bdd2] Remove superfluous apt shenanigans
* [e2cbf51] Get rid of libav remnants (Not in xenial anymore)
* [163e11a] Update expected Chrome version to 77.0.3865.90
* [b0925b8] Completely drop Oracle Java
* [a527f23] Remove haveged
## 3.141.59-p24
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p23...3.141.59-p24 (2019-10-11)
+ Leo Gallucci (1):
* [a4be643] Upgrade Chrome 77.0.3865.120 and Firefox 69.0.3
+ **Image tag details:**
+ Selenium version: 3.141.59 (82b03c358b)
+ Chrome stable: 77.0.3865.90
+ Firefox stable: 69.0
+ Chrome stable: 77.0.3865.120
+ Firefox stable: 69.0.3
+ Geckodriver: 0.25.0
+ Chromedriver: 77.0.3865.40 (f484704e052e0b556f8030b65b953dce96503217)
+ Java: OpenJDK Java 1.8.0_222-8u222-b10-1ubuntu1
Expand All @@ -21,7 +15,7 @@
+ Tested on kernel CI host: 4.4.0-101-generic x86_64
+ Built at CI host with: Docker version 17.09.0, build afdb6d4
+ Built at CI host with: Docker Compose version 1.17.1, build 6d101fb
+ Image version: 3.141.59-318
+ Image version: 3.141.59-319
+ Image size: 1.46GB
+ Digest: sha256:ee8eef304e97fb52748b273e33187aa177ec3e832da8ff45d6563510bd609946
+ Digest: sha256:82c94a2153e2c5234116dd7e9399bec965ab822d1039ef64fc1a14afdbbaf817

4 changes: 2 additions & 2 deletions capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"caps": [
{
"BROWSER_NAME": "chrome",
"VERSION": "77.0.3865.90",
"VERSION": "77.0.3865.120",
"PLATFORM": "LINUX"
},
{
"BROWSER_NAME": "firefox",
"VERSION": "69.0",
"VERSION": "69.0.3",
"PLATFORM": "LINUX"
}
]
Expand Down
Binary file modified images/grid3_console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c9ef10

Please sign in to comment.