Browse code

New release v2.7.15

Matt Davis authored on 2019/11/14 05:40:08
Showing 4 changed files
... ...
@@ -666,6 +666,12 @@ releases:
666 666
     - no-log-sub-options-invalid-parameter.yaml
667 667
     - v2.7.14_summary.yaml
668 668
     release_date: '2019-10-17'
669
+  2.7.15:
670
+    codename: In the Light
671
+    fragments:
672
+    - 63522-remove-args-from-sumologic-and-splunk-callbacks.yml
673
+    - v2.7.15_summary.yaml
674
+    release_date: '2019-11-13'
669 675
   2.7.2:
670 676
     codename: In the Light
671 677
     fragments:
... ...
@@ -5,6 +5,21 @@ Ansible 2.7 "In the Light" Release Notes
5 5
 .. contents:: Topics
6 6
 
7 7
 
8
+v2.7.15
9
+=======
10
+
11
+Release Summary
12
+---------------
13
+
14
+| Release Date: 2019-11-13
15
+| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
16
+
17
+
18
+Bugfixes
19
+--------
20
+
21
+- **security issue** - Ansible: Splunk and Sumologic callback plugins leak sensitive data in logs (CVE-2019-14864)
22
+
8 23
 v2.7.14
9 24
 =======
10 25
 
11 26
new file mode 100644
... ...
@@ -0,0 +1,3 @@
0
+release_summary: |
1
+   | Release Date: 2019-11-13
2
+   | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
... ...
@@ -19,6 +19,6 @@
19 19
 from __future__ import (absolute_import, division, print_function)
20 20
 __metaclass__ = type
21 21
 
22
-__version__ = '2.7.14.post0'
22
+__version__ = '2.7.15'
23 23
 __author__ = 'Ansible, Inc.'
24 24
 __codename__ = 'In the Light'