File rubygem-kitchen-docker.changes of Package rubygem-kitchen-docker
-------------------------------------------------------------------
Sat Jan 27 13:27:40 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 3.0.0:
* Add CI workflow by @damacus in #404
* Fix: Switch to buildx builder by @damacus in #405
-------------------------------------------------------------------
Sat Jan 27 13:01:47 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 2.15.0:
* Breaking rockylinux platform out by @garethgreenaway in #399
* Make sure gawk is installed on opensuse. by @garethgreenaway in
#402
-------------------------------------------------------------------
Tue Nov 14 15:11:19 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- ## 2.14.0 - November 13, 2023
- Make sure the /etc/sudoers.d directory exists by @garethgreenaway in [#397](https://github.com/test-kitchen/kitchen-docker/pull/397)
- Breaking almalinux platform out by @garethgreenaway [#398](https://github.com/test-kitchen/kitchen-docker/pull/398)
- fix: parse_image_id: Process "docker build" output in reverse line order by @terminalmage in [#400](https://github.com/test-kitchen/kitchen-docker/pull/400)
- Allow build temporary Dockerfile in configured custom_dir by @Val in [294](https://github.com/test-kitchen/kitchen-docker/pull/294)
-------------------------------------------------------------------
Thu Aug 4 13:17:03 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 2.13.0
see installed CHANGELOG.md
## 2.13.0 - June 10, 2022
- Added CentOSStream and PhotonOS - [@garethgreenaway](https://github.com/garethgreenaway)
- Fixed image parser when output includes a duration timestamp - [@RulerOf](https://github.com/RulerOf)
- Updated the test suites - [@RulerOf](https://github.com/RulerOf)
-------------------------------------------------------------------
Tue Jan 25 07:08:45 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 2.12.0
see installed CHANGELOG.md
## 2.12.0 - December 22, 2021
- Support Docker BuildKit - [@RulerOf](https://github.com/RulerOf)
- Add new `docker_platform` config to allow specifying architectures - [@RulerOf](https://github.com/RulerOf)
-------------------------------------------------------------------
Mon Jul 26 06:00:05 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 2.11.0
see installed CHANGELOG.md
## 2.11.0 - July 2, 2021
* 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_network` is set
* Add a new option for setting container isolation. See the readme for additional details
* Support GPUs in containers with a new `gpus` option that takes the same arguments that would be passed to `docker run --gpus`
* suse platform: use system script for ssh key initialization
* Add support for the `--mount` docker CLI option. See the readme for additional details
* Use sudo.d files instead of directly editing the sudoers file
* Allow passing `--tmpfs` entries 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`
-------------------------------------------------------------------
Thu May 7 20:59:21 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 2.10.0
see installed CHANGELOG.md
## 2.10.0 - Mar 28, 2020
* 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)
-------------------------------------------------------------------
Fri Nov 8 19:30:47 UTC 2019 - Johannes Kastl <kastl@b1-systems.de>
- added license to gem2rpm.yml
-------------------------------------------------------------------
Fri Nov 8 16:26:35 UTC 2019 - Johannes Kastl <kastl@b1-systems.de>
- package created with gem2rpm