summaryrefslogtreecommitdiffstats
path: root/changelogs/fragments
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2019-04-05 01:37:20 +0200
committerToshio Kuratomi <a.badger@gmail.com>2019-04-05 01:37:20 +0200
commitae667d3d86a7c1c0eeef13e352a826c4e4e2424a (patch)
tree4d4f431b031856686b6058e38154e14683b18fc5 /changelogs/fragments
parentReduce ansible/ansible README to essentials (#52878) (diff)
downloadansible-2.8.0a1.tar.xz
ansible-2.8.0a1.zip
New release v2.8.0a1v2.8.0a1
Diffstat (limited to 'changelogs/fragments')
-rw-r--r--changelogs/fragments/ansible-env-config-prefix.yml22
-rw-r--r--changelogs/fragments/standardize-tls-params.yml15
-rw-r--r--changelogs/fragments/v2.8.0a1_summary.yaml3
3 files changed, 16 insertions, 24 deletions
diff --git a/changelogs/fragments/ansible-env-config-prefix.yml b/changelogs/fragments/ansible-env-config-prefix.yml
index dac98712bf..f0a815f71c 100644
--- a/changelogs/fragments/ansible-env-config-prefix.yml
+++ b/changelogs/fragments/ansible-env-config-prefix.yml
@@ -1,20 +1,12 @@
---
minor_changes:
-- |
- All environment variables defined by ansible now start with the `ANSIBLE_`
- prefix. The old environment vars still work for now.
-
- The new environment vars added are:
- - ANSIBLE_LIBVIRT_LXC_NOSECLABEL
- - ANSIBLE_DISPLAY_SKIPPED_HOSTS
- - ANSIBLE_NETWORK_GROUP_MODULES
+- 'All environment variables defined by ansible now start with the `ANSIBLE_`
+ prefix. The old environment vars still work for now. The new environment
+ vars added are: ANSIBLE_LIBVIRT_LXC_NOSECLABEL,
+ ANSIBLE_DISPLAY_SKIPPED_HOSTS, and ANSIBLE_NETWORK_GROUP_MODULES'
deprecated_features:
-- |
- Ansible-defined environment variables not starting with `ANSIBLE_` have been
+- 'Ansible-defined environment variables not starting with `ANSIBLE_` have been
deprecated. New names match the old name plus the `ANSIBLE_` prefix.
-
- These environment variables have been deprecated:
- - LIBVIRT_LXC_NOSECLABEL
- - DISPLAY_SKIPPED_HOSTS
- - NETWORK_GROUP_MODULES
+ These environment variables have been deprecated: LIBVIRT_LXC_NOSECLABEL,
+ DISPLAY_SKIPPED_HOSTS, and NETWORK_GROUP_MODULES'
diff --git a/changelogs/fragments/standardize-tls-params.yml b/changelogs/fragments/standardize-tls-params.yml
index 405bc0df1f..a8a38799a1 100644
--- a/changelogs/fragments/standardize-tls-params.yml
+++ b/changelogs/fragments/standardize-tls-params.yml
@@ -1,13 +1,10 @@
---
minor_changes:
-- |
- Modules and plugins have been standardized on a well-defined set of
+- "Modules and plugins have been standardized on a well-defined set of
TLS-related parameters. The old names remain as aliases for compatibility.
In general, the new names will override the old names if both are specified.
-
- The standard names are:
-
- - ``client_cert``: certificate for client identity, might also include the private key
- - ``client_key``: private key for ``client_cert``
- - ``ca_cert``: public key to validate server's identity, usually a root certificate
- - ``validate_certs``: boolean to enable or disable certificate validity checking
+ The standard names are: ``client_cert`` (certificate for client identity,
+ might also include the private key), ``client_key`` (private key for
+ ``client_cert``), ``ca_cert`` (public key to validate server's identity,
+ usually a root certificate), and ``validate_certs`` (boolean to enable or
+ disable certificate validity checking)."
diff --git a/changelogs/fragments/v2.8.0a1_summary.yaml b/changelogs/fragments/v2.8.0a1_summary.yaml
new file mode 100644
index 0000000000..0600778343
--- /dev/null
+++ b/changelogs/fragments/v2.8.0a1_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2019-04-04
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__