Releases: rvojcik/vault-certificate-deploy
Releases · rvojcik/vault-certificate-deploy
Version 1.4.2
Release 1.3.2
- fixed cleaning function to clean old certificates
Release 1.3.1
- Fix error output for non existing certificate key in vault
- update testing environment
- removed python 2.7 tests
- removed python 2.7 specific builds
- added new test
- migrate from
auth_approle
to new methodauth.approle.login
Support fot new HVAC
Breaking Changes !
There is Breaking changes in HVAC v 0.10.1 (actual version is 0.10.5)
- changed requirements for this project (older versions of HVAC are not supported now)
- minor changes in code
scripts/vault-certificate-issue-deploy
Fix Requirements
HVAC in version 0.10.1 has major changes which breaks program
BUG Fixes & CI/CD
- BUG: Fixed mount point in pki.generate_certificate call
- BUG: Fixed chowning directories in some situations
- BUG: not all libraries included in package
- Automation tests on various version of python
- Automatic publish
Added Issue Certificates Functionality
Added ability to use Vault PKI secret engine to issue own certificates.
Fixed Dependencies in PIP installation
Missing versions in requirements doesn't meet right dependencies in some systems.
First OpenSource release
We decided to move this project to public comunity and released under GPLv3.