Skip to content

Commit

Permalink
Prepare for v1.13.0 release (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored May 1, 2023
1 parent 9435769 commit a666b5f
Show file tree
Hide file tree
Showing 13 changed files with 64 additions and 24 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,34 @@ Community Windows Release Notes
.. contents:: Topics


v1.13.0
=======

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

Release summary for v1.13.0

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

- Raise minimum Ansible version to ``2.12`` or newer
- win_dns_record - Add parameter ``aging`` for creating non-static DNS records.
- win_domain_computer - Add ActiveDirectory module import
- win_domain_object_info - Add ActiveDirectory module import
- win_psmodule - add ``force`` option to allow overwriting/updating existing module dependency only if requested
- win_pssession_configuration - Add diff mode support

Bugfixes
--------

- win_disk_facts - Fix issue when enumerating non-physical disks or disks without numbers - https://github.com/ansible-collections/community.windows/issues/474
- win_firewall_rule - fix program cannot be set to any on existing rules.
- win_psmodule - Fix missing AcceptLicense parameter that occurs when the pre-reqs have been installed - https://github.com/ansible-collections/community.windows/issues/487
- win_pssession_configuration - Fix parser error (Invalid JSON primitive: icrosoft.WSMan.Management.WSManConfigContainerElement)
- win_xml - Fixes the issue when no childnode is defined and will allow adding a new element to an empty element.
- win_zip - fix source appears to use backslashes as path separators issue when extracting Zip archve in non-Windows environment - https://github.com/ansible-collections/community.windows/issues/442

v1.12.0
=======

Expand Down
35 changes: 35 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,41 @@ releases:
- win_dns_record-dhcid-support.yaml
- win_domain_user-display_name.yml
release_date: '2022-12-20'
1.13.0:
changes:
bugfixes:
- win_disk_facts - Fix issue when enumerating non-physical disks or disks without
numbers - https://github.com/ansible-collections/community.windows/issues/474
- win_firewall_rule - fix program cannot be set to any on existing rules.
- win_psmodule - Fix missing AcceptLicense parameter that occurs when the pre-reqs
have been installed - https://github.com/ansible-collections/community.windows/issues/487
- 'win_pssession_configuration - Fix parser error (Invalid JSON primitive: icrosoft.WSMan.Management.WSManConfigContainerElement)'
- win_xml - Fixes the issue when no childnode is defined and will allow adding
a new element to an empty element.
- win_zip - fix source appears to use backslashes as path separators issue when
extracting Zip archve in non-Windows environment - https://github.com/ansible-collections/community.windows/issues/442
minor_changes:
- Raise minimum Ansible version to ``2.12`` or newer
- win_dns_record - Add parameter ``aging`` for creating non-static DNS records.
- win_domain_computer - Add ActiveDirectory module import
- win_domain_object_info - Add ActiveDirectory module import
- win_psmodule - add ``force`` option to allow overwriting/updating existing
module dependency only if requested
- win_pssession_configuration - Add diff mode support
release_summary: Release summary for v1.13.0
fragments:
- 442-win_zip-backslash.yml
- 472-win_firewall_rule.yml
- 480-win_dns_record-aging.yaml
- 482-win_xml-no-childnode.yml
- 491-win_pssession_configuration.yml
- 508-win_psmodule-force.yml
- 509-import-activedirectory-module.yml
- ansible-min.yml
- release-1.13.0.yml
- win_disk_facts-non-physical-disk.yml
- win_psmodule-prereqs.yml
release_date: '2023-05-02'
1.2.0:
changes:
bugfixes:
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/442-win_zip-backslash.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/472-win_firewall_rule.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/480-win_dns_record-aging.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/482-win_xml-no-childnode.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/491-win_pssession_configuration.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/508-win_psmodule-force.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/509-import-activedirectory-module.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/ansible-min.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_disk_facts-non-physical-disk.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_psmodule-prereqs.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.12.0
version: 1.13.0
readme: README.md
authors:
- Jordan Borean @jborean93
Expand Down

0 comments on commit a666b5f

Please sign in to comment.