Releases: inspec/train
Releases · inspec/train
Train v3.2.20
v3.2.20 (2020-02-06)
Merged Pull Requests
- Kali Linux platform detection support #556 (mattray)
- Refactor OS detection. #561 (zenspider)
- Unified gemspec and fixed dependencies across train and train-core. #563 (zenspider)
- Rebase #339 #566 (zenspider)
- Improve debugging experience by making platform and connection less noisy. #565 (zenspider)
- Added a blank line to the readme where we needed one. #567 (zenspider)
Train v3.2.14
v3.2.14 (2020-01-23)
Merged Pull Requests
- Substitute require for require_relative #549 (tas50)
- allow overriding follow_symlink on Train::File #550 (miah)
- Fix README typo #551 (multani)
- LinuxCommand#verify cleaned up #530 (vsingh-msys)
- Add azure_mgmt_storage to train.gemspec #552 (rmoles)
- Refactor with_sudo_pty to BaseConnection (no-op) and SshConnection. #554 (zenspider)
- Yocto Project family and Yocto Linux and balenaOS platform detection #558 (mattray)
- Make stat command use '-c' for Yocto OS #559 (michaellihs)
- Fix verify step for sudo #557 (zenspider)
Train 0.24.0
0.24.0 (2017-05-30)
Merged pull requests:
v0.23.0
Version 0.23.0
Train 0.22.0
0.22.0 (2016-11-29)
Implemented enhancements:
Merged pull requests:
- Add openvms detection #159 (briandoodyie)
Train 0.21.0
0.21.0 (2016-11-04)
Implemented enhancements:
- Train doesn't create a login shell #148
Merged pull requests:
- Add detection for Arista EOS #158 (jerearista)
Train 0.20.0
0.20.0 (2016-09-21)
Fixed bugs:
- get
Preparing modules for first use.
when I use train on Windows #153
Merged pull requests:
Preparing modules for first use.
error message on Windows #152 (chris-rock)- Convert
wmic
architecture to a normal standard #151 (jerryaldrichiii) - Login shell #149 (jonathanmorley)
Train 0.19.0
0.19.0 (2016-09-05)
Fixed bugs:
- use stat -c for alpine linux #146 (chris-rock)
Merged pull requests:
- support ruby 2.2.1 #145 (chris-rock)
- Use winrm v2 implementation #122 (mwrock)
Train 0.18.0
0.18.0 (2016-08-26)
Merged pull requests:
- Allow JSON 2.0 on Ruby 2.2 and above #144 (jkeiser)
- Enable Ruby 2.3 in Travis, make it default suite #143 (jkeiser)
- Add the darwin platform family #141 (tas50)
- update integration test dependencies #139 (tas50)
- Add badges to the readme #138 (tas50)
- use --decode on base64 command to maintain compatibility with Darwin. #137 (thomascate)
Train 0.17.0
0.17.0 (2016-08-19)
Implemented enhancements:
- return owner for files on windows #132 (chris-rock)
Closed issues:
- prefix powershell commands with
$ProgressPreference = "SilentlyContinue"
#134
Merged pull requests:
- CI improvements #133 (chris-rock)
- Rescue EPIPE on connect in ssh transport #130 (stevendanna)