Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Releases: batect/batect

0.85.0

15 Sep 02:08
0.85.0
1c40637
Compare
Choose a tag to compare
  • Changed: Batect will no longer collect in-app telemetry.

0.84.0

03 Jul 05:12
0.84.0
21d9d9c
Compare
Choose a tag to compare
  • Changed: Batect will now replace /etc/shadow in the container if 'run as current user' mode is enabled. (#1550 - thanks to @or1can for the bug report)

0.83.9

17 Jun 07:33
0.83.9
Compare
Choose a tag to compare
  • Fixed: Batect would fail to start on ARM macOS machines (#1542 - thanks to @balasurajgajula for the bug report)

0.83.8

08 Jun 07:31
0.83.8
dfba94e
Compare
Choose a tag to compare
  • Fixed: Batect would fail to start on Amazon Linux 2 and other systems with glibc version before 2.27 (#1538 - thanks to @srisudarsan for the bug report)

0.83.7

19 May 01:41
0.83.7
18d7a7e
Compare
Choose a tag to compare
  • Fixed: Batect would sometimes fail to build an image when using Docker 23.0.5 or later (#1527 - thanks to @danieldooley for the bug report)

0.83.6

12 Mar 05:53
0.83.6
57e0cfa
Compare
Choose a tag to compare
  • Fixed: Batect would fail to start on Apple M1 machines with fatal error: minpc or maxpc invalid (#1474 - thanks to @KevinSchwerdtfeger for the bug report)

0.83.5

01 Mar 21:09
0.83.5
d23fb77
Compare
Choose a tag to compare
  • Fixed: building an image using BuildKit with some versions of Docker could cause Batect to crash with panic: no step number found for digest ...

0.83.4

29 Jan 11:01
0.83.4
87143d1
Compare
Choose a tag to compare
  • Fixed: running Linux containers on a Windows host would sometimes fail with a The pipe is being closed error (#1344 - thanks to @MichaelKnightXero for the bug report)

0.83.3

26 Jan 02:58
0.83.3
722767c
Compare
Choose a tag to compare
  • Fixed: mounting special Docker Desktop sockets like /run/host-services/ssh-auth.sock with run as current user mode enabled could fail (#1435 - thanks to @or1can for the bug report)

0.83.2

28 Dec 05:40
0.83.2
5943e63
Compare
Choose a tag to compare
  • Fixed: cloning an included Git repository would fail with invalid cross-device link if the temporary directory was mounted on a different filesystem to the user's home directory (#1421 - thanks to @or1can for the bug report)