Skip to content

Latest commit

 

History

History
229 lines (145 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

229 lines (145 loc) · 11.5 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.

v5.0.0 (2023-08-06)

Full Changelog

Breaking changes:

  • Fix usage of deprecated ensure_packages / require puppetlabs/stdlib 9 #98 (smortex)
  • Drop support for Debian 9 (EOL) #97 (smortex)
  • Drop Puppet 6 support #93 (bastelfreak)

Implemented enhancements:

Fixed bugs:

Merged pull requests:

v4.2.0 (2021-11-05)

Full Changelog

Implemented enhancements:

  • Add support for epp() templates #83 (arjenz)

v4.1.1 (2021-08-26)

Full Changelog

Fixed bugs:

Merged pull requests:

v4.1.0 (2021-08-16)

Full Changelog

Implemented enhancements:

Merged pull requests:

v4.0.0 (2021-07-19)

Full Changelog

Breaking changes:

Implemented enhancements:

Merged pull requests:

v3.1.1 (2020-09-04)

Full Changelog

Fixed bugs:

  • Use service status command to determine of bird is running #57 (bastelfreak)

Merged pull requests:

v3.1.0 (2020-07-09)

Full Changelog

Implemented enhancements:

Merged pull requests:

v3.0.0 (2019-12-05)

Full Changelog

Breaking changes:

  • Drop Ubuntu 14.04, use more data types and drop UNSET defaults #32 (ekohl)

Implemented enhancements:

Merged pull requests:

  • Remove duplicate CONTRIBUTING.md file #30 (dhoppe)
  • Clean up acceptance spec helper #29 (ekohl)

v2.0.0 (2019-03-14)

Full Changelog

Breaking changes:

Merged pull requests:

v1.2.1 (2018-09-07)

Full Changelog

Fixed bugs:

  • Fixes package name on Debian based os, add acceptance tests and update unit tests #10 (sbadia)

Merged pull requests:

v1.2.0 (2018-03-20)

Full Changelog

Closed issues:

  • New forge release? #3

Merged pull requests:

1.1.0 (2017-10-13)

Full Changelog

  • spec: Rubocop all the things !!!
  • spec: Update spec to rspec3 and new matcher
  • metadata: Update supported versions, and close deps.
  • modulesync 1.2.1
  • init: Added missing config_path as class parameter (for hiera)
  • travis: Disable ruby 1.9 testing
  • Fix default RedHat config paths
  • Added conditional for RedHat based distributions, and added $package_name_v* for removing dupl
  • Conservative defaults
  • Per-OS config path, and fix path on Debian
  • Add support for config templates
  • msync: remove 2.7 series, add puppet 4.x lint and blacksmith
  • spec: Fix un-supported rspec keyword
  • metadata: Fix SPDX licence id
  • rakefile: Fix configuration.fail_on_warnings boolean
  • Update using modulesync (update rspec configs)
  • Update using modulesync (fix rakefile and bundle cmd)
  • Update using modulesync
  • spec: include_class is deprecated, let switch to contain_class
  • lint: Lint all parameter documentation
  • qa: Remove deprectated import
  • gemfile: Remove specific pin on 2.14.x rspec

2014-08-25 - 1.0.0

  • Switch to metadata.json (puppetforge)
  • Fix spec tests and update readme
  • Use semver.org

2013-11-19 - 0.0.5

  • Add param to completly disable service managment (for LDN (bird in netns))

2013-11-19 - 0.0.4

  • Add extra params
  • And dependency to stdlib (params checks)

2013-11-17 - 0.0.3

2013-10-27 - 0.0.2

  • Update params, use source instead of content
  • Add spec/travis tests
  • Use birdc configure (soft) instead of service restart

2013-08-02 - 0.0.1

  • Initial work in progress

* This Changelog was automatically generated by github_changelog_generator