Skip to content

Commit

Permalink
Prepare for v1.10.0 release (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored May 13, 2022
1 parent ac637ac commit 0ce941e
Show file tree
Hide file tree
Showing 32 changed files with 588 additions and 35 deletions.
34 changes: 31 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,41 @@ Community Windows Release Notes
.. contents:: Topics


v1.9.0
======
v1.10.0
=======

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

- Release summary for v1.9.0
Release summary for v1.10.0

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

- win_domain_user - Add support for managing service prinicpal names via the ``spn`` param and principals allowed to delegate via the ``delegates`` param (https://github.com/ansible-collections/community.windows/pull/365)
- win_domain_user - Added the ``groups_missing_behaviour`` option that controls the behaviour when a group specified does not exist - https://github.com/ansible-collections/community.windows/pull/375
- win_hotfix - Added the ``identifiers`` and ``kbs`` return value that is always a list of identifiers and kbs inside a hotfix
- win_psmodule - Add credential support for through the ``username`` and ``password`` options
- win_psrepository - Add credential support for through the ``username`` and ``password`` options

Bugfixes
--------

- win_hotfix - Supports hotfixes that contain multiple updates inside the supplied update msu - https://github.com/ansible-collections/community.windows/issues/284
- win_iis_webapplication - Fix physical path check for broken configurations - https://github.com/ansible-collections/community.windows/pull/385
- win_rds_cap - Fix SID lookup with any account ending with the ``@builtin`` UPN suffix
- win_rds_rap - Fix SID lookup with any account ending with the ``@builtin`` UPN suffix
- win_region - Fix junk output when copying settings across users
- win_scoop - Fix bootstrapping process to properly work when running as admin
- win_scoop_bucket - Fix handling of output and errors from each scoop command

New Modules
-----------

- win_listen_ports_facts - Recopilates the facts of the listening ports of the machine

v1.9.0
======

Minor Changes
-------------
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Name | Description
[community.windows.win_inet_proxy](https://github.com/ansible-collections/community.windows/blob/main/docs/community.windows.win_inet_proxy_module.rst)|Manages proxy settings for WinINet and Internet Explorer
[community.windows.win_initialize_disk](https://github.com/ansible-collections/community.windows/blob/main/docs/community.windows.win_initialize_disk_module.rst)|Initializes disks on Windows Server
[community.windows.win_lineinfile](https://github.com/ansible-collections/community.windows/blob/main/docs/community.windows.win_lineinfile_module.rst)|Ensure a particular line is in a file, or replace an existing line using a back-referenced regular expression
[community.windows.win_listen_ports_facts](https://github.com/ansible-collections/community.windows/blob/main/docs/community.windows.win_listen_ports_facts_module.rst)|Recopilates the facts of the listening ports of the machine
[community.windows.win_mapped_drive](https://github.com/ansible-collections/community.windows/blob/main/docs/community.windows.win_mapped_drive_module.rst)|Map network drives for users
[community.windows.win_msg](https://github.com/ansible-collections/community.windows/blob/main/docs/community.windows.win_msg_module.rst)|Sends a message to logged in users on Windows hosts
[community.windows.win_net_adapter_feature](https://github.com/ansible-collections/community.windows/blob/main/docs/community.windows.win_net_adapter_feature_module.rst)|Enable or disable certain network adapters.
Expand Down
45 changes: 43 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,49 @@ releases:
- win_firewall_action.yml
- win_psrepository-proxy.yml
release_date: '2020-09-26'
1.10.0:
changes:
bugfixes:
- win_hotfix - Supports hotfixes that contain multiple updates inside the supplied
update msu - https://github.com/ansible-collections/community.windows/issues/284
- win_iis_webapplication - Fix physical path check for broken configurations
- https://github.com/ansible-collections/community.windows/pull/385
- win_rds_cap - Fix SID lookup with any account ending with the ``@builtin``
UPN suffix
- win_rds_rap - Fix SID lookup with any account ending with the ``@builtin``
UPN suffix
- win_region - Fix junk output when copying settings across users
- win_scoop - Fix bootstrapping process to properly work when running as admin
- win_scoop_bucket - Fix handling of output and errors from each scoop command
minor_changes:
- win_domain_user - Add support for managing service prinicpal names via the
``spn`` param and principals allowed to delegate via the ``delegates`` param
(https://github.com/ansible-collections/community.windows/pull/365)
- win_domain_user - Added the ``groups_missing_behaviour`` option that controls
the behaviour when a group specified does not exist - https://github.com/ansible-collections/community.windows/pull/375
- win_hotfix - Added the ``identifiers`` and ``kbs`` return value that is always
a list of identifiers and kbs inside a hotfix
- win_psmodule - Add credential support for through the ``username`` and ``password``
options
- win_psrepository - Add credential support for through the ``username`` and
``password`` options
release_summary: Release summary for v1.10.0
fragments:
- 365-win_domain_user-add-support-for-spns-kerberos.yml
- v1.10.0-release.yml
- win_domain_user-groups-missing.yml
- win_hotfix-multiple-msu.yml
- win_iis_webapplication-missing-path.yml
- win_psmodule-credentials.yml
- win_rds-sid.yml
- win_region-output.yml
- win_scoop-install.yml
- win_scoop_bucket-error.yml
modules:
- description: Recopilates the facts of the listening ports of the machine
name: win_listen_ports_facts
namespace: ''
release_date: '2022-05-13'
1.2.0:
changes:
bugfixes:
Expand Down Expand Up @@ -317,8 +360,6 @@ releases:
options to control the virtual directory authentication - https://github.com/ansible-collections/community.windows/issues/346
- win_power_plan - Added ``guid`` option to specify plan by a unique identifier
- https://github.com/ansible-collections/community.windows/issues/310
release_summary:
- Release summary for v1.9.0
fragments:
- 310_win_disk_facts.yml
- 330_win_domain_user.yml
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_domain_user-groups-missing.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/win_hotfix-multiple-msu.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_iis_webapplication-missing-path.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/win_psmodule-credentials.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/win_rds-sid.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_region-output.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_scoop-install.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_scoop_bucket-error.yml

This file was deleted.

1 change: 1 addition & 0 deletions docs/community.windows.win_audit_policy_system_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Parameters
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">list</span>
/ <span style="color: purple">elements=string</span>
/ <span style="color: red">required</span>
</div>
</td>
Expand Down
3 changes: 3 additions & 0 deletions docs/community.windows.win_audit_rule_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Parameters
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">list</span>
/ <span style="color: purple">elements=string</span>
/ <span style="color: red">required</span>
</div>
</td>
Expand All @@ -62,6 +63,7 @@ Parameters
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">list</span>
/ <span style="color: purple">elements=string</span>
</div>
</td>
<td>
Expand Down Expand Up @@ -124,6 +126,7 @@ Parameters
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">list</span>
/ <span style="color: purple">elements=string</span>
/ <span style="color: red">required</span>
</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Parameters
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">list</span>
/ <span style="color: purple">elements=string</span>
/ <span style="color: red">required</span>
</div>
</td>
Expand Down
Loading

0 comments on commit 0ce941e

Please sign in to comment.