- add support for Vault AWS IAM authentication in Vault
- add support for Vault Kubernetes authentication in Vault
- add support for Google Cloud IAM authentication in Vault
- vault AppRole auth is now optional as other auth methods can be specified instead
- the docker container no longer verifies that any auth configuration is present besides the mount path
- restructure vault configuration to have sub-level for authentication
- restructure vault configuration to have sub-levels within authentication for each type of authentication
- the mount point of the auth backend must now be specified with as
VAULT_AUTH_MOUNT_PATH
- add application version to the
/health-check
endpoint
- Initial open source release