Releases: ansible-collections/ansible.windows
Releases · ansible-collections/ansible.windows
3.1.0
What's Changed
- win_package: Fail uninstall when no product id is provided by @Akasurde in #783
- win_dns_client: Add support for suffixsearchlist by @Akasurde in #784
- Add cloudstack virtualization by @tanganellilore in #785
- setup - Add ansible_product_uuid fact by @jborean93 in #790
- Drop "and query" from win_service description (fixes #791) by @opoplawski in #792
- Add support for Defender App Control by @jborean93 in #776
New Contributors
- @tanganellilore made their first contribution in #785
- @opoplawski made their first contribution in #792
Full Changelog: 3.0.0...3.1.0
3.0.0
What's Changed
- Bump major version and remove deprecated features by @jborean93 in #765
- win_powershell - Fix WMI output object conversion by @jborean93 in #769
- fix win_get_url doc example name by @emerconn in #774
- Test fixes after DT merge - ci_complete by @jborean93 in #772
- win_find: allow users case sensitive match the filename by @Akasurde in #771
- Update ansible-lint to current Galaxy version by @jborean93 in #775
- Raise minimum Ansible version to 2.16 by @jborean93 in #777
- Further clarify support statement by @jborean93 in #778
- Prepare for v3.0.0 release by @jborean93 in #780
New Contributors
Full Changelog: 2.8.0...3.0.0
2.8.0
What's Changed
- Add reference to CHANGELOG in README by @jborean93 in #749
- setup - remove dep on shared function by @jborean93 in #752
- Create codecov settings file by @jborean93 in #758
- setup - Add better VMWare detection by @jborean93 in #755
- win_package: checksum verify the package before installation by @mathstuf in #759
- win_package: support
--check
by @mathstuf in #760 - Prepare for v2.8.0 release by @jborean93 in #764
New Contributors
Full Changelog: 2.7.0...2.8.0
2.7.0
What's Changed
- Migrate win computer description by @amitosw15 in #714
- Promote win_credential from community by @Yaish25491 in #721
- Migrate win_auto_logon by @Yaish25491 in #723
- Migrate win mapped drive by @Yaish25491 in #719
- win_get_url - Make checksum work more like ansible.builtin.get_url by @KBjorndal-VizRT in #718
- Migrate win audit rule by @amitosw15 in #716
- Migrate win user profile by @Yaish25491 in #725
- win_file_compression - Migrate from community by @shahargolshani in #726
- Migrate win audit policy system by @amitosw15 in #724
- Fix up ansible-lint version by @jborean93 in #735
- Migrate win feature info by @Yaish25491 in #727
- Migrate win listen ports facts by @amitosw15 in #731
- win_group - Migrate to Ansible.Basic framework by @jborean93 in #739
- Migrate win http proxy by @amitosw15 in #737
- Migrate win inet proxy by @amitosw15 in #733
- Migrate win route by @amitosw15 in #734
- win_group_membership - Fix duplicate member by @jborean93 in #738
- Rewrite win_group tests by @jborean93 in #740
- win_group - Added diff support by @jborean93 in #741
- Fix up runtime ansible_requires version by @jborean93 in #743
- win_group - membership and sid return value by @jborean93 in #742
- migrate win product facts module by @amitosw15 in #747
- Release summary 2.7.0 by @Yaish25491 in #748
New Contributors
- @amitosw15 made their first contribution in #714
- @KBjorndal-VizRT made their first contribution in #718
Full Changelog: 2.6.0...2.7.0
2.6.0
What's Changed
- README: replace IRC with Matrix by @Andersson007 in #655
- win_updates - Fix missing SeSecurityPrivilege error by @jborean93 in #680
- Add 2.18 back into the Sanity versions for CI by @jborean93 in #682
- Add support information to README by @jborean93 in #684
- Update win_command and win_shell add
output_encoding_override
example by @j796160836 in #658 - setup - Add ansible_os_install_date fact by @jborean93 in #685
- Migrate win_certificate_info module to ansible.windows repo from ansible.community repo by @ronger4 in #687
- Add support for Windows Server 2025 by @jborean93 in #688
- Add microsoft.ad as a test requirement by @jborean93 in #691
- Migrate win_dns_record module to ansible.windows repo from ansible.community repo by @shahargolshani in #689
- Promote wins_dns_zone Module from community by @Yaish25491 in #690
- Migrate win_dhcp_lease module to ansible.windows repo from ansible.community repo by @ronger4 in #694
- Migrate win_hosts module to ansible.windows repo from ansible.community repo by @shahargolshani in #695
- Fix win_dsc integration tests by @ronger4 in #670
- Fix win_user_right ansible module integration test assertions by @shahargolshani in #666
- Fix win_group_membership integration tests by @ronger4 in #665
- Migrate win_timezone module to ansible.windows repo from ansible.community repo by @shahargolshani in #702
- Promote the win_eventlog Module from community by @Yaish25491 in #699
- win_timezone - ensure original timezone is restored at end of test by @jborean93 in #704
- Update CI to newer changes by @jborean93 in #703
- win_region - Migrate from community by @shahargolshani in #706
- Promote the win_hotfix Module from community by @Yaish25491 in #701
- win_firewall - Migrate from community by @shahargolshani in #709
- win_timezone - Upgrade to Ansible.Basic style by @jborean93 in #705
- Rebalance CI groups - ci_complete by @jborean93 in #712
- win_powershell - fix empty array result value by @jborean93 in #711
- win_powershell - Add defensive GetType() check by @jborean93 in #710
- Release preparation for v2.6.0 by @jborean93 in #713
New Contributors
- @j796160836 made their first contribution in #658
- @ronger4 made their first contribution in #687
- @shahargolshani made their first contribution in #689
- @Yaish25491 made their first contribution in #690
Full Changelog: 2.5.0...2.6.0
2.5.0
What's Changed
- Raise minimum supported Ansible version to 2.15 by @jborean93 in #618
- Update AZP test container version by @jborean93 in #619
- Fix up doc action workflow permissions by @jborean93 in #629
- Update setup.yml docs to reference proper FQCN by @bontreger in #625
- Update slurp.yml to reference ansible.windows FQCN by @bontreger in #628
- Use New-Object, not
::new()
by @rsdoherty in #632 - win_owner - Better privilege handling by @jborean93 in #634
- README: Add Communication section with Forum information by @Andersson007 in #639
- Ensure that the encoding of the win_updates scripts is not corrupted. by @matthew-s-walker in #636
- Update README tags for Windows by @jborean93 in #641
- Fix up CI failures based on new devel behaviour by @jborean93 in #647
- Increase win_powershell executable timeout by @pluto00987 in #645
- Fix win_powershell result depth by @jborean93 in #646
- setup - handle invalid group entries for machine_id by @jborean93 in #648
- win_updates - Handle Wait-Process failing to find process by @jborean93 in #649
- Update win_domain_membership.py by @krescent in #650
- Expand connection plugins used in CI by @jborean93 in #651
- Fix CI to have coverage name and split into groups by @jborean93 in #653
- Prepare for v2.5.0 release by @jborean93 in #654
New Contributors
- @bontreger made their first contribution in #625
- @matthew-s-walker made their first contribution in #636
- @pluto00987 made their first contribution in #645
- @krescent made their first contribution in #650
Full Changelog: 2.4.0...2.5.0
2.4.0
What's Changed
- Bump devel version to 2.18 and add 2.17 sanity by @jborean93 in #601
- async_status - add check mode support by @jborean93 in #599
- Add ansible_win_rm_certificate_thumbprint to facts by @rsdoherty in #611
- win_user - Added account_expires by @jborean93 in #612
- Upgrade ansible-lint and fix problems by @jborean93 in #613
- setup - Provider SMBIOS fact fallback by @jborean93 in #615
- win_powershell - add secure parameters by @jborean93 in #616
- Prepare for v2.4.0 release by @jborean93 in #617
New Contributors
- @rsdoherty made their first contribution in #611
Full Changelog: 2.3.0...2.4.0
2.3.0
What's Changed
- Fix win_powershell usings by @jborean93 in #572
- Add tls13 support for win_get_url by @yacine-learning in #573
- Add ansible-lint sanity test to CI by @jborean93 in #581
- Use older encryption scheme for pfx tests on Server 2016 by @jborean93 in #582
- Expand notes in win_copy and become by @jborean93 in #583
- Update win_shell.py by @padupe in #585
- Added depth parameter to win_uri ConvertTo-Json call by @thomasriera-akkodis in #587
- Prepare for v2.3.0 release by @jborean93 in #592
New Contributors
- @yacine-learning made their first contribution in #573
- @padupe made their first contribution in #585
- @thomasriera-akkodis made their first contribution in #587
Full Changelog: 2.2.0...2.3.0
2.2.0
What's Changed
- Fix typo in setup module warning by @jborean93 in #549
- Fix broken path in case of volume junction by @gillg in #534
- Add support for setting ACL rules on certificates by @jpitlor in #548
- win_command - add stderr_lines documentation by @alexdelifer in #550
- Fixes ProcessCreationFlags typo by @jborean93 in #552
- Start testing with Ansible 2.17/devel by @jborean93 in #557
- win_service_info - ignore file not found errors by @jborean93 in #559
- win_updates - fix up download typo by @jborean93 in #558
- typo fix by @leegarrett in #563
- Update win_share to support cluster role shares by @zollo in #565
- Set new supported ansible minimum version to 2.14 by @jbor 6D40 ean93 in #567
- Prepare for v2.2.0 release by @jborean93 in #568
New Contributors
- @jpitlor made their first contribution in #548
- @alexdelifer made their first contribution in #550
- @leegarrett made their first contribution in #563
- @zollo made their first contribution in #565
Full Changelog: 2.1.0...2.2.0
2.1.0
What's Changed
- Remove default JSON size limitation by @dhermanconsulting in #520
- Bump test container version by @jborean93 in #523
- Remove uneeded unit test files by @jborean93 in #538
- Remove some code that is incompatible with dotnet 5+ by @jborean93 in #539
- win_updates - use pipe for progress output and fix some connection stability problems by @jborean93 in #536
- win_updates - fix reboot loop behaviour by @jborean93 in #542
- Win group membership fix check mode final by @nagten in #544
- win_updates - Add alternative to scheduled task by @jborean93 in #545
- Prepare for v2.1.0 release by @jborean93 in #547
New Contributors
- @dhermanconsulting made their first contribution in #520
- @nagten made their first contribution in #544
Full Changelog: 2.0.0...2.1.0