Future CHANGELOG notes will be in GitHub release notes
3.2.1 (2026-01-22)
- bump tk dep <5 (#446) (f27d137)
- Ignore vendor directory (#439) (1c1c6a2)
- Remove obsolete Arch Linux limits.conf workaround (#438) (ed14bc6)
- Remove use of DSA keys due to openssh deprecation (#427) (f42bd6c)
- Support docker build output for Docker Desktop v4.31 (#423) (511e4ad)
- Use newer syntax for ENV variables (#424) (2007a0d)
3.2.0 (2023-11-27)
3.1.0 (2023-11-27)
- Make sure the /etc/sudoers.d directory exists by @garethgreenaway in #397
- Breaking almalinux platform out by @garethgreenaway #398
- fix: parse_image_id: Process "docker build" output in reverse line order by @terminalmage in #400
- Allow build temporary Dockerfile in configured custom_dir by @Val in 294
- Added CentOSStream and PhotonOS - @garethgreenaway
- Fixed image parser when output includes a duration timestamp - @RulerOf
- Updated the test suites - @RulerOf
- Support Docker BuildKit - @RulerOf
- Add new
docker_platformconfig to allow specifying architectures - @RulerOf
- Update the development dependency on kitchen-inspec to 2.x
- Retrieve hostname state data after container is launched to avoid failures when
use_internal_docker_networkis set - Add a new option for setting container isolation. See the readme for additional details
- Support GPUs in containers with a new
gpusoption that takes the same arguments that would be passed todocker run --gpus - suse platform: use system script for ssh key initialization
- Add support for the
--mountdocker CLI option. See the readme for additional details - Use sudo.d files instead of directly editing the sudoers file
- Allow passing
--tmpfsentries to the docker run command. See the readme for additional details - Use less verbose and quicker setup on Gentoo
- Lowercase the instance-name to avoid issues since docker does not allow instance with capital cases
- Fix the error "Could not parse Docker build output for image ID" by improving the output line matching
- Add support for
almalinux&rockylinux
- Switched from require to require_relative to slightly improve load time performance
- Allow for train gem 3.x
- Refactor driver to include Windows support (includes new transport for all supported platforms)
- Add automatic OS detection for amazonlinux, opensuse/leap, and opensuse/tumbleweed
- On Fedora containers uses dnf to setup the OS not yum
- Add new config option
use_internal_docker_network, which allows running Docker within Docker. See readme for usage details. - Resolve errors while loading libraries on archlinux
- Fix failures on Ubuntu 18.04
- Check if image exists before attempting to remove it so we don't fail
- Add oraclelinux platform support
- Prevent
uninitialized constant Kitchen::Driver::Docker::Base64error by requiringbase64
- Support for SUSE-based container images.
- Improved support for build context shipping.
- Changed
use_sudoto default tofalsein keeping with modern Docker usage.
- Set container name with information from the run so you can identify them later on.
- Upgrade to new driver base class structure.
- #209 Fix usage with Kitchen rake tasks.
- Add
run_optionsandbuild_optionsconfiguration. - #195 Fix Arch Linux support.
- Fix shell escaping for build paths and SSH keys.
- #148 Restored support for older versions of Ruby.
- #149 Handle connecting to a container directly as root.
- #154 Improve container caching by reordering the build steps.
- #176 Expose proxy environment variables to the container automatically.
- #192 Set
$container=dockerfor CentOS images. - #196 Mutex SSH key generation for use with
kitchen -c. - #192 Don't wait when stopping a container.
build_contextoption (boolean) to enable/disable sending the build context to Docker.
- Use a temporary file for each suite instance Docker container Dockerfile, instead of passing their contents via STDIN. This allows for the use of commands like ADD and COPY. Users must now use Docker >= 1.5.0
- Passwordless suite instance Docker container login (SSH), using a generated key pair.
- Support for sharing a host device with suite instance Docker containers.
- README YAML highlighting.
- Use
NULinstead of/dev/nullon Windows for output redirection
- Use Docker
topandportinstead ofinspect - Don't create the kitchen user if it already exists
- Docker container capabilities options: cap_add, cap_drop
- Docker security profile option (SELinux/AppArmor): security_opt
- wait_for_sshd option (boolean)
- Create
/etc/sudoers.dif missing - Fixed option deprecation warnings, require Docker >= 1.2
- Ensure a container id is set before attempting to inspect a container
publish_alloption to publish all ports to the host interfaceinstance_nameoption to name the Docker containerlinksoption to link suite instance Docker containerssocketoption will now default to ENVDOCKER_HOSTif set- Fixed verify dependencies output redirection
- Added
fedorato platform names - Support for
gentooandgentoo-paludisplatforms - Adding sudo rule to
/etc/sudoers.d/#{username}in addition to/etc/sudoers