Skip to content

Latest commit

 

History

History
164 lines (101 loc) · 9.88 KB

CHANGELOG.md

File metadata and controls

164 lines (101 loc) · 9.88 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.

[UNRELEASED]

Fixed bugs:

  • Fixed authentication enumeration issue #75

v1.0.0 (2021-04-26)

Full Changelog

Breaking changes:

  • cleanup metadata.json / allow newer dependencies, Drop Puppet 5 support #70 (bastelfreak)

Implemented enhancements:

  • Manage prosody upstream package repository #69 (Bluewind)
  • Allows to purge unused users #63 (Bluewind)
  • Manage disco_items in a virtualhost #62 (gfa)

Fixed bugs:

  • Fix user creation if domain contains a dash #61 (Bluewind)

Closed issues:

  • Make a new release #54

Merged pull requests:

  • modulesync 3.0.0 & puppet-lint updates #65 (bastelfreak)
  • Use rspec-puppet-facts for remaining tests / Add Ubuntu 16,18,20 support #64 (Bluewind)
  • When running on Debian, use its service management facilities #59 (mmoll)
  • add a components example #57 (baldurmen)
  • Initial modulesync #56 (mmoll)
  • allow newer puppetlabs-vcsrepo #53 (mmoll)
  • Add a type for ha1 authentication method #52 (gfa)
  • Add support for advanced logging configuration #51 (gfa)
  • Optionally configure prosody to use an already deployed ssl cert and key #50 (gfa)
  • Support for deeply nested custom options #49 (towo)
  • Use hiera 5 conventions #48 (cocker-cc)
  • Use Puppet-4-Datatypes #47 (cocker-cc)
  • Fix Tests #46 (cocker-cc)

0.4.0 (2019-04-08)

Full Changelog

Merged pull requests:

0.3.2 (2018-06-14)

Full Changelog

Closed issues:

  • Update vcsrepo dependency to 2.2.0 #39
  • More Documentation #14

Merged pull requests:

  • Parse custom_options of profile::virtualhost #42 (amateo)
  • Add support to register users #41 (amateo)

0.3.1 (2017-11-20)

Full Changelog

Closed issues:

  • PRs already merged if wanted #36

Merged pull requests:

  • Update vcsrepo requirement (smaller 3) #40 (kallies)

0.3.0 (2017-09-11)

Full Changelog

Implemented enhancements:

Closed issues:

  • Virtualhost specific ssl cert and UNSET keyword #28
  • Service sometimes tries to start again instead of reloading #27

Merged pull requests:

  • fix module repo source #38 (toerb)
  • add custom_options to vhosts #35 (tobru)
  • add storage configuration #34 (tobru)
  • add modules_disabled parameter #32 (tobru)
  • add ssl_key and ssl_cert to global ssl options #31 (tobru)
  • update community modules mercurial repo URL #30 (tobru)
  • fix unsafe default & improve doco #25 (sammcj)

0.2.1 (2014-10-27)

Full Changelog

Closed issues:

  • Release new version at puppet-forge #19

0.2.0 (2014-09-15)

Full Changelog

Closed issues:

  • Prosody Repository #8

Merged pull requests:

  • Fix some style nits #18 (jasperla)
  • Allow for defining logging sinks, such as syslog (default). #17 (jasperla)
  • Allow for disabling luaevent as it may not work everywhere. #16 (jasperla)
  • Prosody has an rc.d script on OpenBSD, so it can be enabled like any other service. #15 (jasperla)
  • Allow changing the location of the log files #13 (jasperla)
  • Allow changing the location of the pidfile. #12 (jasperla)
  • Allow setting the user to run prosody as. #11 (jasperla)
  • OpenBSD doesn't have conf.d by default, so ensure the directory exists. #10 (jasperla)

0.1.3 (2014-05-02)

Full Changelog

0.1.2 (2014-05-01)

Full Changelog

0.1.1 (2014-05-01)

Full Changelog

0.1.0 (2014-05-01)

Full Changelog

Merged pull requests:

  • Clean branch that deletes those pesky lines #7 (andschwa)
  • Removing openssl package #5 (andschwa)
  • Using ensure_packages instead of ensure_resource #4 (andschwa)
  • Updating repository URL #3 (andschwa)
  • Removing libevent package (bugfix) #2 (andschwa)
  • Add ability to create virtualhosts through hiera #1 (andschwa)

* This Changelog was automatically generated by github_changelog_generator