Skip to content

Latest commit

 

History

History
91 lines (58 loc) · 2.5 KB

File metadata and controls

91 lines (58 loc) · 2.5 KB

wix Cookbook CHANGELOG

This file is used to list changes made in each version of the wix cookbook.

6.0.10 (2025-10-16)

Bug Fixes

  • ci: Update workflows to use release pipeline (#39) (91c2de2)

6.0.2 - 2021-08-31

  • Standardise files with files in sous-chefs/repo-management

6.0.1 - 2021-06-01

  • Standardise files with files in sous-chefs/repo-management

6.0.0 - 2021-05-11

  • Sous Chefs Adoption
  • Update and fix testing

5.0.0 (2018-07-24)

  • Depend on Chef 13.4 for built in windows_path

4.0.0 (2018-01-29)

  • Removes codeplex functionality as it will no longer be updated.
  • Changes wix toolkit

3.2.0 (2017-03-20)

  • Test with Local Delivery instead of Rake
  • Require Windows cookbook 2.0 or later

3.1.0 (2016-09-16)

  • Require Chef 12.1 not 12.0

3.0.0 (2016-09-06)

  • Add chef_version metadata
  • Remove support for Chef 11

v2.0.2 (2016-02-15)

  • Require windows cookbook >= 1.38.2
  • Update WiX to 3.10.2
  • Avoid failures processing the cookie if the download wasn't successful in the Codeplex library
  • Update the rubocop config for Rubocop 0.37
  • Update all testing dependencies to the latest
  • Add Windows 2008 R2 to the Test Kitchen config (internal Chef Vagrant image)

v2.0.1

  • Allow upgrades by setting overwrite attribute to true
  • Add basic InSpec integration test coverage

v2.0.0

  • Update to use WIX Toolset 3.10
  • Removed Windows 2003 as a supported platform and added all current 2008+ releases
  • Update readme to point to the new post-Sourceforge WIX homepage
  • Add Chefspec convergence tests on Windows 2008/2008R2/2012/2012R2
  • Added Test Kitchen config using the Chef private Windows boxes due to licensing
  • Added Chef standard Rubocop config and resolved all warnings
  • Added Travis CI testing using Chef DK
  • Added Berksfile
  • Updated contributing and testing docs
  • Added Gemfile with testing dependencies
  • Added maintainers.toml and maintainers.md files
  • Added Travis status and cookbook version badges to the readme
  • Updated Opscode -> Chef Software
  • Added a Rakefile for simplified testing
  • Added a chefignore file to limit what files are uploaded to the Chef server
  • Added issues_url and source_url metadata for Supermarket

v1.1.0

  • [COOK-2762] - WiX download URL returns a 404

v1.0.2

  • [COOK-1340] - update version and location

v1.0.0

  • initial release