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-p52: Update CHANGELOG, image digest, capabilities & png
Browse files Browse the repository at this point in the history
  • Loading branch information
elgalubot committed Jan 26, 2021
1 parent 92780d9 commit 82c4e1c
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 14 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 3.141.59-p52
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p51...3.141.59-p52 (2021-01-26)
+ Bartek Florczak (3):
* [6fd966f] Update Dockerfile
* [08a5005] Bump FF to version 84
* [92780d9] Bump Chrome and FF, bump drivers
+ Leo Gallucci (2):
* [a706506] Fixing https://github.com/elgalu/docker-selenium/commit/08a50054b2db1afcdba9feac3cc4e9cc7aaad950#commitcomment-45315663
* [d5ff3d1] Fixing build issue
+ **Image tag details:**
+ Selenium version: 3.141.59 (82b03c358b)
+ Chrome stable: 88.0.4324.96
+ Firefox stable: 84.0.2
+ Geckodriver: 0.29.0
+ Chromedriver: 88.0.4324.96 (68dba2d8a0b149a1d3afac56fa74648032bcf46b)
+ Java: OpenJDK Java 1.8.0_275-8u275-b01-0ubuntu1
+ Default Timezone: Europe/Berlin
+ FROM ubuntu:xenial-20190904
+ Python: 3.5.2
+ Tested on kernel CI host: 4.15.0-1077-gcp x86_64
+ Built at CI host with: Docker version 18.06.0, build 0ffa825
+ Built at CI host with: Docker Compose version 1.23.1, build b02f1306
+ Image version: 3.141.59-350
+ Image size: 1.59GB
+ Digest: sha256:b0ccbb88c72cc36764a59bca45a3fbafb73349c0b2d1be9282d3080c92b0b219

## 3.141.59-p51
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p50...3.141.59-p51 (2020-11-24)
+ Jérôme Gillard (1):
Expand Down
2 changes: 1 addition & 1 deletion GLOBAL_PATCH_LEVEL.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
350
351
28 changes: 17 additions & 11 deletions LATEST_RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
## 3.141.59-p51
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p50...3.141.59-p51 (2020-11-24)
+ Jérôme Gillard (1):
* [f7632e0] Add Swarm documentation (#405)
## 3.141.59-p52
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.141.59-p51...3.141.59-p52 (2021-01-26)
+ Bartek Florczak (3):
* [6fd966f] Update Dockerfile
* [08a5005] Bump FF to version 84
* [92780d9] Bump Chrome and FF, bump drivers
+ Leo Gallucci (2):
* [a706506] Fixing https://github.com/elgalu/docker-selenium/commit/08a50054b2db1afcdba9feac3cc4e9cc7aaad950#commitcomment-45315663
* [d5ff3d1] Fixing build issue
+ **Image tag details:**
+ Selenium version: 3.141.59 (82b03c358b)
+ Chrome stable: 87.0.4280.66
+ Firefox stable: 82.0.3
+ Geckodriver: 0.28.0
+ Chromedriver: 87.0.4280.20 (c99e81631faa0b2a448e658c0dbd8311fb04ddbd)
+ Chrome stable: 88.0.4324.96
+ Firefox stable: 84.0.2
+ Geckodriver: 0.29.0
+ Chromedriver: 88.0.4324.96 (68dba2d8a0b149a1d3afac56fa74648032bcf46b)
+ Java: OpenJDK Java 1.8.0_275-8u275-b01-0ubuntu1
+ Default Timezone: Europe/Berlin
+ FROM ubuntu:xenial-20190904
+ Python: 3.5.2
+ Tested on kernel CI host: 4.15.0-1077-gcp x86_64
+ Built at CI host with: Docker version 18.06.0, build 0ffa825
+ Built at CI host with: Docker Compose version 1.23.1, build b02f1306
+ Image version: 3.141.59-348
+ Image size: 1.57GB
+ Digest: sha256:62c870c715d198080813af8e59c95bf30627f8f9699c24fc2490f51c930d971d
+ Image version: 3.141.59-350
+ Image size: 1.59GB
+ Digest: sha256:b0ccbb88c72cc36764a59bca45a3fbafb73349c0b2d1be9282d3080c92b0b219

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": "87.0.4280.88",
"VERSION": "88.0.4324.96",
"PLATFORM": "LINUX"
},
{
"BROWSER_NAME": "firefox",
"VERSION": "82.0.3",
"VERSION": "84.0.2",
"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 82c4e1c

Please sign in to comment.