Releases: deric/puppet-barman
Releases · deric/puppet-barman
v4.4.1
v4.4.0
Changes
- allow
puppetlabs/apt
< 11
Features
v4.3.0
v4.2.0
Features
Bugfixes
Changes
-
Remove Debian 10 as supported system
-
Add Ubuntu 24.04
v4.1.0
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 toundef
instead of an empty string
Features
v4.0.0
- Puppet 8 support
- Puppet types validation
- Compatible with
puppetlabs/stdlib
8 - Removed
barman::settings
class - Full changes
v3.0.0
- BC: Changed ssh key name from
barman
topostgres-${fqdn}
in order to support multiple barman servers archive_command
might usersync
orbarman-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
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
backup_directory
is twice in template file (2ndquadrant-it#50)- Configurable barman home directory permissions (2ndquadrant-it#52)
- Enable
quiet mode
in ssh connection (2ndquadrant-it#51) - Disable archive mode when archiver is disabled (2ndquadrant-it#56)