summaryrefslogtreecommitdiff
path: root/changelogs/changelog.yaml
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2021-04-05 17:28:27 -0500
committerRick Elrod <rick@elrod.me>2021-04-05 17:35:18 -0500
commit8f85594ff9a334c6339520755ec61aaa5301ac30 (patch)
treeb2cb00bdd4c59646c23fff531e82f84f6f115332 /changelogs/changelog.yaml
parent6711bb036439ee34ecf0ce84b48df45183bbb843 (diff)
downloadansible-8f85594ff9a334c6339520755ec61aaa5301ac30.tar.gz
New release v2.11.0rc1v2.11.0rc1
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r--changelogs/changelog.yaml35
1 files changed, 35 insertions, 0 deletions
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 <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ 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'