Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Releases: aerokube/cm

v1.5.1: ability to configure per-session logs feature

19 Jul 16:55
d3b09ef
Compare
Choose a tag to compare

New features

  • #171 - automatically set up saving container logs

Improvements

  • #170 - match containers only by name

v1.5.0: ability to download selected browser versions

31 May 09:07
ac04729
Compare
Choose a tag to compare

Breaking changes

Starting from this release you have to specify ; (semicolon) instead of , (comma) when specifying browsers list. Before:

$ ./cm selenoid start --browsers "firefox,chrome"

Starting from this release:

$ ./cm selenoid start --browsers "firefox;chrome"

This change was done in order to support complex version constraints like this:

$ ./cm selenoid start --browsers "firefox:>45.0,<=55.0;chrome:66.0"

New features

  • #155 - ability to download selected browser versions
  • #159 - ability to download Android images

Improvements

  • #156 - automatically link Selenoid UI to Ggr UI or Selenoid (which one is present)

v1.4.2: supporting Docker API 1.37

01 Apr 11:53
b0d8ccb
Compare
Choose a tag to compare

Improvements

  • #152 - updated Docker client version

v1.4.1: ability to print Selenoid and Selenoid UI args

25 Mar 09:23
1c6d94d
Compare
Choose a tag to compare

New features

  • #144 - ability to print Selenoid and Selenoid UI args

Fixes

  • #48, #141 - correctly starting Geckodriver process in IPv4-only environment
  • #136 - correctly working when config dir contains space

v1.4.0: automatically determining Docker API version

21 Jan 14:39
a8ceafb
Compare
Choose a tag to compare

New features

  • #127 - automatically determining Docker API version

Improvements

  • #117 - correctly mounting docker.sock on windows
  • #128 - updated Docker client version

v1.3.3: starting correct application version

01 Jan 14:57
fed8235
Compare
Choose a tag to compare

Fixes

  • #116 - starting only specified application version
  • #118 - automatically append -video-output-dir when needed

v1.3.2: private Docker registries support

15 Dec 13:18
a6d5238
Compare
Choose a tag to compare

New features

  • #98 - private Docker registries support

Fixes

  • #110 - automatically append -conf in Docker scenario when needed

v1.3.1: fixed video recorder image downloading

28 Nov 11:22
0e2d676
Compare
Choose a tag to compare

Fixes

  • #106 - pulling video recorder image once
  • #108 - using correct video output path

v1.3.0: video recording support

23 Nov 16:41
a71ee59
Compare
Choose a tag to compare

New features

  • #95, #101 - Selenoid is automatically configured for video recording
  • #99 - colored console output

v1.2.6: ability to customize service port

09 Nov 04:49
d6ff6ba
Compare
Choose a tag to compare

New features

  • #88 - ability to change Selenoid port

Improvements

  • #90 - migrated to dep