ansible-role-postgresql/CHANGELOG.md

35 lines
671 B
Markdown
Raw Permalink Normal View History

2021-09-10 12:09:38 +00:00
# CHANGELOG
This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
### Changed
2022-02-21 09:23:39 +00:00
- break: new system for user and privileges
2023-08-28 12:55:55 +00:00
- break: default postgresql version is 15
2024-04-23 08:51:45 +00:00
- feat: remove apt_key use
2024-05-08 08:43:30 +00:00
- test: use personal docker registry
2021-09-11 12:38:26 +00:00
### Added
2022-07-20 08:35:39 +00:00
- add database owner
2021-10-14 14:40:33 +00:00
- add variable postrgresql_primary
2021-11-09 10:40:21 +00:00
- add user attributes
2023-08-28 12:55:55 +00:00
- test: add support debian 12
2021-10-14 14:40:33 +00:00
### Fixed
- fix replication database in pg_hba
- fix pg_hba when multiple users or multiple databases
2021-09-11 12:38:26 +00:00
2023-08-28 12:55:55 +00:00
### Removed
- test: remove support debian 10
2024-05-08 08:43:30 +00:00
- test: remove support debian 11
2023-08-28 12:55:55 +00:00
2021-09-10 12:14:32 +00:00
## v1.0.0 - 2021-09-10
2021-09-10 12:09:38 +00:00
- first version