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.
v0.10.0 (2020-09-19)
0.10.0 is the last release with Debian 8 support! the next release will be 1.0.0 without support for the EOL Debian 8.
Merged pull requests:
- modulesync 3.0.0 & puppet-lint updates #32 (bastelfreak)
- Use voxpupuli-acceptance #31 (ekohl)
v0.9.1 (2020-01-13)
Version 0.9.0 failed to deploy to the puppet forge. This is a re-release with no changes (other than updated travis secret).
Merged pull requests:
- Fix travis puppetforge secret #27 (alexjfisher)
v0.9.0 (2020-01-10)
Breaking changes:
- Remove support for EOL operating systems #21 (alexjfisher)
Implemented enhancements:
- Add
package_ensure
parameter to agent class #25 (alexjfisher) - Add
service_name
parameter to agent class #22 (mmerfort)
Closed issues:
- Migrate module to vox pupuli #1
v0.8.1 (2019-07-27)
Version 0.8.0 failed to deploy to the puppet forge. This is a re-release with no other changes.
v0.8.0 (2019-07-27)
This is the first release of this module under Vox Pupuli's puppet
namespace. The module has been modernised and only puppet 5 and up are supported. It has been developed and tested with check_mk 1.5 raw edition. Earlier versions may not work.
Support for End Of Life operating systems will be removed after this release.
Implemented enhancements:
- Support check_mk agents 1.5+ and systemd based agent configuration #10 (alexjfisher)
Fixed bugs:
- Fix RedHat agent
config_dir
and test and fixencryption_secret
#12 (alexjfisher)
Merged pull requests:
- Updating README #14 (zyronix)
- Replace
create_resources
with iteration #13 (alexjfisher) - Allow
puppetlabs
stdlib
andconcat
6.x #11 (alexjfisher) - Acceptance tests #8 (zyronix)
- Support check_mk 1.5+ #6 (zyronix)
- Remove
install_tarball
class and tests #5 (alexjfisher) - Fix rubocop violations #4 (alexjfisher)
- Vox Pupuli migration #2 (alexjfisher)
0.7.2 (2018-01-17)
- puppet-concat 4 compatibility
- Add check_mk::agent::mrpe, code from Bas Grolleman contributed by gerhardsam.
- Rework of check_mk::agent classes, contributed by gerhardsam.
- Add rspec tests contributed by gerhardsam.
- Fix all_hosts_static.erb, update xinetd on wheezy and use cron instead of a scheduled exec.
- Package a new version as upstream seems unmaintained.
- Added host tags to agent config so that host groups can be auto-populated
- Fixed incorrect package name when using a file store that was causing the package existence check to fail always causing an often failing reinstall
- Enable a static list of hosts to be specified for those without the Puppet check_mk module installed
- Switched to using OMD rather than manually compiling check_mk
- Added support for host tags and creating host groups based on these tags
- Allow local check_mk configuration to be specified in /etc/check_mk/main.mk.local that is appended to /etc/check_mk/main.mk as check_mk can do a lot more than is covered by this module
- Brown paper bag release to fix a silly typo
- Initial release
* This Changelog was automatically generated by github_changelog_generator