Merge pull request #1223 from moreati/prep-v0.3.21

Prepare v0.3.21
pull/1227/head
Alex Willmer 12 months ago committed by GitHub
commit 0953a931c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,9 +21,17 @@ To avail of fixes in an unreleased version, please download a ZIP file
In progress (unreleased)
------------------------
v0.3.21 (2025-01-20)
--------------------
* :gh:issue:`1209` docs: Fix Netlify build of website
* :gh:issue:`1216` :mod:`ansible_mitogen`: Add all ansible_freeipa modules to
the always-fork list.
* :gh:issue:`766` :mod:`ansible_mitogen`: Fix ""could not recover task_vars"
and "get_with_context_result object has no attribute _create_control_path"
when using ``kubectl``, ``netconf``, or ``network_cli`` connection plugins.
v0.3.20 (2025-01-07)

@ -124,6 +124,7 @@ sponsorship and outstanding future-thinking of its early adopters.
<li><a href="https://www.epartment.nl/">Epartment</a></li>
<li><a href="http://andrianaivo.org/">Fidy Andrianaivo</a> &mdash; <em>never let a human do an ansible job ;)</em></li>
<li><a href="https://www.channable.com">rkrzr</a></li>
<li><a href="https://github.com/Nihlus">Jarl Gullberg</a></li>
<li>jgadling</li>
<li>John F Wall &mdash; <em>Making Ansible Great with Massive Parallelism</em></li>
<li><a href="https://github.com/jrosser">Jonathan Rosser</a></li>
@ -132,6 +133,7 @@ sponsorship and outstanding future-thinking of its early adopters.
<li><a href="https://github.com/lberruti">Luca Berruti</li>
<li>Lewis Bellwood &mdash; <em>Happy to be apart of a great project.</em></li>
<li>luto</li>
<li><a href="https://github.com/markafarrell">@markafarrell</a></li>
<li><a href="https://mayeu.me/">Mayeu a.k.a Matthieu Maury</a></li>
<li><a href="https://github.com/madsi1m">Michael D'Silva</a></li>
<li><a href="https://github.com/mordekasg">mordek</a></li>

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

Loading…
Cancel
Save