Skip to content

Latest commit

 

History

History
101 lines (58 loc) · 3.12 KB

CHANGELOG.md

File metadata and controls

101 lines (58 loc) · 3.12 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[2.0.1] - 2022-01-13

Support skipping certificate varification #29 thanks to @ryancbutler
bugfix for DateTime conversion when useing root token #31
bugfix Linter

[1.3.0] - 2021-11-14

Reintroduced PowerShell 5.1 support #26
Backported changes from main branch

[2.0.0] - 2021-11-11

Powershell 5.1 is no longer a supported version for this extension.
version 1.1.1-Preview is the last 5.1 compatible version

Major rewrite of the token management to make it compatible with Constrained Language Mode
Fixes issues with Unlock-SecretVault #24
Fixes issue using extension from Terminal #22
Updated documentation

[1.2.0] - 2021-11-07

Adds Unlock-SecretVault #21
Adds support for checking tokens lifespan and renewing when they are close to expiring or have already expired. #11
Increase verbose messages and fix formatting
Add Byte as supported data type
Fix pester tests

[1.1.1] - 2021-08-25

Fixes 'Secrets with nested jsons can be truncated' #17 contribution by @velkovb

[1.1.0] - 2021-08-04

Tested with SecretManagement 1.1.0 #14 Adding tests

[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

[1.0.0] - 2021-06-04

Update About; remove Preview Tag

[0.0.11] - 2021-03-16

More bugfixes

[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