Skip to content

Releases: aerokube/cm

v1.7.1: completely removed MPL dependencies

08 Oct 17:26
d2009cd
Compare
Choose a tag to compare

This release has no functional changes compared to 1.7.0. The main change is that we removed MPL-licensed https://github.com/hashicorp/go-version which makes publishing to some cloud platforms more difficult.

Improvements

  • #244 - removed go-version library

v1.7.0: ability to sync configuration from existing browsers.json

11 Sep 07:17
24590cd
Compare
Choose a tag to compare

Breaking changes

Starting from this release --browsers-json flag is used to sync configuration from existing browsers.json file. Previously it was used to specify an HTTP URL of the file storing meta-information about web driver binaries to be downloaded (when Docker is not available). To still have an ability to override metadata file location - a new --drivers-info flag was introduced.

New features

  • #232 - ability to sync configuration from existing browsers.json

Fixes

  • #235 - correctly working with custom Docker registries on non-standard port

Improvements

  • #236 - completely removed Docker commands from documentation

v1.6.1: better working with recent Docker for Windows

19 Aug 10:56
49a7f90
Compare
Choose a tag to compare

Fixes

  • #233 - better mounting Docker socket for Windows

v1.6.0: ability to configure shmSize

22 Jul 03:44
e16925e
Compare
Choose a tag to compare

Breaking changes

Starting from this release CM does not fall back to drivers mode when Docker is not available.

New features

  • #222 - ability to configure shmSize

Improvements

  • #224 - log when Docker API is not accessible
  • #226 - do not fall back to drivers mode automatically
  • #229 - updated Docker client to support API 1.40

v1.5.7: better processing complex browser versions requirements

20 Dec 08:25
757bed4
Compare
Choose a tag to compare

Fixes

  • #206 - unable to configure multiple consecutive browser versions
  • #208 - correctly processing spaces in browser versions spec

Improvements

  • #209 - use new path for EdgeDriver

v1.5.6: ability to work in offline mode

10 Nov 17:21
b9f227e
Compare
Choose a tag to compare

Improvements

  • #199 - ability to work in offline mode
  • #200 - Docker API 1.40 support

v1.5.5: ability to disable saving logs

30 Oct 12:18
3d06531
Compare
Choose a tag to compare

New features

  • #196 - mount volumes with :Z flag
  • #197 - flag to turn off saving logs

Improvements

  • #193 - migrated to go mod

v1.5.4: using latest-release tag for video recorder container

06 Oct 18:43
609ecbe
Compare
Choose a tag to compare

Improvements

  • #187 - updated Docker client version to support API 1.39
  • #188 - using selenoid/video-recorder:latest-release as video recorder container

v1.5.3: correctly finding service containers

25 Sep 04:24
67391aa
Compare
Choose a tag to compare

Fixes

  • #179 - args command is broken
  • #184 - correctly finding service containers

v1.5.2: ability to override userns value

19 Sep 17:42
7dca490
Compare
Choose a tag to compare

New features

  • #182 - ability to override userns value using --userns flag

Improvements

  • #176 - updated Docker client version