Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

41 lines (23 loc) · 2.08 KB

Changelog

All notable changes to this project will be documented in this file.

Release 0.1.6

Release 0.1.5

  • Properly fixed bug with bootstrap_users not being handled correctly (was broken before). (issue #7) (rujim)

Release 0.1.4

  • Fixed bug with bootstrap_users not being handled correctly. (issue #7)

Release 0.1.3

  • Added support for the latest consul configuration options - consistency, service_check_interval (tomsajan)
  • Added support for custom patroni service restart command (useful for reload only) (tomsajan)
  • Added support for Debian (tomsajan)

Release 0.1.2

BREAKING CHANGES (sort of, didn't work previously)

  • Updated the datatype of custom_conf to a String (Patroni uses custom_conf to define a file path and datatype can not be a Hash.) (salindaliyanage)

Other Changes

  • Corrected a typo error in template (synchronous_mode_struct to synchronous_mode_strict) (salindaliyanage)
  • Added support for consul register_service configuration (This parameter decides whether or not to register a service with the name defined by the scope parameter and the tag master, replica or standby-leader depending on the node’s role.) (salindaliyanage)
  • Added support to merge pgsql_parameters defined in different levels of hiera. To merge the parameters, user should set the value of hiera_merge_pgsql_parameters to 'true'. (salindaliyanage)

Release 0.1.1

  • Added option (restart_service) to configure whether you want the module to restart patroni. (default: false)

Release 0.1.0

  • Initial build, sets up and configures Patroni service.