Skip to content

Commit

Permalink
New release v2.10.14rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
rooftopcellist committed Sep 8, 2021
1 parent e10a4d5 commit 7b414d0
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 1 deletion.
21 changes: 21 additions & 0 deletions changelogs/CHANGELOG-v2.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ Ansible Base 2.10 "When the Levee Breaks" Release Notes
.. contents:: Topics


v2.10.14rc1
===========

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

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

Bugfixes
--------

- Restructured pipelining settings to be at the connection plugins leaving base config as global and for backwards compatiblity.
- command module, clarify order of remove/creates checks.
- command module, correctly handles chdir to symlinks.
- command module, move to standarized messages in 'msg' vs abusing 'stdout'.
- command module, now all options work in ad-hoc execution.
- command module, now always returns what we documented as 'returns always'.
- make previous versions compatible we new attributres w/o implementing them.

v2.10.13
========

Expand Down
23 changes: 23 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1971,6 +1971,29 @@ releases:
- unsafe_writes_env.yml
- v2.10.13rc1_summary.yaml
release_date: '2021-08-10'
2.10.14rc1:
changes:
bugfixes:
- Restructured pipelining settings to be at the connection plugins leaving base
config as global and for backwards compatiblity.
- command module, clarify order of remove/creates checks.
- command module, correctly handles chdir to symlinks.
- command module, move to standarized messages in 'msg' vs abusing 'stdout'.
- command module, now all options work in ad-hoc execution.
- command module, now always returns what we documented as 'returns always'.
- make previous versions compatible we new attributres w/o implementing them.
release_summary: '| Release Date: 2021-09-08
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
'
codename: When the Levee Breaks
fragments:
- attributes_compat.yml
- command_deliver_promisses.yml
- pipelinig_to_plugins.yml
- v2.10.14rc1_summary.yaml
release_date: '2021-09-08'
2.10.1rc1:
changes:
bugfixes:
Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/v2.10.14rc1_summary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2021-09-08
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
2 changes: 1 addition & 1 deletion lib/ansible/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type

__version__ = '2.10.13.post0'
__version__ = '2.10.14rc1'
__author__ = 'Ansible, Inc.'
__codename__ = 'When the Levee Breaks'

0 comments on commit 7b414d0

Please sign in to comment.