New release v2.7.15

This commit is contained in:
Matt Davis 2019-11-13 12:40:08 -08:00
parent 75288a89d0
commit 0623dedf2d
4 changed files with 25 additions and 1 deletions

View file

@ -666,6 +666,12 @@ releases:
- no-log-sub-options-invalid-parameter.yaml
- v2.7.14_summary.yaml
release_date: '2019-10-17'
2.7.15:
codename: In the Light
fragments:
- 63522-remove-args-from-sumologic-and-splunk-callbacks.yml
- v2.7.15_summary.yaml
release_date: '2019-11-13'
2.7.2:
codename: In the Light
fragments:

View file

@ -5,6 +5,21 @@ Ansible 2.7 "In the Light" Release Notes
.. contents:: Topics
v2.7.15
=======
Release Summary
---------------
| Release Date: 2019-11-13
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
Bugfixes
--------
- **security issue** - Ansible: Splunk and Sumologic callback plugins leak sensitive data in logs (CVE-2019-14864)
v2.7.14
=======

View file

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2019-11-13
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

View file

@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__version__ = '2.7.14.post0'
__version__ = '2.7.15'
__author__ = 'Ansible, Inc.'
__codename__ = 'In the Light'