-
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.
feat: add secrets from file and prepare a release
- Loading branch information
Showing
4 changed files
with
77 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Change: Read secrets form files | ||
|
||
We have added proper support to load secrets like passwords from files or from | ||
base64-encoded strings. Just provide the flags or environment variables with a | ||
DSN formatted string like `file://path/to/file` or `base64://Zm9vYmFy`. | ||
|
||
https://github.com/promhippie/prometheus-vcd-sd/pulls/ |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Enhancement: Update all releated dependencies | ||
|
||
We've updated all dependencies to the latest available versions, including more | ||
current versions of build tools and used Go version to build the binaries. It's | ||
time to mark a stable release. | ||
|
||
https://github.com/promhippie/prometheus-vcd-sd/pulls/ |
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
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