|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +Note sha256 digests are generated after pushing the image to the registry therefore the last version of this docker-selenium will always have digest TBD (to be determined) but will be updated manually at [releases][] |
| 4 | + |
| 5 | +Note image ids also change after scm-source.json has being updated which triggers a cyclic problem so value TBD will be set here and updated in the [release][] page by navigating into any release tag. |
| 6 | + |
| 7 | +## v2.46.0-x11 (2015-06-24) |
| 8 | + + Ability to pass extra params to the selenium server via SELENIUM_PARAMS (Rogov Viktor) |
| 9 | + + Allow to set -e XE_DISP_NUM so X11 can be redirect to the host (Leo Gallucci) |
| 10 | + + Add README note on how to use Xephyr to redirect X to the docker host |
| 11 | + + Upgrade from ubuntu:vivid-20150528 to ubuntu:vivid-20150611 |
| 12 | + + Upgrade guacamole from 0.9.6 to 0.9.7 |
| 13 | + + Start using pip-based alternate script to get more up-to-date Firefox version |
| 14 | + + Image tag details: |
| 15 | + + Selenium: v2.46.0 (87c69e2) |
| 16 | + + Chrome: 43.0.2357.130 |
| 17 | + + chromedriver: 2.16.333243 (0bfa1d3575fc1044244f21ddb82bf870944ef961) |
| 18 | + + Firefox: 38.0.5 |
| 19 | + + Java: 1.8.0_45 HotSpot(TM) 64-Bit 1.8.0_45-b14 |
| 20 | + + Timezone: Europe/Berlin |
| 21 | + + Built with: Docker version 1.7.0, build 0baf609 |
| 22 | + + Python: 2.7.9 |
| 23 | + + Digest: sha256:TBD |
| 24 | + + Image ID: TBD |
| 25 | + |
3 | 26 | ## v2.46.0-base1 (2015-06-09) |
4 | 27 | + Upgrade selenium from 2.45.0 to 2.46.0 |
5 | 28 | + Upgrade chromedriver from 2.15 to 2.16 |
|
10 | 33 | + chromedriver: 2.16.333243 (0bfa1d3575fc1044244f21ddb82bf870944ef961) |
11 | 34 | + Firefox: 38.0 |
12 | 35 | + Java: 1.8.0_45 HotSpot(TM) 64-Bit 1.8.0_45-b14 |
13 | | - + Linux Kernel: 3.18.11-031811-generic amd64 |
14 | 36 | + Timezone: Europe/Berlin |
15 | 37 | + Digest: sha256:dc7568c79355b6bde63706165b07f3c22e64e5749e12ab3591e5160776e09b1b |
16 | 38 | + Image ID: 4f827cfc7317413d2e73ef17c6da6216f92d60d080b70fffc15058543e820b93 |
|
137 | 159 |
|
138 | 160 | ## v2.42.2 (2014-07-11) |
139 | 161 | + Initial working version (Leo Gallucci) |
| 162 | + |
| 163 | + |
| 164 | +[releases]: https://github.com/elgalu/docker-selenium/releases/ |
0 commit comments