All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.4.0 - 2022-12-03
- Builds for macOS.
- Builds for ARM64.
- Publish container images to GitHub container registry.
- Code cleanup.
- Upgrade dependencies.
1.3.0 - 2020-02-22
- --version flag
- Code cleanup.
- Upgrade dependencies.
- version command.
1.2.0 - 2019-09-14
- delete command to remove a single certificate from vault.
- prune command to automatically remove expired certificates from vault.
- Update dependencies.
- Compile using Go 1.13.
1.1.0 - 2018-09-23
- list command to list all certificates stored in vault.
- Migrate dependency management from
dep
to go modules. - Update dependencies.
Initial release