summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-10-31 15:21:33 -0700
committerMatt Clay <matt@mystile.com>2018-10-31 15:21:33 -0700
commit1e521717ae5779e68b38e54c3e81d2df82542f2e (patch)
treefd573b20d2020d6102fe8e2c759683837bb4c65e /changelogs
parentf50cc0b8cb399bb7b7c1ad23b94c9404f0cc6d23 (diff)
downloadansible-1e521717ae5779e68b38e54c3e81d2df82542f2e.tar.gz
New release v2.6.7
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/.changes.yaml6
-rw-r--r--changelogs/CHANGELOG-v2.6.rst15
-rw-r--r--changelogs/fragments/v2.6.7_summary.yaml3
3 files changed, 24 insertions, 0 deletions
diff --git a/changelogs/.changes.yaml b/changelogs/.changes.yaml
index ef392dda80..d67b7cdf07 100644
--- a/changelogs/.changes.yaml
+++ b/changelogs/.changes.yaml
@@ -507,3 +507,9 @@ releases:
- user-docs-underlying-tools.yaml
- v2.6.6_summary.yaml
release_date: '2018-10-19'
+ 2.6.7:
+ codename: Heartbreaker
+ fragments:
+ - user-do-not-pass-ssh_key_passphrase-on-cmdline.yaml
+ - v2.6.7_summary.yaml
+ release_date: '2018-10-31'
diff --git a/changelogs/CHANGELOG-v2.6.rst b/changelogs/CHANGELOG-v2.6.rst
index 2b80e3a04e..830b5fdc6a 100644
--- a/changelogs/CHANGELOG-v2.6.rst
+++ b/changelogs/CHANGELOG-v2.6.rst
@@ -2,6 +2,21 @@
Ansible 2.6 "Heartbreaker" Release Notes
========================================
+v2.6.7
+======
+
+Release Summary
+---------------
+
+| Release Date: 2018-10-31
+| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_
+
+
+Bugfixes
+--------
+
+- user module - do not pass ssh_key_passphrase on cmdline (CVE-2018-16837)
+
v2.6.6
======
diff --git a/changelogs/fragments/v2.6.7_summary.yaml b/changelogs/fragments/v2.6.7_summary.yaml
new file mode 100644
index 0000000000..66100d7c9f
--- /dev/null
+++ b/changelogs/fragments/v2.6.7_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2018-10-31
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_