-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from joshcorr/output-changes
Output changes
- Loading branch information
Showing
6 changed files
with
111 additions
and
52 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,36 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [1.0.2] - 2021-06-10 | ||
Default to Hashtable output. | ||
## [1.0.1] - 2021-06-04 | ||
Improve Logging. Make Health Checks optional. | ||
Suggested by [Mounting to an existing path in Vault #7](https://github.com/joshcorr/SecretManagement.Hashicorp.Vault.KV/issues/7) | ||
## [1.0.0] - 2021-06-04 | ||
Update About; remove Preview Tag | ||
## [0.0.11] - 2021-03-16 | ||
More Bug fixes | ||
## [0.0.10] - 2021-03-16 | ||
Fix login logic bug | ||
## [0.0.9] - 2021-03-15 | ||
Better Token Management; Retrieving Metadata | ||
## [0.0.8] - 2021-03-13 | ||
Support Hashtable; Creating Metadata; Removing Vaults | ||
## [0.0.7] - 2021-03-09 | ||
Create New Vault; Fix Test-SecretVault | ||
## [0.0.6] - 2021-03-08 | ||
Required Secrets Version; Fix folder structure | ||
## [0.0.5] - 2021-03-08 | ||
Version Bump | ||
## [0.0.4] - 2021-03-08 | ||
More Github Actions changes | ||
## [0.0.3] - 2021-03-08 | ||
Github Actions changes | ||
## [0.0.2] - 2021-03-08 | ||
Fixes for SecretsManagement RC1 | ||
## [0.0.1] - 2020-10-27 | ||
Initial Preview Release |
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
2 changes: 1 addition & 1 deletion
2
...anagement.Hashicorp.Vault.KV.Extension/SecretManagement.Hashicorp.Vault.KV.Extension.psd1
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,5 +1,5 @@ | ||
@{ | ||
ModuleVersion = '1.0.1' | ||
ModuleVersion = '1.0.2' | ||
RootModule = 'SecretManagement.Hashicorp.Vault.KV.Extension.psm1' | ||
FunctionsToExport = @('Set-Secret', 'Get-Secret', 'Remove-Secret', 'Get-SecretInfo', 'Test-SecretVault', 'Unregister-SecretVault') | ||
} |
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
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