Skip to content

Latest commit

 

History

History
129 lines (75 loc) · 5.89 KB

CHANGELOG.md

File metadata and controls

129 lines (75 loc) · 5.89 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.

v0.10.0 (2020-09-19)

Full Changelog

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:

v0.9.1 (2020-01-13)

Full Changelog

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:

v0.9.0 (2020-01-10)

Full Changelog

Breaking changes:

Implemented enhancements:

Closed issues:

  • Migrate module to vox pupuli #1

v0.8.1 (2019-07-27)

Full Changelog

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)

Full Changelog

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 fix encryption_secret #12 (alexjfisher)

Merged pull requests:

0.7.2 (2018-01-17)

Full Changelog

v0.7.2 (2018-01-17)

  • puppet-concat 4 compatibility

v0.7.1 (2016-03-14)

  • Add check_mk::agent::mrpe, code from Bas Grolleman contributed by gerhardsam.

v0.7.0 (2016-03-08)

  • Rework of check_mk::agent classes, contributed by gerhardsam.

v0.6.2 (2016-03-07)

  • Add rspec tests contributed by gerhardsam.

v0.4.0

  • 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.

v0.3.0

  • 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

v0.2.0

  • 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

v0.1.1

  • Brown paper bag release to fix a silly typo

0.1

  • Initial release

* This Changelog was automatically generated by github_changelog_generator