summaryrefslogtreecommitdiff
path: root/changelogs/changelog.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r--changelogs/changelog.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 30ce606fb1..ec638f0491 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -1934,3 +1934,39 @@ releases:
- cve-2020-1736-revert.yml
- v2.10.1rc2_summary.yaml
release_date: '2020-09-01'
+ 2.10.1rc3:
+ changes:
+ minor_changes:
+ - ansible-test - Add ``macos/10.15`` as a supported value for the ``--remote``
+ option.
+ - ansible-test - Allow custom ``--remote-stage`` options for development and
+ testing.
+ - ansible-test - Fix ``ansible-test coverage`` reporting sub-commands (``report``,
+ ``html``, ``xml``) on Python 2.6.
+ - ansible-test - Remove the discontinued ``us-east-2`` choice from the ``--remote-aws-region``
+ option.
+ - ansible-test - Request remote resources by provider name for all provider
+ types.
+ - ansible-test - Show a warning when the obsolete ``--remote-aws-region`` option
+ is used.
+ - ansible-test - Support custom remote endpoints with the ``--remote-endpoint``
+ option.
+ - ansible-test - Update built-in service endpoints for the ``--remote`` option.
+ - ansible-test - Use new endpoint for Parallels based instances with the ``--remote``
+ option.
+ - ansible-test - default container now uses default-test-container 2.7.0 and
+ ansible-base-test-container 1.6.0. This brings in Python 3.9.0rc1 for testing.
+ release_summary: '| Release Date: 2020-09-07
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: When the Levee Breaks
+ fragments:
+ - ansible-test-coverage-py26.yml
+ - ansible-test-endpoint-update.yml
+ - ansible-test-macos-10.15.yml
+ - ansible-test-parallels-endpoint.yml
+ - default-test-container160.yml
+ - v2.10.1rc3_summary.yaml
+ release_date: '2020-09-07'