Releases: chocolatey/chocolatey-ansible
Releases · chocolatey/chocolatey-ansible
1.5.3 (Sep 30, 2024)
1.5.2
1.5.2 (Sep 26, 2024)
Bug Fixes
- win_chocolatey - task crashes if PATH contains multiple choco.exe on the target machine - see #147
Improvements
- Remove support for End of Life ansible-core 2.13, 2.14 - see #140
Documentation
- win_chocolatey - documentation example uses environment incorrectly - see #155
- win_chocolatey - Add unit to timeout parameter in docs - see #138
- Fix documentation errors in win_chocolatey and win_chocolatey_facts - see #144
- Update Collection README to match new Ansible Certified Collections README Template - see #152
1.5.1
1.5.0
Features
win_chocolatey
- add options for specifying checksums - see #114win_chocolatey_facts
- addfilter
/gather_subset
option - see #108
Improvements
- Ensure modules are compatible with both Chocolatey CLI v2.x and v1.x - see #122
win_chocolatey
- Improve error messages when installation of Chocolatey CLI v2.x+ fails due to unmet .NET Framework 4.8 dependency on client - see #120
Documentation
1.4.0
Features
- win_chocolatey - Allow users to select the TLS versions used for bootstrapping Chocolatey installation - see #17
Deprecated Features
- win_chocolatey - Deprecate side-by-side installs - see #94
Bug Fixes
- win_chocolatey - Module fails to execute if powershell version is older than version 5 - see #92
1.3.1
1.3.0
Features
win_chocolatey
- Added bootstrap_script option to allow users to target a script URL for installing Chocolatey on clients - see #74win_chocolatey_facts
- Added outdated packages list to data returned - see #80 - thanks @voskampm!
Improvements
- All collection modules - assorted style/linting fixes in documentation and scripts - see #78
1.2.0
Major changes / Features
win_chocolatey
- Addedchoco_args
option to pass additional arguments directly to Chocolatey. (see #15)
Minor changes / fixes
win_chocolatey
- Addedstate: upgrade
as an alias forstate: latest
. (see #59)win_chocolatey
- Improved automatic URL handling for getting the install.ps1 script from a custom source URL. (see #18)win_chocolatey
- Removed warning for installing Chocolatey if when specifically installing it withname: chocolatey
. (see #40)win_chocolatey
- Improved handling of Chocolatey bootstrapping installation script. (see #58)- All modules - Ported away from the Ansible.Legacy format, using Ansible.Basic.Module instead. (see #52)
1.1.0
Minor Changes
win_chocolatey
- Support for removing dependencies added with remove_dependencies option. (see #13. Thanks, @MrBones757!)
Bug Fixes
All Modules
- Added fallback to default choco install path for auxiliary modules to workaround issue in OpenSSH library under Windows. (https://github.com/PowerShell/Win32-OpenSSH#1329) (see #22)