summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelogs/.changes.yaml6
-rw-r--r--changelogs/CHANGELOG-v2.7.rst15
-rw-r--r--changelogs/fragments/v2.7.15_summary.yaml3
-rw-r--r--lib/ansible/release.py2
4 files changed, 25 insertions, 1 deletions
diff --git a/changelogs/.changes.yaml b/changelogs/.changes.yaml
index 0f245abfd5..608e9cb7f0 100644
--- a/changelogs/.changes.yaml
+++ b/changelogs/.changes.yaml
@@ -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:
diff --git a/changelogs/CHANGELOG-v2.7.rst b/changelogs/CHANGELOG-v2.7.rst
index 1796c33712..143bd971e4 100644
--- a/changelogs/CHANGELOG-v2.7.rst
+++ b/changelogs/CHANGELOG-v2.7.rst
@@ -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
=======
diff --git a/changelogs/fragments/v2.7.15_summary.yaml b/changelogs/fragments/v2.7.15_summary.yaml
new file mode 100644
index 0000000000..6a4826ecf6
--- /dev/null
+++ b/changelogs/fragments/v2.7.15_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2019-11-13
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 2ec64e4c3a..855cf80c5e 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.7.14.post0'
+__version__ = '2.7.15'
__author__ = 'Ansible, Inc.'
__codename__ = 'In the Light'