Skip to content

Latest commit

 

History

History
226 lines (134 loc) · 9.6 KB

CHANGELOG.md

File metadata and controls

226 lines (134 loc) · 9.6 KB

Changelog

All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.

v5.0.0 (2024-02-16)

Full Changelog

Breaking changes:

Implemented enhancements:

v4.0.0 (2022-06-03)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Puppet 7 support #143

Fixed bugs:

Closed issues:

  • Error: Could not prefetch windowsfeature provider 'default': returned 1 #146
  • Errors during feature install on Windows 2019 #138

Merged pull requests:

v3.2.2 (2018-10-19)

Full Changelog

Fixed bugs:

Closed issues:

  • The restart parameter has been deprecated in favor of the puppetlabs reboot module ( https://github.com/puppetlabs/puppetlabs-reboot ). This parameter will be removed in the next release. (location: C:/ProgramData/PuppetLabs/puppet/cache/lib/puppet/type/windowsfeature.rb:20:in `block (2 levels) in <top (required)>') shows every run #120

v3.2.1 (2018-09-07)

Full Changelog

Merged pull requests:

v3.2.0 (2018-02-13)

Full Changelog

Implemented enhancements:

  • Add support and code for windows 2008 non-r2 #104

Fixed bugs:

  • add Import-Module ServerManager for win2012r2 PS commands #110 (devcfgc)

Closed issues:

  • Windowsfeature gives Corrective change every time #111
  • UTF8 error with french windows 2012 #109
  • Missing release #107

Merged pull requests:

v3.1.0 (2017-09-22)

Full Changelog

Closed issues:

  • Updated Documentation wording + Documentation + Badges #96
  • Does not work on Windows 2008 #39

Merged pull requests:

v3.0.0 (2017-09-18)

Full Changelog

Fixed bugs:

  • Invalid XML being returned on Windows 2008 R2 for get-windowsfeature #86
  • Source parameter throwing an error #80

Merged pull requests:

Changelog

v2.1.0 (2017-02-11)

This is the last release with Puppet3 support!

  • Switched everything over to XML and updated tests.
  • some fixes from getting rid of trying flush
  • Converted from CSV to XML - Resolved merge conflict
  • Set minimum version_requirement for Puppet

v2.0.2 (2016-08-18)

Summary

Switched from CSV to XML

v2.0.1 (2016-07-13)

Summary

A bug fix to support Windows 2008

Features

  • moved from PowerShell JSON conversion to CSV for Windows 2008 support (#57)

v2.0.0 (2016-06-16)

Summary

  • modulesync with latest voxpupuli settings (#46, #51)
  • Drop of Ruby1.8!
  • Enhanced Unit/Acceptance tests (#47, #53)

Features

  • windowsfeature as native Type and Provider (#47)

v1.1.0 (2015-05-01)

Summary

A few small features in this release. First release under the new puppet-community namespace

Features

  • added new timeout parameter for features that take longer than the default 300 seconds to complete.
  • added support for kernelversion 10 for people deploying on Windows 10

v1.0.0 (2014-10-13)

Summary

Finally bumping to 1.0.

Features

  • adding source paramater
  • updating documentation

v0.2.0 (2014-08-14)

Summary

Small release to bump stdlib dependency to be 4.0 minimum

v0.1.2 (2014-04-14)

Summary

This release fixes some minor idempotency and platform specific bugs

Bugfixes

  • fixing idempotency
  • fixed installation on windows 2008

v0.1.1 (2014-04-04)

Summary

This release adds support for windows 2012

v0.1.0 (2014-04-04)

Summary

This release adding some new parameters to install sub features and management tools

Features

  • added includemanagementtools and includesubfeatures parameters

Bugfixes

  • limit module usage for Windows 2008 R2 and newer versions of Windows

v0.0.3 (2014-03-30)

Summary

This release replaces all the hardcoded powershell with uses of the joshcopper/powershell provider

v0.0.2 (2014-01-19)

Summary

Initial version.

* This Changelog was automatically generated by github_changelog_generator