1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/7426-add-timestamp-and-preserve-options-for-passwordstore.yaml

2 lines
188 B
YAML
Raw Normal View History

[PR #7426/6a514b68 backport][stable-8] Add options for password generation in the passwordstore module (#7507) Add options for password generation in the passwordstore module (#7426) * feat: Add options for password generation. * feat: Add documentations for options for password generation. * fix: Remove newline from the end of the stored raw password * fix: Define 'msg' variable before the reference inside the condition block * feat: Add information when the 'timestamp' parameter was added Co-authored-by: Felix Fontein <felix@fontein.de> * feat: Add information when the 'preserve' parameter was added Co-authored-by: Felix Fontein <felix@fontein.de> * feat: Add changelog fragment for adding new parameters to the 'passwordstore' module * feat: Change the evaluation of password modification conditions. * feat: Change version of parameter 'timestamp' from 8.0.0 to 8.0.1 Co-authored-by: Felix Fontein <felix@fontein.de> * feat: Change version of parameter 'preserve' from 8.0.0 to 8.0.1 Co-authored-by: Felix Fontein <felix@fontein.de> * fix: Remove newline character from the timestamp message Co-authored-by: Felix Fontein <felix@fontein.de> * fix: Add newline character to the end of 'preserve' message. Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Michal Drobny <494056@muni.cz> Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 6a514b6843e5d9969c2db3c8cc064600ba02a3b6) Co-authored-by: Michal Drobny <70282353+drobnymichal@users.noreply.github.com>
2023-11-13 20:22:00 +01:00
minor_changes:
- passwordstore - adds ``timestamp`` and ``preserve`` parameters to modify the stored password format (https://github.com/ansible-collections/community.general/pull/7426).