Releases: aerokube/cm
Releases · aerokube/cm
v1.7.1: completely removed MPL dependencies
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
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
Fixes
- #233 - better mounting Docker socket for Windows
v1.6.0: ability to configure shmSize
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