Skip to content

Commit

Permalink
Prepare for v1.13.0 release (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Dec 20, 2022
1 parent 62b6c9c commit 5a2cc81
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 15 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ Ansible Windows Release Notes
.. contents:: Topics


v1.13.0
=======

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

Release summary for v1.13.0

Major Changes
-------------

- Set the minimum Ansible version supported by this collection to Ansible 2.12

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

- win_reboot - Display connection messages under 4 v's ``-vvvv`` instead of 3

Bugfixes
--------

- setup - Fallback to using the WMI Win32_Processor provider if the SMBIOS version is too old to return processor core counts
- setup - Fix calculation for ``ansible_processor_threads_per_core`` to reflect the number of threads per core instead of threads per processor
- setup - Ignore processors that are not enabled in the ``ansible_processor_count`` return value
- setup - Support core and thread counts greater than 256 in ``ansible_processor_count`` and ``ansible_processor_threads_per_core``
- win_dns_client - Fix failure to lookup registry DNS servers when it contains null characters
- win_powershell - Support PowerShell 7 script syntax when targeting ``executable: pwsh.exe`` - https://github.com/ansible-collections/ansible.windows/issues/452
- win_wait_for - fix incorrect function name during ``state=drained`` - https://github.com/ansible-collections/ansible.windows/issues/451

v1.12.0
=======

Expand Down
31 changes: 31 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,37 @@ releases:
- win_updates-write-log-arg.yml
- win_uri-checksum.yml
release_date: '2022-11-02'
1.13.0:
changes:
bugfixes:
- setup - Fallback to using the WMI Win32_Processor provider if the SMBIOS version
is too old to return processor core counts
- setup - Fix calculation for ``ansible_processor_threads_per_core`` to reflect
the number of threads per core instead of threads per processor
- setup - Ignore processors that are not enabled in the ``ansible_processor_count``
return value
- setup - Support core and thread counts greater than 256 in ``ansible_processor_count``
and ``ansible_processor_threads_per_core``
- win_dns_client - Fix failure to lookup registry DNS servers when it contains
null characters
- 'win_powershell - Support PowerShell 7 script syntax when targeting ``executable:
pwsh.exe`` - https://github.com/ansible-collections/ansible.windows/issues/452'
- win_wait_for - fix incorrect function name during ``state=drained`` - https://github.com/ansible-collections/ansible.windows/issues/451
major_changes:
- Set the minimum Ansible version supported by this collection to Ansible 2.12
minor_changes:
- win_reboot - Display connection messages under 4 v's ``-vvvv`` instead of
3
release_summary: Release summary for v1.13.0
fragments:
- ansible-ver.yml
- powershell-support-7-syntax.yml
- release-summary.yml
- setup-procinfo.yml
- win_dns_client-null-chars.yml
- win_reboot-msg.yml
- win_wait_for-drained.yml
release_date: '2022-12-20'
1.2.0:
fragments:
- 1.1.0-release.yml
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/ansible-ver.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/powershell-support-7-syntax.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/setup-procinfo.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_dns_client-null-chars.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_reboot-msg.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_wait_for-drained.yml

This file was deleted.

0 comments on commit 5a2cc81

Please sign in to comment.