Releases: mitogen-hq/mitogen
Releases · mitogen-hq/mitogen
v0.3.18
v0.3.17
What's Changed
- CI: Fix incorrect u=r,g=r,o=rw file permissions on mitogen__has_sudo_pubkey.key by @moreati in #1183
- ansible_mitogen: Templated SSH private key file by @moreati in #1181
- ansible_mitogen: Templated SSH host key checking by @moreati in #1184
- ansible_mitogen: Templated target host by @moreati in #1189
- Test templated SSH host key checking in task vars
Full Changelog: v0.3.16...v0.3.17
v0.3.16
What's Changed
- ansible_mitogen: Support templated become_exe option by @moreati in #1172
- ansible_mitogen: Template become command arguments (become_flags) by @moreati in #1174
- ansible_mitogen: Templated ssh executable by @moreati in #1175
- CI: Migrate to from macOS 12 to 13 test runners by @moreati in #1176
Full Changelog: v0.3.15...v0.3.16
v0.3.15
v0.3.14
What's Changed
- #1159 CI: Reduce number of Jobs by parameterizing Mitogen Docker SSH tests
- #1083 ansible_mitogen: Support templated become username.
New Contributors
- @mordekasg made their first contribution in #1148
Full Changelog: v0.3.13...v0.3.14
v0.3.13
What's Changed
#1138 CI: Complete migration from Azure DevOps Pipelines to GitHub Actions
#1116 ansible_mitogen: Support for templated variable ansible_ssh_user.
#978 ansible_mitogen: Support templated Ansible SSH port.
#1073 Python 3.13 support
New Contributors
Full Changelog: v0.3.12...v0.3.13
v0.3.12
- #1106 ansible_mitogen: Support for ansible_ssh_password connection variable, and templated SSH connection password.
- #1136 tests: Improve Ansible fail_msg formatting.
- #1137 tests: Ignore inventory files of inactive tests & benchmarks
- #1138 CI: Add re-actors/alls-green GitHub Actions job to simplify branch protections configuration.
v0.3.11
What's Changed
- #1127
mitogen
: Consolidate mitogen backward compatibility fallbacks and polyfills intomitogen.core
- #1127
ansible_mitogen
: Remove backward compatibility fallbacks for Python 2.4 & 2.5. - #1127
ansible_mitogen
: Remove fallback imports for Ansible releases before 2.10 - #1127
ansible_mitogen
: Consolidate Python 2 & 3 compatibility - #1128 CI: Start migration from Azure DevOps to GitHub Actions
Full Changelog: v0.3.10...v0.3.11
v0.3.10
What's Changed
- #950 Fix Solaris/Illumos/SmartOS compatibility with become
- #1087 Fix
mitogen.core.StreamError
when Ansible template module is called with adest:
filename that has an extension - #1110 Fix
mitogen.core.StreamError
when Ansible copy module is called with a file larger than 124 kibibytes (ansible_mitogen.connection.Connection.SMALL_FILE_LIMIT
) - #905 Initial support for templated
ansible_ssh_args
,ansible_ssh_common_args
, andansible_ssh_extra_args
variables. NB: play or task scoped variables will probably still fail. - #694 CI: Fixed a race condition and some resource leaks causing some of intermittent failures when running the test suite.
New Contributors
Full Changelog: v0.3.9...v0.3.10