Skip to content

Releases: deric/puppet-barman

v4.4.1

13 Feb 15:01
8b6a029
Compare
Choose a tag to compare

v4.4.0

12 Feb 12:15
8da089c
Compare
Choose a tag to compare

v4.3.0

14 Jan 12:37
86ef4aa
Compare
Choose a tag to compare

v4.2.0

22 Nov 09:16
6188103
Compare
Choose a tag to compare

Features

Bugfixes

Changes

  • Remove Debian 10 as supported system

  • Add Ubuntu 24.04

  • Full changes

v4.1.0

15 Dec 09:17
7ae2abd
Compare
Choose a tag to compare

Bugfixes

  • Allow dashes Barman::ServerName type #5
  • barman_incoming_dir expects a String #8
  • Add missing parameter hba_entry_order #9

Changes

  • Improved tests #7
  • Removed Debian 8 and Debian 9 support
  • Added Debian 11 and 12
  • barman_incoming_dir defaults to undef instead of an empty string

Features

  • Compatible with puppetlabs/stdlib 9
  • Compatible with puppetlabs/postgresql 10
  • Add barman_lock_directory #6
  • Allow setting archive mode to always #10

Full changes

v4.0.0

09 Aug 15:04
7d40dbe
Compare
Choose a tag to compare
  • Puppet 8 support
  • Puppet types validation
  • Compatible with puppetlabs/stdlib 8
  • Removed barman::settings class
  • Full changes

v3.0.0

09 Aug 20:33
281a176
Compare
Choose a tag to compare
  • BC: Changed ssh key name from barman to postgres-${fqdn} in order to support multiple barman servers
  • archive_command might use rsync or barman-wal-archive
  • add --wait to barman backup cronjob
  • Puppet 6 support and drop Puppet 5 support
  • Drop deprecated Linux distributions
  • Bump minimum and maximum module version requirements
  • Keep only required facts in unit tests
  • Unit tests performance improvement by making puppetversion fact to run only once
  • Changed config directory from /etc/barman.conf.d to /etc/barman.d

v2.2.0

18 Nov 17:18
2bb9207
Compare
Choose a tag to compare

Summary

  • Forked from 2ndquadrant-it/puppet-barman, released as deric-barman. A bugfix release.
  • Allow modifying hba order
  • Allow more recent dependent modules
  • Use postgres_server_id as unique identifier (cron, SSH key, authorized key)
  • Add parameter cron_user to customize to which crontab jobs are added.
  • Full changelog

Bugfixes