Skip to content

Commit

Permalink
New release v2.9.15rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
relrod committed Oct 26, 2020
1 parent 84aa943 commit f9bc656
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 1 deletion.
31 changes: 31 additions & 0 deletions changelogs/.changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1615,6 +1615,37 @@ releases:
- runas-become-system-privileges.yml
- v2.9.14rc1_summary.yaml
release_date: '2020-09-28'
2.9.15rc1:
codename: Immigrant Song
fragments:
- 1124-pg_hba-dictkey_bugfix.yaml
- 412-vmware_guest_custom_attributes.yml
- 58115_nmcli.yml
- 66132_dnf_show_pkgs_in_check_mode.yml
- 70854-dnf-mutually-exclusive-filters.yml
- 71535_kubectl_followup.yml
- 71559-fix-distribution-fact-sles4sap.yaml
- 72145-s3_metrics_configuration-in-module_defaults.yml
- 72194-ovirt_disk-ignore-move-when-in-sd.yml
- 996-postgresql_privs_fix_function_handling.yml
- ansible-test-ansible-doc-vars-collections.yml
- ansible-test-azp-agent-temp-dir.yml
- ansible-test-collection-constraints.yml
- ansible-test-container-ip-lookup.yml
- ansible-test-docker-default-network.yml
- ansible-test-docker-detection-fix.yml
- ansible-test-docker-not-localhost.yml
- ansible-test-docker-socket.yml
- ansible-test-network-container-search.yml
- async-race-condition.yml
- changed_when_group_by.yml
- fix_ansible_issue_71942.yaml
- fix_reversed_return_value_order_72088.yaml
- galaxy_login_bye.yml
- powershell-version-env.yml
- v2.9.15rc1_summary.yaml
- zfs-root-snapshot.yml
release_date: '2020-10-26'
2.9.2:
codename: Immigrant Song
fragments:
Expand Down
51 changes: 51 additions & 0 deletions changelogs/CHANGELOG-v2.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,57 @@ Ansible 2.9 "Immigrant Song" Release Notes
.. contents:: Topics


v2.9.15rc1
==========

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

| Release Date: 2020-10-26
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

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

- ansible-test - Add a ``--docker-network`` option to choose the network for running containers when using the ``--docker`` option.
- ansible-test - Collections can now specify pip constraints for unit and integration test requirements using ``tests/unit/constraints.txt`` and ``tests/integration/constraints.txt`` respectively.
- dnf - now shows specific package changes (installations/removals) under ``results`` in check_mode. (https://github.com/ansible/ansible/issues/66132)
- module_defaults - add new module s3_metrics_configuration from community.aws to aws module_defaults group (https://github.com/ansible/ansible/pull/72145).
- vmware_guest_custom_attributes - Fixed issue when trying to set a VM custom attribute when there are custom attributes with the same name for other object types (https://github.com/ansible-collections/community.vmware/issues/412).

Breaking Changes / Porting Guide
--------------------------------

- ansible-galaxy login command has been removed (see https://github.com/ansible/ansible/issues/71560)

Bugfixes
--------

- Restore the ability for changed_when/failed_when to function with group_by (#70844).
- ansible-test - Always connect additional Docker containers to the network used by the current container (if any).
- ansible-test - Always map ``/var/run/docker.sock`` into test containers created by the ``--docker`` option if the docker host is not ``localhost``.
- ansible-test - Attempt to detect the Docker hostname instead of assuming ``localhost``.
- ansible-test - Correctly detect running in a Docker container on Azure Pipelines.
- ansible-test - Prefer container IP at ``.NetworkSettings.Networks.{NetworkName}.IPAddress`` over ``.NetworkSettings.IPAddress``.
- ansible-test - The ``cs`` and ``openshift`` test plugins now search for containers on the current network instead of assuming the ``bridge`` network.
- ansible-test - Using the ``--remote`` option on Azure Pipelines now works from a job running in a container.
- ansible-test - disable ansible-doc sanity test for vars plugins in collections, which are not supported by Ansible 2.9 (https://github.com/ansible/ansible/pull/72336).
- async_wrapper - Fix race condition when ``~/.ansible_async`` folder tries to be created by multiple async tasks at the same time - https://github.com/ansible/ansible/issues/59306
- dnf - it is now possible to specify both ``security: true`` and ``bugfix: true`` to install updates of both types. Previously, only security would get installed if both were true. (https://github.com/ansible/ansible/issues/70854)
- facts - fix distribution fact for SLES4SAP (https://github.com/ansible/ansible/pull/71559).
- kubectl - follow up fix in _build_exec_cmd API (https://github.com/ansible/ansible/issues/72171).
- nmcli - typecast parameters to string as required (https://github.com/ansible/ansible/issues/59095).
- ovirt_disk - don't move disk when already in storage_domain (https://github.com/oVirt/ovirt-ansible-collection/pull/135).
- postgresql_pg_hba - fix a crash when a new rule with an 'options' field replaces a rule without or vice versa (https://github.com/ansible-collections/community.general/issues/1108).
- postgresql_privs - fix the module mistakes a procedure for a function (https://github.com/ansible-collections/community.general/issues/994)
- powershell - remove getting the PowerShell version from the env var ``POWERSHELL_VERSION``. This feature never worked properly and can cause conflicts with other libraries that use this var
- user - AnsibleModule.run_command returns a tuple of return code, stdout and stderr. The module main function of the user module expects user.create_user to return a tuple of return code, stdout and stderr. Fix the locations where stdout and stderr got reversed.

- user - Local users with an expiry date cannot be created as the ``luseradd`` / ``lusermod`` commands do not support the ``-e`` option. Set the expiry time in this case via ``lchage`` after the user was created / modified. (https://github.com/ansible/ansible/issues/71942)

- zfs - fixed ``invalid character '@' in pool name"`` error when working with snapshots on a root zvol (https://github.com/ansible-collections/community.general/issues/932).

v2.9.14
=======

Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/v2.9.15rc1_summary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2020-10-26
| `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.9.14.post0'
__version__ = '2.9.15rc1'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'

0 comments on commit f9bc656

Please sign in to comment.