Merge pull request #1313 from moreati/prep-0.3.25

Prep 0.3.25
pull/1319/head
Alex Willmer 4 months ago committed by GitHub
commit 53ab2b2a4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -19,7 +19,11 @@ To avail of fixes in an unreleased version, please download a ZIP file
In progress (unreleased) In progress (unreleased)
------------------------ ========================
v0.3.25 (2025-07-29)
--------------------
Ansible 12 has deprecated third-party strategy plugins. This is currently Ansible 12 has deprecated third-party strategy plugins. This is currently
how Mitogen integrates with Ansible (e.g. `ANSIBLE_STRATEGY=mitogen_linear`). how Mitogen integrates with Ansible (e.g. `ANSIBLE_STRATEGY=mitogen_linear`).
@ -32,6 +36,8 @@ Running Ansible 12 + Mitogen will currently print a deprecation warning
Ansible + Mitogen will still work for now. Mitogen is considering alternatives Ansible + Mitogen will still work for now. Mitogen is considering alternatives
to strategy plugins under :gh:issue:`1278`. to strategy plugins under :gh:issue:`1278`.
* :gh:issue:`1258` Ansible 12 (ansible-core 2.19) support
v0.3.25b1 (2025-07-21) v0.3.25b1 (2025-07-21)
---------------------- ----------------------

@ -35,7 +35,7 @@ be expected. On the slave, it is built dynamically during startup.
#: Library version as a tuple. #: Library version as a tuple.
__version__ = (0, 3, 25, 'dev') __version__ = (0, 3, 26, 'dev')
#: This is :data:`False` in slave contexts. Previously it was used to prevent #: This is :data:`False` in slave contexts. Previously it was used to prevent

@ -88,8 +88,7 @@ deps =
ansible9: ansible~=9.0 ansible9: ansible~=9.0
ansible10: ansible~=10.0 ansible10: ansible~=10.0
ansible11: ansible~=11.0 ansible11: ansible~=11.0
ansible12: ansible>=12.0a7 ansible12: ansible>=12.0.0b2
ansible12: ansible-core>=2.19rc1
install_command = install_command =
python -m pip --no-python-version-warning --disable-pip-version-check install {opts} {packages} python -m pip --no-python-version-warning --disable-pip-version-check install {opts} {packages}
commands_pre = commands_pre =

Loading…
Cancel
Save