Bump mitogen from 0.3.9 to 0.3.10
Bumps mitogen from 0.3.9 to 0.3.10.
Release notes
Sourced from mitogen's releases.
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
@jrosser
made their first contribution in mitogen-hq/mitogen#1087@gaige
made their first contribution in mitogen-hq/mitogen#1089Full Changelog: https://github.com/mitogen-hq/mitogen/compare/v0.3.9...v0.3.10
Changelog
Sourced from mitogen's changelog.
v0.3.10 (2024-09-20)
- :gh:issue:
950
Fix Solaris/Illumos/SmartOS compatibility with become- :gh:issue:
1087
Fix :exc:mitogen.core.StreamError
when Ansible template module is called with adest:
filename that has an extension- :gh:issue:
1110
Fix :exc:mitogen.core.StreamError
when Ansible copy module is called with a file larger than 124 kibibytes (:data:ansible_mitogen.connection.Connection.SMALL_FILE_LIMIT
)- :gh:issue:
905
Initial support for templatedansible_ssh_args
,ansible_ssh_common_args
, andansible_ssh_extra_args
variables. NB: play or task scoped variables will probably still fail.- :gh:issue:
694
CI: Fixed a race condition and some resource leaks causing some of intermittent failures when running the test suite.
Commits
-
80efb46
Merge pull request #1123 from moreati/release-0.3.10 -
6f903b2
Merge commit 'cea2e7b98dc9e255b87f64471ed808a8e004afc1' into release-0.3.10 -
cea2e7b
Prepare v0.3.10 -
2ba1b2b
Fix: termios.error: (22, 'Invalid argument') duringbecome
on Solaris/Illum... -
b8b1558
Merge pull request #1119 from moreati/ci-resourcewarnings -
d032c59
tests: Retry container process check during teardown -
3152042
tests: Don't suppress output while testing unix Listener -
a3192d2
mitogen: close mitogen.unix.Listener socket in error conditions -
598de81
mitogen: Fix subprocess ResourceWarning -
7238403
tests: Add missing logging import - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts