Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release v2.10.16rc1 #76390

Merged
merged 1 commit into from Nov 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions changelogs/CHANGELOG-v2.10.rst
Expand Up @@ -5,6 +5,21 @@ Ansible Base 2.10 "When the Levee Breaks" Release Notes
.. contents:: Topics


v2.10.16rc1
===========

Release Summary
---------------

| Release Date: 2021-11-29
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__


Bugfixes
--------

- cli defaults for ssh args set to None as '' was bypassing normal default.

v2.10.15
========

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Expand Up @@ -2043,6 +2043,20 @@ releases:
- powershell-addtype-env-vars.yml
- v2.10.15rc1_summary.yaml
release_date: '2021-10-04'
2.10.16rc1:
changes:
bugfixes:
- cli defaults for ssh args set to None as '' was bypassing normal default.
release_summary: '| Release Date: 2021-11-29

| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

'
codename: When the Levee Breaks
fragments:
- fix_cli_ssh_defaults.yml
- v2.10.16rc1_summary.yaml
release_date: '2021-11-29'
2.10.1rc1:
changes:
bugfixes:
Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/v2.10.16rc1_summary.yaml
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2021-11-29
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
2 changes: 1 addition & 1 deletion lib/ansible/release.py
Expand Up @@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type

__version__ = '2.10.15.post0'
__version__ = '2.10.16rc1'
__author__ = 'Ansible, Inc.'
__codename__ = 'When the Levee Breaks'