summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-08-27 20:34:59 -0700
committerToshio Kuratomi <a.badger@gmail.com>2018-08-27 20:43:53 -0700
commitb3a57fabbbfc751e53e04ab1dc012448711da25c (patch)
tree03bcec98fe048841d40ff0ba49205c87bd212d2a
parentb8907ff09efeb8601fdfcd4d2e91fc562e92da58 (diff)
downloadansible-b3a57fabbbfc751e53e04ab1dc012448711da25c.tar.gz
Make links anonymous so that they don't trigger rstcheck
rstcheck flags duplicate link targets as errors
-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>`__