This file is used to list changes made in each version of vcruntime.
- Update workflows
- Standardise files with files in sous-chefs/repo-management
- Update vc12 and vc14 checksums for new releases of 2013, 2015-2019 and 2015-2022 runtimes @jhboricua
- Removed deprecated Chef Delivery job @jhboricua
- Removed deprecated Windows 2016 integration jobs @jhboricua
- Removed stale workflow from github actions @derekgroh
- Updated platforms to match supported versions @derekgroh
- resolved cookstyle error: .delivery/project.toml:2:8 convention:
Style/StringLiterals
- resolved cookstyle error: .delivery/project.toml:4:10 convention:
Style/StringLiterals
- resolved cookstyle error: .delivery/project.toml:5:13 convention:
Style/StringLiterals
- resolved cookstyle error: .delivery/project.toml:6:10 convention:
Style/StringLiterals
- resolved cookstyle error: .delivery/project.toml:7:9 convention:
Style/StringLiterals
- resolved cookstyle error: .delivery/project.toml:8:14 convention:
Style/StringLiterals
- resolved cookstyle error: .delivery/project.toml:9:11 convention:
Style/StringLiterals
- Remove CircleCI and Dangerfile now the release system is taking care of this for us
- Update vc14 checksum for new releases of 2015-2019 and 2015-2022 runtimes @jhboricua
- Update vc14 checksum for new release 14.29.30133.0 @jhboricua
- Standardise files with files in sous-chefs/repo-management
- Update vc14 package_name @derekgroh
- Standardise files with files in sous-chefs/repo-management
- Update vc14 checksum for '14.29.30037.0' @jhboricua
- Update vc6,vc9,vc10 checksums @derekgroh
- Update vc14 checksum for '14.28.29914.0' @derekgroh
- add norestart options to installers @derekgroh
- add returns 1638 to
vc14
@derekgroh
- Add GitHub Actions CI/CD. @derekGroh
- vc14 updated to use version
14.28.29325.2
@derekGroh - Sous Chefs Adoption
- Update Changelog to Sous Chefs
- Remove Appveyor and update exec kitchen config
- Update vc14 to 14.28.29325.2
- Update to use Sous Chefs GH workflow
- MDL Fixes
- Correct vc10 and vc12 name properties - @derekgroh
- Correct vc9 download links - @derekgroh
- consolidate vc15 recipe into vc14 to match Microsoft package version, this allows the
windows_package
resource to handle upgrades without additional logic - @derekgroh - add Inspec testing - @derekgroh
- Remove recipe descriptions from metadata.rb - @tas50
- Enable all foodcritic rules on this repo - @tas50
- Remove the gating around chef_version in metadata.rb - @tas50
- Remove the empty default attributes file - @tas50
- Simplify windows platform checks - @tas50
- Remove old authors from the readme - @tas50
- Don't treat return code 3010 as a failure - @tas50
- Remove old long_description metadata - @tas50
- Remove stove gem from the Gemfile
- Update VC15 to latest version
- Remove appveyor testing for VC14 since we can't test both VC14 and VC15
- Fixed bug where download happens on every run due to same name #11
- Fixed issue where VCRuntime 2017 is in-place upgrade of 2015 & cannot be installed together #15
- Add VC15
- Update VC12 version information.
- Add integration testing on Appveyer and remove Travis CI. Swap the readme badges
- Update testing and documentation boilerplate
- Test with Local Delivery instead of Rake
- Add basic Chefspec testing of a converge
- Add Travis Badge to the readme
- Converted to use new package resource instead of deprecated windows_package handler. This requires Chef 12.6 or later to use this cookbook now
- Added VS 2013 Runtime
- Added VS 2015 Runtime
- Added VS 2005 Runtime
- install 32 bit by default on 64 bit systems
- Updated recipes to only run on Windows
- Fixed bug with names not matching registry causing install to run every time client ran
- Removed obsolete provides from the metadata file
- Removed forgotten Debug puts
- fixed typos and incorrect naming of VC versions
- Added Test Kitchen config
- Refactor to allow the installation of older versions of the Visual C++ Runtime.
- Normalize top-level attribute namespace to 'vcruntime'
- Added VS 2012 Runtime
- Initial release of vcruntime