Skip to content

Releases: systarch/systarch-mailhog

Release 2.2.0

02 Jul 08:50
Compare
Choose a tag to compare

Added

  • Added convenience parameters mailhog::service_ip and mailhog::service_port to control both public addresses of the API Service (mailhog::api_bind_addr_ip, mailhog::api_bind_addr_port) and HTTP Service (mailhog::ui_bind_addr_ip, mailhog::ui_bind_addr_port). Default remain as 0.0.0.0 and 8025
  • New parameter mailhog::manage_curl: true to manage the deinstallation of curl.

When the mailhog module is asked to ensure its absence with

mailhog::ensure: absent
# added: don't remove curl, even if no other module requires it.
mailhog::manage_curl: false

then $manage_curl does no longer try to uninstall curl.

Changed

  • Changed default mailhog version to v1.0.1.

Fixed

  • Notify the running mailhog service when the mailhog binary is updated.
  • Fix runtime issue with Service[mailhog], when {ensure ⇒ stopped, enable ⇒ true}.

Release 2.1.0

06 Mar 15:44
Compare
Choose a tag to compare
  • Allow to set {ensure:absent} to remove the module from a machine
  • replaced deprecated methods with stdlib validate_legacy function

v2.0.0

27 Feb 08:30
Compare
Choose a tag to compare
Amend documentation for changes since v1.1.0