Skip to content

Releases: chocolatey/chocolatey-ansible

1.5.3 (Sep 30, 2024)

30 Sep 23:58
981a967
Compare
Choose a tag to compare

Documentation

  • Bump requires_ansible version to >=2.15.0 - see #164

1.5.2

26 Sep 23:17
c1fefd9
Compare
Choose a tag to compare

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

11 Jul 12:15
9bdc0d4
Compare
Choose a tag to compare

Bug Fixes

  • win_chocolatey - unable to install packages if a license is already installed and chocolatey.extension is not installed - see #132

1.5.0

27 Jun 20:13
e1c6b37
Compare
Choose a tag to compare

Features

  • win_chocolatey - add options for specifying checksums - see #114
  • win_chocolatey_facts - add filter / 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

  • Use true/false for all booleans in module docs - see #116
  • win_chocolatey - see_also contains references to wrong collection - see #113
  • win_chocolatey - Improve docs around install_args and package_params - see #89

1.4.0

15 Dec 19:44
8f90188
Compare
Choose a tag to compare

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

11 Oct 23:25
d3144a8
Compare
Choose a tag to compare

Bug Fixes

  • Fix - Collection version 1.3.0 fails to install packages with explicit version number and state set to present - see #91

1.3.0

28 Jun 22:49
42a297f
Compare
Choose a tag to compare

Features

  • win_chocolatey - Added bootstrap_script option to allow users to target a script URL for installing Chocolatey on clients - see #74
  • win_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

09 Feb 20:51
Compare
Choose a tag to compare

Major changes / Features

  • win_chocolatey - Added choco_args option to pass additional arguments directly to Chocolatey. (see #15)

Minor changes / fixes

  • win_chocolatey - Added state: upgrade as an alias for state: 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 with name: 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

05 Apr 21:44
Compare
Choose a tag to compare

Minor Changes

win_chocolatey

  • Support for removing dependencies added with remove_dependencies option. (see #13. Thanks, @MrBones757!)

Bug Fixes

All Modules

win_chocolatey

  • Module can now handle uninstallation correctly for both side-by-side and normal package installations. (see #21)
  • allow_multiple is correctly noted in documentation as ignored when using state: absent. (see #21)

1.0.2

07 Apr 17:10
90b7fe1
Compare
Choose a tag to compare

Bug Fix

  • A typo in the versioning script resulted in packages getting published with prerelease version numbers instead of proper version numbers.