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-p13: Update CHANGELOG, image digest, capabilities & png
Browse files Browse the repository at this point in the history
  • Loading branch information
elgalubot committed May 16, 2019
1 parent e067398 commit bab7a49
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 13 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 3.141.59-p13
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p12...3.141.59-p13 (2019-05-16)
+ Bartek Florczak (1):
* [e067398] Bump browsers' patch version (#321)
+ Diego Molina (1):
* [fa5ad2d] [skip ci] Setting patch number to 0 when Sel ver changes.
+ **Image tag details:**
+ Selenium version: 3.141.59 (82b03c358b)
+ Chrome stable: 74.0.3729.157
+ Firefox stable: 66.0.5
+ Geckodriver: 0.24.0
+ Chromedriver: 74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9)
+ Java: OpenJDK Java 1.8.0_212-8u212-b03-0ubuntu1.16.04.1-b03
+ Default Timezone: Europe/Berlin
+ FROM ubuntu:xenial-20181113
+ 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-308
+ Image size: 1.45GB
+ Digest: sha256:57d808050257f9fa350c9a9ebc0fed742ef7bc745e53a7ca168d36807a5fd83f

## 3.141.59-p12
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.14.0-p24...3.141.59-p12 (2019-05-02)
+ Diego Molina (2):
Expand Down
2 changes: 1 addition & 1 deletion GLOBAL_PATCH_LEVEL.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
308
309
21 changes: 11 additions & 10 deletions LATEST_RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
## 3.141.59-p12
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.14.0-p24...3.141.59-p12 (2019-05-02)
+ Diego Molina (2):
* [c910069] Now really using self built jar. (#320)
* [5bc57c1] Moving patch level to 12 temporarily
## 3.141.59-p13
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p12...3.141.59-p13 (2019-05-16)
+ Bartek Florczak (1):
* [e067398] Bump browsers' patch version (#321)
+ Diego Molina (1):
* [fa5ad2d] [skip ci] Setting patch number to 0 when Sel ver changes.
+ **Image tag details:**
+ Selenium version: 3.141.59 (82b03c358b)
+ Chrome stable: 74.0.3729.131
+ Firefox stable: 66.0
+ Chrome stable: 74.0.3729.157
+ Firefox stable: 66.0.5
+ Geckodriver: 0.24.0
+ Chromedriver: 74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9)
+ Java: OpenJDK Java 1.8.0_191-8u191-b12-2ubuntu0.16.04.1-b12
+ Java: OpenJDK Java 1.8.0_212-8u212-b03-0ubuntu1.16.04.1-b03
+ Default Timezone: Europe/Berlin
+ FROM ubuntu:xenial-20181113
+ 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-307
+ Image version: 3.141.59-308
+ Image size: 1.45GB
+ Digest: sha256:270e8086f236b0f42db7c40987d30dfc62e411ca974ea46bfaa5c399299410b3
+ Digest: sha256:57d808050257f9fa350c9a9ebc0fed742ef7bc745e53a7ca168d36807a5fd83f

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": "74.0.3729.131",
"VERSION": "74.0.3729.157",
"PLATFORM": "LINUX"
},
{
"BROWSER_NAME": "firefox",
"VERSION": "66.0",
"VERSION": "66.0.5",
"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 bab7a49

Please sign in to comment.