Skip to content

Latest commit

 

History

History
263 lines (163 loc) · 16.6 KB

CHANGELOG.md

File metadata and controls

263 lines (163 loc) · 16.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.

v7.0.0 (2023-09-04)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

  • Wrong version in stdlib dependency #154

Closed issues:

  • Managing too many files #145
  • Module needs rspec puppet tests #54

v6.0.0 (2022-03-15)

Full Changelog

Breaking changes:

  • Add RHEL/CentOS 8 and remove EOL Puppet 5 #147 (yakatz)
  • Remove optional module dependencies #140 (kenyon)
  • Drop support for Ubuntu 14.04, add 18.04 and 20.04; add Debian 10 and 11 #139 (kenyon)

Implemented enhancements:

Closed issues:

  • Use defaults from params.pp #72

Merged pull requests:

v5.1.1 (2020-09-25)

Full Changelog

Closed issues:

  • Support latest puppetlabs-firewall #128

Merged pull requests:

  • Update dependencies to support latest puppetlabs-firewall #129 (andybotting)

v5.1.0 (2020-09-24)

Full Changelog

Implemented enhancements:

  • add support for Puppet 5 #82

Fixed bugs:

  • Allow puppetlabs/concat 6.x, puppetlabs/stdlib 6.x #110 (dhoppe)
  • Fix selinux::module parameter #109 (sapakt)

Closed issues:

  • Support latest puppetlabs-apache #125

Merged pull requests:

v5.0.0 (2019-05-07)

Full Changelog

Breaking changes:

Merged pull requests:

v4.0.0 (2018-09-17)

Full Changelog

Breaking changes:

Implemented enhancements:

Closed issues:

  • Variables 'remark' and 'hierarchy_parent' should have defaults matching validation as strings. #74

Merged pull requests:

v3.1.1 (2018-06-17)

Full Changelog

Fixed bugs:

  • Fix: no implicit conversion of Fixnum into String #88 (identw)

Merged pull requests:

v3.1.0 (2018-03-30)

Full Changelog

Fixed bugs:

  • use defaults from params.pp #80 (seriv)

Merged pull requests:

v3.0.0 (2017-11-11)

Full Changelog

Merged pull requests:

v2.0.0 (2017-02-11)

Full Changelog

Closed issues:

  • Standalone mode complains about missing Slaves file. #44
  • Use puppetlabs-concat instead of ripienaar-concat? #41
  • /etc/smokeping/config.d/Slaves is declared twice on a master #38
  • Slave config? #34
  • /etc/smokeping/config seems not to be managed by puppet-smokeping module #25

Merged pull requests:

v1.7.2 (2016-02-18)

Full Changelog

Merged pull requests:

  • #38: Do not declare /etc/smokeping/config.d/Slaves twice. #39 (Zlo)

v1.7.1 (2015-12-11)

Full Changelog

Merged pull requests:

  • Include params needed #37 (AlexRRR)
  • perldoc namespace incorrect #36 (AlexRRR)
  • Allow to specify targets through hiera #35 (vincentbernat)
  • Initial EL (RHEL, CentOS, Fedora, Scientific Linux, Amazon Linux, etc) support #32 (jethrocarr)
  • Small Improvements #30 (jethrocarr)
  • Added minimum framework for tests to enable syntax validation. #29 (jethrocarr)
  • Don't invent email addresses, use example.com/org/net or localhost #28 (jethrocarr)
  • Fixed error while using slave_display_name (was ignored) #27 (fetzerms)
  • Fixed error on slave color not beeing automatically generated. #26 (fetzerms)
  • Rename type parameter for future parser compat #24 (claytono)

v1.7.0 (2015-02-19)

Full Changelog

Closed issues:

  • Tags would be really very handy. #15

Merged pull requests:

  • fix(hostname): remove hostname from default #23 (alkivi-sas)
  • fix(templates): naming variables for templates #22 (alkivi-sas)
  • Allow leaving out of alerts parameter (empty array instead of false by default) #21 (legooolas)

v1.6.0 (2014-10-21)

Full Changelog

Fixed bugs:

  • Master without slaves #4

Closed issues:

  • Config in hiera #20
  • thanks! #14
  • Disabling alerts is not possible #6
  • Add apache support #3

Merged pull requests:

  • Require smokeping installed before creating dirs #19 (claytono)
  • Allow arbitrary probe config values #16 (claytono)
  • Allow setting the step for FPing Probes #13 (darkyat)
  • Use validate_re to detect whitespace in title #11 (hakamadare)
  • added options param to smokeping::target #9 (hakamadare)
  • indentation cleanup #8 (rendhalver)
  • Add support for empty "alerts =" lines in targets. #7 (cjsoftuk)
  • Add standalone option, fix webserver user, some alinging #5 (darktim)
  • Fix slave_color format for colors < 100000 #2 (x-way)
  • make nomasterpoll configurable in smokeping::target #1 (x-way)

* This Changelog was automatically generated by github_changelog_generator