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.
v3.0.0 (2024-03-17)
Breaking changes:
- Update supported Windows versions #91 (yakatz)
- Drop Puppet 6 support #86 (bastelfreak)
- modulesync 2.7.0 and drop puppet 4 #71 (bastelfreak)
Implemented enhancements:
- Add support for upgrades #7
- Add Puppet 8 support #88 (bastelfreak)
- puppetlabs/stdlib: Allow 9.x #87 (bastelfreak)
- allow specification of package version - allows upgrades #78 (rstuart-indue)
- replacing config_template with config_content #74 (rstuart-indue)
Merged pull requests:
v2.1.0 (2019-03-01)
Implemented enhancements:
- Add password field #16
- Add chocolatey as a provider for installing the package #63 (hdep)
- Add password variable #61 (hdep)
- Add proxy support #58 (hdep)
Fixed bugs:
- download_file should not happen when chocolatey is used #66 (hdep)
- remove 'mode' because it is not manage correctly by puppet on windows #65 (hdep)
Closed issues:
- This plugin should not use mode #64
- Allow nsclient install from chocolatey provider #59
- Add support for proxy #57
Merged pull requests:
- Add 'FILE MANAGED BY PUPPET' header to template #60 (hdep)
- Remove Linux acceptance nodesets #56 (ekohl)
- modulesync 2.2.0 and allow puppet 6.x #55 (bastelfreak)
- replace validate_* with datatypes/assert_type #40 (bastelfreak)
v2.0.1 (2018-09-07)
Merged pull requests:
- allow puppetlabs/stdlib 5.x #50 (bastelfreak)
- Remove docker nodesets #46 (bastelfreak)
- drop EOL OSs; fix puppet version range #45 (bastelfreak)
v2.0.0 (2018-03-11)
Fixed bugs:
- Fixes #17 - Updating the location of the file download. #36 (andrewwippler)
- fix #32 use package install_options hash #34 (derektamsen)
Closed issues:
v1.4.0 (2017-02-11)
This is the last release with Puppet3 support
- rubocop: fix RSpec/ImplicitExpect
- Set min version_requirement for Puppet + deps
- Fix tests for future parser
- Add parameter to change installation directory
- Default download_destination to use forward slashes
Updating dowload_file dependency to latest version
Fixing broken dowload_file dependency
Bringing module up to higher quality standard with documentation and tests
- Switching default download to https
- Improving documentation
- Improving tests
Adding support for custom configurations.
- Adding param
config_template
to allow you to specify custom templates - Improving documentation
- Improving tests
Bugfix release. Fixes issue with differently named msi packages.
- Adding parameter
package_source
which fixes bug where the package_name doesn't match the msi name
Bugfix release. Updating to use new windows package provider.
- Fixing the case sensitivity of the osfamily fact
- Switching to windows provider and adding support to download the package with download_file
- Fixing duplicate resource issue with download_destination
Initial release. Support for installing nsclient
* This Changelog was automatically generated by github_changelog_generator