2022-04-08 06:12:55 +00:00
|
|
|
# changelog
|
|
|
|
|
|
|
|
See also: [Github Release Page](https://github.com/enpaul/vault2vault/releases).
|
|
|
|
|
2023-04-03 16:01:05 +00:00
|
|
|
## Version 0.1.3
|
|
|
|
|
|
|
|
View this release on: [Github](https://github.com/enpaul/vault2vault/releases/tag/0.1.3),
|
|
|
|
[PyPI](https://pypi.org/project/vault2vault/0.1.3/)
|
|
|
|
|
|
|
|
- Fix incorrect encoding specification when opening password files. Contributed by
|
|
|
|
[brycelowe](https://github.com/brycelowe) (#2)
|
|
|
|
|
2022-05-07 22:45:37 +00:00
|
|
|
## Version 0.1.2
|
|
|
|
|
|
|
|
View this release on: [Github](https://github.com/enpaul/vault2vault/releases/tag/0.1.2),
|
|
|
|
[PyPI](https://pypi.org/project/vault2vault/0.1.2/)
|
|
|
|
|
|
|
|
- Add user documentation
|
|
|
|
- Add project road map
|
|
|
|
- Fix incorrect and missing docstrings for internal functions
|
|
|
|
|
2022-04-21 19:29:19 +00:00
|
|
|
## 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
|
2023-03-30 00:11:23 +00:00
|
|
|
- Fix bug where the `--ignore-undecryptable` option was not respected for vaulted
|
|
|
|
variables in YAML files
|
2022-04-21 19:29:19 +00:00
|
|
|
- Update logging messages and levels to improve verbose output
|
|
|
|
|
2022-04-08 06:12:55 +00:00
|
|
|
## Version 0.1.0
|
|
|
|
|
|
|
|
View this release on: [Github](https://github.com/enpaul/vault2vault/releases/tag/0.1.0),
|
2022-04-08 06:18:58 +00:00
|
|
|
[PyPI](https://pypi.org/project/vault2vault/0.1.0/)
|
2022-04-08 06:12:55 +00:00
|
|
|
|
|
|
|
- Add support for recursively re-keying vaulted content in files and YAML variables
|