From c528e648a6d9b7fcce36e5135f8367ef2572ed4e Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Thu, 23 Jul 2020 21:38:44 -0500 Subject: New release v2.10.0rc2 --- changelogs/CHANGELOG-v2.10.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 14 ++++++++++++++ changelogs/fragments/v2.10.0rc2_summary.yaml | 3 +++ lib/ansible/release.py | 2 +- 4 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/v2.10.0rc2_summary.yaml diff --git a/changelogs/CHANGELOG-v2.10.rst b/changelogs/CHANGELOG-v2.10.rst index 4df786d61c..813b6df5fb 100644 --- a/changelogs/CHANGELOG-v2.10.rst +++ b/changelogs/CHANGELOG-v2.10.rst @@ -5,6 +5,21 @@ Ansible Base 2.10 "When the Levee Breaks" Release Notes .. contents:: Topics +v2.10.0rc2 +========== + +Release Summary +--------------- + +| Release Date: 2020-07-23 +| `Porting Guide `__ + + +Bugfixes +-------- + +- Stop adding the connection variables to the output results + v2.10.0rc1 ========== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 198a6db83a..0fc505d9ad 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1703,3 +1703,17 @@ releases: - win_setup-redirection.yaml - with_seq_example.yml release_date: '2020-07-23' + 2.10.0rc2: + changes: + bugfixes: + - Stop adding the connection variables to the output results + release_summary: '| Release Date: 2020-07-23 + + | `Porting Guide `__ + + ' + codename: When the Levee Breaks + fragments: + - set_fact-connection_vars.yml + - v2.10.0rc2_summary.yaml + release_date: '2020-07-23' diff --git a/changelogs/fragments/v2.10.0rc2_summary.yaml b/changelogs/fragments/v2.10.0rc2_summary.yaml new file mode 100644 index 0000000000..df9ca6f675 --- /dev/null +++ b/changelogs/fragments/v2.10.0rc2_summary.yaml @@ -0,0 +1,3 @@ +release_summary: | + | Release Date: 2020-07-23 + | `Porting Guide `__ diff --git a/lib/ansible/release.py b/lib/ansible/release.py index b726ed1adb..da3e203b3e 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -19,6 +19,6 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type -__version__ = '2.10.0rc1.post0' +__version__ = '2.10.0rc2' __author__ = 'Ansible, Inc.' __codename__ = 'When the Levee Breaks' -- cgit v1.2.1