Skip to content

Releases: aerokube/cm

v1.8.8: Docker API 1.45 support

25 May 12:32
0d65225
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.7...1.8.8

v1.8.7: Docker API 1.44 support

25 Jan 09:08
d2d7b79
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.6...1.8.7

v1.8.6: updated Docker client and Golang

07 Jan 14:17
c62831b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.5...1.8.6

v1.8.5: Docker API 1.43 support

25 May 07:04
5a7f739
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.0.0-20220726230323-06994584191e to 0.7.0 by @dependabot in #327
  • Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible by @dependabot in #332
  • Bump github.com/docker/docker from 23.0.1+incompatible to 23.0.3+incompatible by @dependabot in #330
  • Bump Docker client to support API version 1.43 by @vania-pooh in #334

New Contributors

Full Changelog: 1.8.4...1.8.5

v1.8.4: CGO fix for Linux binaries

04 Mar 14:49
07e38e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.3...1.8.4

v1.8.3: Docker API 1.42 support

21 Feb 16:38
784af9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.2...1.8.3

v1.8.2: Golang 1.19

17 Nov 10:12
263e3c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.1...1.8.2

v1.8.1: fixed Docker Hub url

22 Jun 09:39
1ff911e
Compare
Choose a tag to compare

Fixes

  • #298 - fixed Docker Hub url

Improvements

  • #295 - creating config dir before syncing from external file
  • #296 - bump Golang to 1.16

v1.8.0: ability to download Microsoft Edge images

06 Apr 15:07
fdb408c
Compare
Choose a tag to compare

New features

  • #278 - stopping Selenoid gracefully
  • #283 - ability to download Microsoft Edge images

Fixes

  • #289 - better --args processing

Improvements

  • #282 - updated quick start guide in documentation

v1.7.2: running Selenoid in custom Docker network

08 Jul 10:15
fd93b58
Compare
Choose a tag to compare

New features

  • #257 - running Selenoid and Selenoid UI in custom Docker network

Fixes

  • #250 - correctly pulling images for custom Docker registries listening on non-standard port

Improvements

  • #261 - updated Contributing & Development docs section
  • #265 - migrated to Github Actions