From d61d2cb1a1f2ba85b9c4e16b21b24b5894bc16f4 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 21 Apr 2022 15:29:19 -0400 Subject: [PATCH] Update documentation for 0.1.1 Update changelog with 0.1.1 --- CHANGELOG.md | 11 +++++++++++ README.md | 10 ++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d012ee6..3c48dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ See also: [Github Release Page](https://github.com/enpaul/vault2vault/releases). +## Version 0.1.1 + +View this release on: [Github](https://github.com/enpaul/vault2vault/releases/tag/0.1.1), +[PyPI](https://pypi.org/project/vault2vault/0.1.1/) + +- Fix bug causing stack trace when the same vaulted block appears in a YAML file more than + once +- Fix bug where the `--ignore-undecryptable` option was not respected for vaulted variables + in YAML files +- Update logging messages and levels to improve verbose output + ## Version 0.1.0 View this release on: [Github](https://github.com/enpaul/vault2vault/releases/tag/0.1.0), diff --git a/README.md b/README.md index 68220b7..680eb78 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ and redevelopment. Here are the command line options: ``` > vault2vault --help -usage: vault2vault [-h] [--version] [--interactive] [-v] [-b] [-i VAULT_ID] [--ignore-undecryptable] [--old-pass-file OLD_PASS_FILE] - [--new-pass-file NEW_PASS_FILE] +usage: vault2vault [-h] [--version] [--interactive] [-v] [-b] [-i VAULT_ID] [--ignore-undecryptable] + [--old-pass-file OLD_PASS_FILE] [--new-pass-file NEW_PASS_FILE] [paths ...] Recursively rekey ansible-vault encrypted files and in-line variables @@ -76,13 +76,15 @@ positional arguments: options: -h, --help show this help message and exit --version Show program version and exit - --interactive Step through files and variables interactively, prompting for confirmation before making each change + --interactive Step through files and variables interactively, prompting for confirmation before making + each change -v, --verbose Increase verbosity; can be repeated -b, --backup Write a backup of every file to be modified, suffixed with '.bak' -i VAULT_ID, --vault-id VAULT_ID Limit rekeying to encrypted secrets with the specified Vault ID --ignore-undecryptable - Ignore any file or variable that is not decryptable with the provided vault secret instead of raising an error + Ignore any file or variable that is not decryptable with the provided vault secret instead + of raising an error --old-pass-file OLD_PASS_FILE Path to a file with the old vault password to decrypt secrets with --new-pass-file NEW_PASS_FILE