Releases: ansible-collections/community.windows
Releases · ansible-collections/community.windows
2.3.0
What's Changed
- Bump devel version to 2.18 and add 2.17 sanity by @jborean93 in #561
- Upgrade ansible-lint and fix problems by @jborean93 in #565
- Fix A record example to prevent unintended nested DNS zone creation by @chuckmilam in #567
- Update AZP test container version by @jborean93 in #568
- Fix up doc action workflow permissions by @jborean93 in #571
- README: Add Communication section with Forum information by @Andersson007 in #576
- Use correct P/Invoke signature in WNetAddConnection2. by @svnscha in #578
- Expand connection plugins used in CI by @jborean93 in #577
- Fix CI to have coverage name and split into groups by @jborean93 in #579
- Raise minimum supported Ansible version to 2.15 by @jborean93 in #580
- Prepare for v2.3.0 release by @jborean93 in #581
New Contributors
- @chuckmilam made their first contribution in #567
- @svnscha made their first contribution in #578
Full Changelog: 2.2.0...2.3.0
2.2.0
What's Changed
- Fix issue #265. Support for Windows Failover Cluster by @xcom1710 in #543
- win_regmerge: Add support for specifying registry file contents directly as 'content' by @d-a-n-d-u in #546
- Update win_psmodule.ps1 by @tgoetheyn in #548
- The $robocopy variable doesn't exist. Changed cmd output to &robocopy… by @DevOpsJeremy in #547
- Add ansible-lint sanity test to CI by @jborean93 in #554
- Use SHA1-DES pfx for tests on older win hosts by @jborean93 in #555
- docs(win_iis_webapppool.ps1): update to include example on how to set… by @colshine1 in #556
- Prepare for v2.2.0 release by @jborean93 in #560
New Contributors
- @d-a-n-d-u made their first contribution in #546
- @tgoetheyn made their first contribution in #548
- @DevOpsJeremy made their first contribution in #547
- @colshine1 made their first contribution in #556
Full Changelog: 2.1.0...2.2.0
2.1.0
What's Changed
- Bump test container version by @jborean93 in #525
- Update psexec.py by @oraNod in #528
- Remove some code that is incompatible with dotnet 5+ by @jborean93 in #529
- Remove uneeded testing code by @jborean93 in #530
- Update win_credential.py by @PPF-Shaym in #531
- [Fix] community.windows.win_psmodule_info throws exception when host has no Installed Module by @patware in #532
- [Fix] The module fails when creating a RAP with Gateway Managed Computer Group by @andrzejdz in #534
- Start testing with Ansible 2.17/devel by @jborean93 in #535
- Set new supported ansible minimum version to 2.14 by @jborean93 in #541
- Prepare for v2.1.0 release by @jborean93 in #542
New Contributors
- @oraNod made their first contribution in #528
- @PPF-Shaym made their first contribution in #531
- @patware made their first contribution in #532
- @andrzejdz made their first contribution in #534
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
- Change tests to use include or import_tasks by @jborean93 in #517
- add Zone Scope support to win_dns_record module by @uDuCkV in #514
- Removed deprecated features for 2.0.0 by @jborean93 in #516
- fix(win_psmodule): requireLicenseAcceptance test by @gotit96 in #522
- Prepare for v2.0.0 release by @jborean93 in #523
New Contributors
Full Changelog: 1.13.0...2.0.0
1.13.0
What's Changed
- Fix program can't be set to any by @PfurtschellerP in #472
- win_xml: Prevent issue when no childnode is defined by @RyanBijkerk in #482
- win_psmodule - Fix missing AcceptLicense by @jborean93 in #488
- Fix up sanity issues by @jborean93 in #501
- DNS record - add possibility to enable aging by @PfurtschellerP in #480
- win_pssession_configuration: Fix parser error + add diff mode support by @tortenairbag in #491
- Fix to win_disk_facts by @benjfield in #502
- Bump Ansible versions by @jborean93 in #505
- Fix win_zip backslash issue by @hiyokotaisa in #506
- feat(win_psmodule): add argument to set force parameter by @gotit96 in #508
- feat(win_domain_computer,win_domain_object_info): add activedirectory module import by @gotit96 in #509
- Prepare for v1.13.0 release by @jborean93 in #513
New Contributors
- @PfurtschellerP made their first contribution in #472
- @RyanBijkerk made their first contribution in #482
- @benjfield made their first contribution in #502
- @gotit96 made their first contribution in #508
Full Changelog: 1.12.0...1.13.0
1.12.0
What's Changed
- Fix Problem with multiple remoteips by @globi84 in #440
- Add vscode powershell format rule for semicolons by @jborean93 in #460
- Fix CNAME creation in win_dns_record by @JLE-ATS in #452
- fix win_partition auto assign next free letter by @xcom1710 in #463
- win_dns_record: CNAME: remove unneeded special case by @kenyon in #464
- win_dns_record: add support for DHCID records by @kenyon in #462
- win_dns_record: fix TXT tests and remove unneeded special-case code for TXT records by @kenyon in #461
- Minor fix. Remove and ignore .DS_Store by @Daniel-Sanchez-Fabregas in #476
- ✨ add display_name field to win_domain_user (#477) by @Daniel-Sanchez-Fabregas in #478
- Prepare for v1.12.0 release by @jborean93 in #479
New Contributors
- @globi84 made their first contribution in #440
- @JLE-ATS made their first contribution in #452
- @xcom1710 made their first contribution in #463
- @kenyon made their first contribution in #464
- @Daniel-Sanchez-Fabregas made their first contribution in #476
Full Changelog: 1.11.1...1.12.0
1.11.1
What's Changed
- win_psmodule - fix bootstrapping of PowerShellGet by @jborean93 in #425
- Improve documentation links by @jborean93 in #441
- Update win_region.ps1 to fix #438 by @nikiwaibel in #439
- Bump devel testing version by @jborean93 in #443
- win_dhcp_lease fix MAC address convert and performance improvements by @netsandbox in #427
- Fix scoop idempotency and Chocolatey issues by @jborean93 in #448
- Try to cache collection dep installs by @jborean93 in #449
- Fix up new sanity failures by @jborean93 in #454
- Bulk semicolon fix for pslint rule by @jborean93 in #455
- Added ignore revs file for tracking commits with bulk sanity changes by @jborean93 in #456
- Prepare for v1.11.1 release by @jborean93 in #457
New Contributors
- @nikiwaibel made their first contribution in #439
- @netsandbox made their first contribution in #427
Full Changelog: 1.11.0...1.11.1