Skip to content

Commit

Permalink
Prepare for v1.5.0 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Jun 26, 2021
1 parent 25804b7 commit 99709f3
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 13 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,24 @@ Community Windows Release Notes
.. contents:: Topics


v1.4.0
v1.5.0
======

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

- Release summary for v1.4.0
- Release summary for v1.5.0

Bugfixes
--------

- win_dns_zone - Fix idempotency when using a DNS zone with forwarders - https://github.com/ansible-collections/community.windows/issues/259
- win_domain_group_member - Fix faulty logic when comparing existing group members - https://github.com/ansible-collections/community.windows/issues/256
- win_lineinfile - Avoid stripping the newline at the end of a file - https://github.com/ansible-collections/community.windows/pull/219
- win_product_facts - fixed an issue that the module doesn't correctly convert a product id (https://github.com/ansible-collections/community.windows/pull/251).

v1.4.0
======

Bugfixes
--------
Expand Down
20 changes: 18 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ releases:
also formally disables ``async_poll=0`` (https://github.com/ansible-collections/community.windows/pull/212).
- win_wait_for_process - Fix bug when specifying multiple ``process_name_exact``
values - https://github.com/ansible-collections/community.windows/issues/203
release_summary:
- Release summary for v1.4.0
fragments:
- 212-win_pssession_configuration-async_poll.yml
- release-summary.yml
Expand All @@ -204,3 +202,21 @@ releases:
name: win_feature_info
namespace: ''
release_date: '2021-05-15'
1.5.0:
changes:
bugfixes:
- win_dns_zone - Fix idempotency when using a DNS zone with forwarders - https://github.com/ansible-collections/community.windows/issues/259
- win_domain_group_member - Fix faulty logic when comparing existing group members
- https://github.com/ansible-collections/community.windows/issues/256
- win_lineinfile - Avoid stripping the newline at the end of a file - https://github.com/ansible-collections/community.windows/pull/219
- win_product_facts - fixed an issue that the module doesn't correctly convert
a product id (https://github.com/ansible-collections/community.windows/pull/251).
release_summary:
- Release summary for v1.5.0
fragments:
- 251-win_product_facts.yml
- release-summary.yml
- win_dns_zone-forwarder.yml
- win_domain_group_membership-comparison.yml
- win_lineinfile-newline.yml
release_date: '2021-06-26'
2 changes: 0 additions & 2 deletions changelogs/fragments/251-win_product_facts.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_dns_zone-forwarder.yml

This file was deleted.

This file was deleted.

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

This file was deleted.

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.4.0
version: 1.5.0
readme: README.md
authors:
- Jordan Borean @jborean93
Expand Down

0 comments on commit 99709f3

Please sign in to comment.