From 48bc91550b65a6f4f0958de79646f76e254e5630 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 23 Oct 2018 16:14:07 +0100 Subject: [PATCH] docs: update changelog. --- docs/ansible.rst | 2 +- docs/changelog.rst | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index 517446f8..263d2b10 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -142,7 +142,7 @@ Testimonials Noteworthy Differences ---------------------- -* Ansible 2.3-2.6 are supported along with Python 2.6, 2.7 or 3.6. Verify your +* Ansible 2.3-2.7 are supported along with Python 2.6, 2.7 or 3.6. Verify your installation is running one of these versions by checking ``ansible --version`` output. diff --git a/docs/changelog.rst b/docs/changelog.rst index c58950a0..099b253b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,7 +15,7 @@ Release Notes -v0.2.3 (2018-08-??) +v0.2.3 (2018-10-23) ------------------- Mitogen for Ansible @@ -24,7 +24,9 @@ Mitogen for Ansible Enhancements ^^^^^^^^^^^^ -* `#315 `_: Ansible 2.6 is supported. +* `#315 `_, + `#392 `_: Ansible 2.6 and 2.7 are + supported. * `#321 `_, `#336 `_: temporary file handling @@ -386,7 +388,7 @@ within a stable series. Mitogen for Ansible ~~~~~~~~~~~~~~~~~~~ -* Support for Ansible 2.3 - 2.6.x and any mixture of Python 2.6, 2.7 or 3.6 on +* Support for Ansible 2.3 - 2.7.x and any mixture of Python 2.6, 2.7 or 3.6 on controller and target nodes. * Drop-in support for many Ansible connection types. @@ -429,6 +431,8 @@ Mitogen for Ansible ``ansible_python_interpreter`` setting, contrary to the Ansible documentation. This will be addressed in a future 0.2 release. +* The Ansible 2.7 ``reboot`` module is not yet supported. + * Performance does not scale linearly with target count. This requires significant additional work, as major bottlenecks exist in the surrounding Ansible code. Performance-related bug reports for any scenario remain