Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Aug 9, 2021
1 parent c886b0b commit 281a176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## UNRELEASED - Release 3.0.0
## 2021-08-09 - Release 3.0.0

- 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`
Expand All @@ -8,6 +8,7 @@
- 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`

## 2019-11-18 - Release 2.2.0

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deric-barman",
"version": "3.0.0-dev",
"version": "3.0.0",
"author": "Tomas Barton",
"summary": "Barman (Backup and Recovery Manager for PostgreSQL) module",
"license": "GPL-3.0",
Expand Down

0 comments on commit 281a176

Please sign in to comment.