Skip to content

Commit

Permalink
New release v2.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzmahone committed Nov 13, 2019
1 parent 63b0ae4 commit 24220a6
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 4 deletions.
33 changes: 33 additions & 0 deletions changelogs/.changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1961,3 +1961,36 @@ releases:
- vmware-use_non_default.yml
- win_exec-error.yaml
release_date: '2019-10-17'
2.8.7:
codename: How Many More Times
fragments:
- 56832-remove-aptitude-warning.yml
- 57804-win_acl-no-longer-needs-SeSecurityPrivilege.yml
- 58158-sysctl-fix-referenced-before-assignment.yaml
- 58323-copy-deep-recursive-with-remote_src.yaml
- 58525-zabbix-modules-logout.yml
- 59017-perf-regression-handlers.yml
- 60425-gitlab-fix-deprecation-warning.yml
- 62407-wait_for_connection.yml
- 62872-ce_config_too_many_quit_close_connection.yml
- 63140-acme-fix-fetch-url-status-codes.yaml
- 63432-openssl_csr-version.yml
- 63513-ce_action_wait_prompt_trigger_time_out.yaml
- 63522-remove-args-from-sumologic-and-splunk-callbacks.yml
- 63919-lineinfile-create-no-dir-path.yml
- 63984-openssl-ed25519-ed448.yml
- 64011_vmware_deploy_ovf.yml
- 64018-ce_acl_interface-to-fix-bugs.yml
- 64382-docker_login-fix-invalid-json.yml
- 64637-docker_swarm_service-tmpfs-source.yml
- ansible-test-rhel-8.1-testing.yml
- ansible_basic_no_log_empty_string.yaml
- lineinfile-backrefs-match-object-type.yaml
- lineinfile-use-correct-index-value.yaml
- paramiko_ssh-improve-error-message.yaml
- v2.8.7_summary.yaml
- vault-ensure-vault-password-files-are-list.yaml
- win_domain_computer-credential.yaml
- win_iis_website-restarted.yaml
- win_partition-var.yaml
release_date: '2019-11-13'
53 changes: 50 additions & 3 deletions changelogs/CHANGELOG-v2.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,53 @@ Ansible 2.8 "How Many More Times" Release Notes
.. contents:: Topics


v2.8.7
======

Release Summary
---------------

| Release Date: 2019-11-13
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

Minor Changes
-------------

- ansible-test - switch from testing RHEL 8.0 and RHEL 8.1 Beta to RHEL 8.1

Bugfixes
--------

- **security issue** - Ansible: Splunk and Sumologic callback plugins leak sensitive data in logs (CVE-2019-14864)
- ACME modules: make sure some connection errors are handled properly
- Ansible.Basic - Fix issue when setting a ``no_log`` parameter to an empty string - https://github.com/ansible/ansible/issues/62613
- Fix deprecation warning on GitLab modules
- Fix for performance regression in handler invocation (https://github.com/ansible/ansible/issues/59017)
- Fix requirements on non required module parameters
- Remove a temp directory created by wait_for_connection action plugin (https://github.com/ansible/ansible/issues/62407).
- Remove the unnecessary warning about aptitude not being installed (https://github.com/ansible/ansible/issues/56832).
- action/ce - fix a bug, some new version os will not discard uncommitted configure with a return directly.(https://github.com/ansible/ansible/pull/63513).
- ansible-vault - fix error when multiple vault password files are specified (https://github.com/ansible/ansible/issues/57172)
- ce_acl_interface - update to fix some bugs - Modified the prompt statement when the switch device cannot be configured. (https://github.com/ansible/ansible/pull/64018)
- ce_config - fixed issue - Re-building commands(config src) by replacing '#' with 'quit','quit' commands may close connection (https://github.com/ansible/ansible/issues/62872)
- copy - recursive copy with ``remote_src=yes`` now recurses beyond first level. (Fixes https://github.com/ansible/ansible/issues/58284)
- docker_login - Use ``with`` statement when accessing files, to prevent that invalid JSON output is produced.
- docker_swarm_service - ``source`` must no longer be specified for ``tmpfs`` mounts.
- lineinfile - don't attempt mkdirs when path doesn't contain directory path
- lineinfile - properly handle inserting a line when backrefs are enabled and the line already exists in the file (https://github.com/ansible/ansible/issues/63756)
- lineinfile - use correct index value when inserting a line at the end of a file (https://github.com/ansible/ansible/issues/63684)
- openssl_certificate and openssl_csr - fix Ed25519 and Ed448 private key support for ``cryptography`` backend. This probably needs at least cryptography 2.8, since older versions have problems with signing certificates or CSRs with such keys. (https://github.com/ansible/ansible/issues/59039, PR https://github.com/ansible/ansible/pull/63984)
- openssl_csr - a warning is issued if an unsupported value for ``version`` is used for the ``cryptography`` backend.
- paramiko_ssh - improve authentication error message so it is less confusing
- sysctl - fix err referenced before assignment (https://github.com/ansible/ansible/issues/58158)
- vmware_deploy_ovf - backport content fix from 2.9 (https://github.com/ansible/ansible/pull/59614)
- win_acl - Fixed error when setting rights on directory for which inheritance from parent directory has been disabled.
- win_domain_computer - Honour the explicit domain server and credentials when moving or removing a computer object - https://github.com/ansible/ansible/pull/63093
- win_iis_website - Actually restart the site when ``state=restarted`` - https://github.com/ansible/ansible/issues/63828
- win_partition - Fix invalid variable name causing a failure on checks - https://github.com/ansible/ansible/issues/62401
- zabbix_* modules - modules will now properly disconnect existing sessions from Zabbix server (see https://github.com/ansible/ansible/pull/58525)

v2.8.6
======

Expand Down Expand Up @@ -1803,9 +1850,9 @@ vmware
xenserver
^^^^^^^^^

- xenserver_guest - Manages virtual machines running on Citrix XenServer host or pool
- xenserver_guest_facts - Gathers facts for virtual machines running on Citrix XenServer host or pool
- xenserver_guest_powerstate - Manages power states of virtual machines running on Citrix XenServer host or pool
- xenserver_guest - Manages virtual machines running on Citrix Hypervisor/XenServer host or pool
- xenserver_guest_facts - Gathers facts for virtual machines running on Citrix Hypervisor/XenServer host or pool
- xenserver_guest_powerstate - Manages power states of virtual machines running on Citrix Hypervisor/XenServer host or pool

Clustering
~~~~~~~~~~
Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/v2.8.7_summary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2019-11-13
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
2 changes: 1 addition & 1 deletion lib/ansible/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type

__version__ = '2.8.6.post0'
__version__ = '2.8.7'
__author__ = 'Ansible, Inc.'
__codename__ = 'How Many More Times'

0 comments on commit 24220a6

Please sign in to comment.