Releases: aasmal97/HashicorpVaultSecrets
Releases · aasmal97/HashicorpVaultSecrets
v2.1.0
Full Changelog: v2.0.0...v2.1.0
Fixed errors in secret names by modifying how names are extracted from hcp cli
v2.0.0
Full Changelog: v1.2.0...v2.0.0
- Changed underlying CLI tool to use the new
hcp
CLI due to thevlt
CLI being deprecated in September. - Changed
PROJECT_NAME
toPROJECT_ID
. This is different from the priorPROJECT_NAME
, and can be found on the Hashicorp Cloud Platform UI under Project Settings - Changed
ORGANIZATION_NAME
toORGANIZATION_ID
. This is different from the priorORGANIZATION_NAME
, and can be found on the Hashicorp Cloud Platform UI under Organization Settings
v1.2.0
- Adds new option called ALL_SECRETS, that allows the user to pull all secrets from a Hashicorp Vault Secrets App, without manually defining each one
- Adjusted GENERATE_ENV logic, so it auto detects if an extension exists on the name of the file, and if it does, it uses that name without appending
.env
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Full Changelog: v1.0.0...v1.1.0