From 8f85594ff9a334c6339520755ec61aaa5301ac30 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Mon, 5 Apr 2021 17:28:27 -0500 Subject: New release v2.11.0rc1 --- changelogs/changelog.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'changelogs/changelog.yaml') diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 8124ca8e6b..08ce98e2f0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1586,3 +1586,38 @@ releases: - v2.11.0b4_summary.yaml - wait_for_fix.yml release_date: '2021-03-29' + 2.11.0rc1: + changes: + bugfixes: + - OpenBSD module_utils - update sysctl variable name + - WorkerProcess - Implement workaround for stdout deadlock in multiprocessing + shutdown to avoid process hangs. + - ansible-test - Add a ``six < 1.14.0`` constraint for Python 2.6. + - ansible-test - The ``--export`` option for ``ansible-test coverage`` is now + limited to the ``combine`` command. It was previously available for reporting + commands on which it had no effect. + - ansible-test - The ``ansible-test coverage combine`` option ``--export`` now + exports relative paths. This avoids loss of coverage data when aggregating + across systems with different absolute paths. Paths will be converted back + to absolute when generating reports. + - debug action, prevent setting facts when displaying ansible_facts. + minor_changes: + - ansible-test - Add constraint for ``decorator`` for Python versions prior + to 3.5. + - service_facts - return service state information on OpenBSD. + release_summary: '| Release Date: 2021-04-05 + + | `Porting Guide `__ + + ' + codename: Hey Hey, What Can I Do + fragments: + - ansible-test-decorator-constraint.yml + - ansible-test-fix-coverage-export.yml + - ansible-test-six.yml + - debug_dont_set_facts.yml + - openbsd-service.yml + - openbsd-sysutil.yml + - v2.11.0rc1_summary.yaml + - workerprocess-stdout-deadlock.yml + release_date: '2021-04-05' -- cgit v1.2.1