mirror of
https://github.com/enpaul/vault2vault.git
synced 2024-11-22 01:56:48 +00:00
22 lines
771 B
Markdown
22 lines
771 B
Markdown
# changelog
|
|
|
|
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),
|
|
[PyPI](https://pypi.org/project/vault2vault/0.1.0/)
|
|
|
|
- Add support for recursively re-keying vaulted content in files and YAML variables
|