Releases: ansible/ansible-runner
Releases · ansible/ansible-runner
2.3.7
2.4.2
2.4.1
What's Changed
- Modify volume mount behavior when source does not exist (#1408). Volumes specified using the
container-volume-mountoption will now be passed through to the underlying container engine unverified and unmodified. This now allows you to mount individual files (vs. the parent directory) and non-existing source volumes. The behavior encountered with a non-existing source volume depends on which container engine is in use (dockercreates the volume,podmanwill error).
Bug Fixes
- Various documentation updates.
Full Changelog: 2.4.0...2.4.1
2.4.0
What's Changed
- Bump minimum supported Python to 3.9
Bug Fixes
- Honor inventory filepath by @Akasurde in #1065
- Ensure that UTC ISO8601 datetimes include timezone info by @sivel in #1238
- Fix for non-str ident by @Shrews in #1268
- Pass inventory directory path instead of file path when using containerization by @christophert in #1304
- Validate inventory from CLI early by @Shrews in #1307
- Allow shutil to copy into existing isolation directory by @christophert in #1311
- Fix invalid inventory with relative pvt data dir by @Shrews in #1316
- Add lib symlink to bwrap call by @christophert in #1312
2.3.6
2.3.5
What's Changed
- fix pexpect child shutdown race (#1331) by @TheRealHaoLiu in #1336
Full Changelog: 2.3.4...2.3.5
2.3.4
What's Changed
- [2.3 backport] Give more detail when we cannot process a non-JSON streamed line (#1186) by @AlanCoding in #1258
Full Changelog: 2.3.3...2.3.4
2.3.3
2.3.2
What's Changed
- Fix Github CI (#1171) by @Shrews in #1172
- Fix artifact file permissions by @Shrews in #1185
- Emit periodic keepalive events from
Worker(#1191) by @nitzmahone in #1201
Full Changelog: 2.3.1...2.3.2