Skip to content

Commit a666b5f

Browse files
authored
Prepare for v1.13.0 release (#513)
1 parent 9435769 commit a666b5f

13 files changed

+64
-24
lines changed

CHANGELOG.rst

+28
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ Community Windows Release Notes
55
.. contents:: Topics
66

77

8+
v1.13.0
9+
=======
10+
11+
Release Summary
12+
---------------
13+
14+
Release summary for v1.13.0
15+
16+
Minor Changes
17+
-------------
18+
19+
- Raise minimum Ansible version to ``2.12`` or newer
20+
- win_dns_record - Add parameter ``aging`` for creating non-static DNS records.
21+
- win_domain_computer - Add ActiveDirectory module import
22+
- win_domain_object_info - Add ActiveDirectory module import
23+
- win_psmodule - add ``force`` option to allow overwriting/updating existing module dependency only if requested
24+
- win_pssession_configuration - Add diff mode support
25+
26+
Bugfixes
27+
--------
28+
29+
- win_disk_facts - Fix issue when enumerating non-physical disks or disks without numbers - https://github.com/ansible-collections/community.windows/issues/474
30+
- win_firewall_rule - fix program cannot be set to any on existing rules.
31+
- win_psmodule - Fix missing AcceptLicense parameter that occurs when the pre-reqs have been installed - https://github.com/ansible-collections/community.windows/issues/487
32+
- win_pssession_configuration - Fix parser error (Invalid JSON primitive: icrosoft.WSMan.Management.WSManConfigContainerElement)
33+
- win_xml - Fixes the issue when no childnode is defined and will allow adding a new element to an empty element.
34+
- 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
35+
836
v1.12.0
937
=======
1038

changelogs/changelog.yaml

+35
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,41 @@ releases:
226226
- win_dns_record-dhcid-support.yaml
227227
- win_domain_user-display_name.yml
228228
release_date: '2022-12-20'
229+
1.13.0:
230+
changes:
231+
bugfixes:
232+
- win_disk_facts - Fix issue when enumerating non-physical disks or disks without
233+
numbers - https://github.com/ansible-collections/community.windows/issues/474
234+
- win_firewall_rule - fix program cannot be set to any on existing rules.
235+
- win_psmodule - Fix missing AcceptLicense parameter that occurs when the pre-reqs
236+
have been installed - https://github.com/ansible-collections/community.windows/issues/487
237+
- 'win_pssession_configuration - Fix parser error (Invalid JSON primitive: icrosoft.WSMan.Management.WSManConfigContainerElement)'
238+
- win_xml - Fixes the issue when no childnode is defined and will allow adding
239+
a new element to an empty element.
240+
- win_zip - fix source appears to use backslashes as path separators issue when
241+
extracting Zip archve in non-Windows environment - https://github.com/ansible-collections/community.windows/issues/442
242+
minor_changes:
243+
- Raise minimum Ansible version to ``2.12`` or newer
244+
- win_dns_record - Add parameter ``aging`` for creating non-static DNS records.
245+
- win_domain_computer - Add ActiveDirectory module import
246+
- win_domain_object_info - Add ActiveDirectory module import
247+
- win_psmodule - add ``force`` option to allow overwriting/updating existing
248+
module dependency only if requested
249+
- win_pssession_configuration - Add diff mode support
250+
release_summary: Release summary for v1.13.0
251+
fragments:
252+
- 442-win_zip-backslash.yml
253+
- 472-win_firewall_rule.yml
254+
- 480-win_dns_record-aging.yaml
255+
- 482-win_xml-no-childnode.yml
256+
- 491-win_pssession_configuration.yml
257+
- 508-win_psmodule-force.yml
258+
- 509-import-activedirectory-module.yml
259+
- ansible-min.yml
260+
- release-1.13.0.yml
261+
- win_disk_facts-non-physical-disk.yml
262+
- win_psmodule-prereqs.yml
263+
release_date: '2023-05-02'
229264
1.2.0:
230265
changes:
231266
bugfixes:

changelogs/fragments/442-win_zip-backslash.yml

-2
This file was deleted.

changelogs/fragments/472-win_firewall_rule.yml

-2
This file was deleted.

changelogs/fragments/480-win_dns_record-aging.yaml

-2
This file was deleted.

changelogs/fragments/482-win_xml-no-childnode.yml

-2
This file was deleted.

changelogs/fragments/491-win_pssession_configuration.yml

-4
This file was deleted.

changelogs/fragments/508-win_psmodule-force.yml

-2
This file was deleted.

changelogs/fragments/509-import-activedirectory-module.yml

-3
This file was deleted.

changelogs/fragments/ansible-min.yml

-2
This file was deleted.

changelogs/fragments/win_disk_facts-non-physical-disk.yml

-2
This file was deleted.

changelogs/fragments/win_psmodule-prereqs.yml

-2
This file was deleted.

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: community
22
name: windows
3-
version: 1.12.0
3+
version: 1.13.0
44
readme: README.md
55
authors:
66
- Jordan Borean @jborean93

0 commit comments

Comments
 (0)