summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelogs/fragments/fix-world-readable-skip-message.yaml2
-rw-r--r--changelogs/fragments/more-world-readable-warning-skips.yaml2
-rw-r--r--changelogs/fragments/v2.7.0_summary.yaml4
3 files changed, 6 insertions, 2 deletions
diff --git a/changelogs/fragments/fix-world-readable-skip-message.yaml b/changelogs/fragments/fix-world-readable-skip-message.yaml
index 1164599ecb..1c629fb46b 100644
--- a/changelogs/fragments/fix-world-readable-skip-message.yaml
+++ b/changelogs/fragments/fix-world-readable-skip-message.yaml
@@ -1,6 +1,6 @@
---
bugfixes:
-- The fix for `CVE-2018-10875 <https://access.redhat.com/security/cve/cve-2018-10875>`_
+- The fix for `CVE-2018-10875 <https://access.redhat.com/security/cve/cve-2018-10875>`__
prints out a warning message about skipping a config file from a world
writable current working directory. However, if the user explicitly
specifies that the config file should be used via the ANSIBLE_CONFIG
diff --git a/changelogs/fragments/more-world-readable-warning-skips.yaml b/changelogs/fragments/more-world-readable-warning-skips.yaml
index 1987db5d90..4e542b310c 100644
--- a/changelogs/fragments/more-world-readable-warning-skips.yaml
+++ b/changelogs/fragments/more-world-readable-warning-skips.yaml
@@ -1,6 +1,6 @@
---
bugfixes:
-- The fix for `CVE-2018-10875 <https://access.redhat.com/security/cve/cve-2018-10875>`_
+- The fix for `CVE-2018-10875 <https://access.redhat.com/security/cve/cve-2018-10875>`__
prints out a warning message about skipping a config file from a world
writable current working directory. However, if the user is in a world
writable current working directory which does not contain a config file, it
diff --git a/changelogs/fragments/v2.7.0_summary.yaml b/changelogs/fragments/v2.7.0_summary.yaml
new file mode 100644
index 0000000000..55458cac22
--- /dev/null
+++ b/changelogs/fragments/v2.7.0_summary.yaml
@@ -0,0 +1,4 @@
+---
+release_summary: |
+ | Release Date: 2018-10-04
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__