-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,26 @@ | ||
# CHANGELOG - datadog-secret-backend | ||
|
||
## 0.1.7 / 2021-10-20 | ||
## 0.1.13 / 2024-11-19 | ||
|
||
* [Added] zerolog logger, replacing logrus. | ||
* [Fixed] documentation, adding usage of aws.ssm and aws.secrets backends. | ||
* Repo ownership transitioned from RapDev to Datadog. | ||
* [Fix] Clean up version flag handling. | ||
* [CI] Adding golangci-lint to the CI and fixing all warnings from the linters. | ||
* [Documentation] Updating contribution guidelines and adding Issue and PR GH templates. | ||
|
||
## 0.1.10 / 2022-08-17 | ||
## 0.1.12 / 2024-09-13 | ||
|
||
* [Added] support for simple string value secrets in AWS Secrets Manager and Azure Key Vault. | ||
* [Added] CI now produces ARM64 artefacts. | ||
|
||
## 0.1.11 / 2024-03-20 | ||
|
||
* [Added] new backend configuration for Akeyless Secrets. | ||
|
||
## 0.1.10 / 2022-08-17 | ||
|
||
* [Added] support for simple string value secrets in AWS Secrets Manager and Azure Key Vault. | ||
|
||
## 0.1.7 / 2021-10-20 | ||
|
||
* [Added] zerolog logger, replacing logrus. | ||
* [Fixed] documentation, adding usage of aws.ssm and aws.secrets backends. | ||
|