Added support for passing password using Docker Secret to Docker images. Fixes #7332

This commit is contained in:
Yogesh Mahajan
2022-06-15 11:07:56 +05:30
committed by Akshay Joshi
parent 48336fd7f4
commit 3297546e0a
3 changed files with 16 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ This release contains a number of bug fixes and new features since the release o
New features
************
| `Issue #7332 <https://redmine.postgresql.org/issues/7332>`_ - Added support for passing password using Docker Secret to Docker images.
| `Issue #7351 <https://redmine.postgresql.org/issues/7351>`_ - Added the option 'Show template databases?' to display template databases regardless of the setting of 'Show system objects?'.
Housekeeping