Skip to content

Commit

Permalink
Prepare for v1.7.0 release (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Sep 23, 2021
1 parent cc4bd71 commit 926a399
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 21 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,25 @@ Community Windows Release Notes
.. contents:: Topics


v1.6.0
v1.7.0
======

Release Summary
---------------
Minor Changes
-------------

- win_domain_user - Added ``sam_account_name`` to explicitly set the ``sAMAccountName`` property of an object - https://github.com/ansible-collections/community.windows/issues/281

- Release summary for v1.6.0
Bugfixes
--------

- win_dns_record - Fix issue when trying to use the ``computer_name`` option - https://github.com/ansible-collections/community.windows/issues/276
- win_domain_user - Fallback to NETBIOS username for password verification check if the UPN is not set - https://github.com/ansible-collections/community.windows/pull/289
- win_initialize_disk - Ensure ``online: False`` doesn't bring the disk online again - https://github.com/ansible-collections/community.windows/pull/268
- win_lineinfile - Fix up diff output with ending newlines - https://github.com/ansible-collections/community.windows/pull/283
- win_region - Fix ``copy_settings`` on a host that has disabled ``reg.exe`` access - https://github.com/ansible-collections/community.windows/issues/287

v1.6.0
======

Minor Changes
-------------
Expand Down
26 changes: 24 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ releases:
trigger by documenting the human friendly values for ``state_change``
- win_scheduled_task_state - Added ``state_change_str`` to the trigger output
to give a human readable description of the value
release_summary:
- Release summary for v1.6.0
security_fixes:
- win_psexec - Ensure password is masked in ``psexec_command`` return result
- https://github.com/ansible-collections/community.windows/issues/43
Expand All @@ -237,3 +235,27 @@ releases:
- win_dns_record-txtsupport.yml
- win_psexec-cmd-output.yml
release_date: '2021-07-27'
1.7.0:
changes:
bugfixes:
- win_dns_record - Fix issue when trying to use the ``computer_name`` option
- https://github.com/ansible-collections/community.windows/issues/276
- win_domain_user - Fallback to NETBIOS username for password verification check
if the UPN is not set - https://github.com/ansible-collections/community.windows/pull/289
- 'win_initialize_disk - Ensure ``online: False`` doesn''t bring the disk online
again - https://github.com/ansible-collections/community.windows/pull/268'
- win_lineinfile - Fix up diff output with ending newlines - https://github.com/ansible-collections/community.windows/pull/283
- win_region - Fix ``copy_settings`` on a host that has disabled ``reg.exe``
access - https://github.com/ansible-collections/community.windows/issues/287
minor_changes:
- win_domain_user - Added ``sam_account_name`` to explicitly set the ``sAMAccountName``
property of an object - https://github.com/ansible-collections/community.windows/issues/281
fragments:
- 1.7.0-release.yml
- win_dns_record-comp-name.yml
- win_domain_user-missing-upn.yml
- win_domain_user_samaccount.yml
- win_initialize_disk-offline.yml
- win_lineinfile-diff.yml
- win_region_hardened_registry.yml
release_date: '2021-09-23'
2 changes: 0 additions & 2 deletions changelogs/fragments/win_dns_record-comp-name.yml

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_domain_user_samaccount.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/win_initialize_disk-offline.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_lineinfile-diff.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_region_hardened_registry.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/community.windows.win_scheduled_task_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ community.windows.win_scheduled_task

Synopsis
--------
- Creates/modified or removes Windows scheduled tasks.
- Creates/modifies or removes Windows scheduled tasks.



Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: windows
version: 1.6.0
version: 1.7.0
readme: README.md
authors:
- Jordan Borean @jborean93
Expand Down

0 comments on commit 926a399

Please sign in to comment.