Skip to content

Latest commit

 

History

History
149 lines (96 loc) · 6.79 KB

CHANGELOG.md

File metadata and controls

149 lines (96 loc) · 6.79 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.

v3.0.0 (2024-03-17)

Full Changelog

Breaking changes:

Implemented enhancements:

Merged pull requests:

v2.1.0 (2019-03-01)

Full Changelog

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)

Full Changelog

Merged pull requests:

v2.0.0 (2018-03-11)

Full Changelog

Fixed bugs:

Closed issues:

  • Install_options not working on newer versions of nsclient. #32
  • download location broken #17

Changelog

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

2014-10-13 - Release 1.3.0

Summary

Updating dowload_file dependency to latest version

2014-10-13 - Release 1.2.1

Summary

Fixing broken dowload_file dependency

2014-10-10 - Release 1.2.0

Summary

Bringing module up to higher quality standard with documentation and tests

Features

  • Switching default download to https
  • Improving documentation
  • Improving tests

2014-04-25 - Release 1.1.0

Summary

Adding support for custom configurations.

Features

  • Adding param config_template to allow you to specify custom templates
  • Improving documentation
  • Improving tests

2014-04-22 - Release 1.0.0

Summary

Bugfix release. Fixes issue with differently named msi packages.

Bugfixes

  • Adding parameter package_source which fixes bug where the package_name doesn't match the msi name

2014-02-24 - Release 0.0.2

Summary

Bugfix release. Updating to use new windows package provider.

Bugfixes

  • 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

2014-02-21 - Release 0.0.1

Summary

Initial release. Support for installing nsclient

* This Changelog was automatically generated by github_changelog_generator