Docs: Add release notes for MSSQL TDE (#16326)

This commit is contained in:
Tom Proctor
2022-07-19 11:52:59 +01:00
committed by GitHub
parent 48be182b0f
commit c67e009e81
2 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
---
layout: docs
page_title: Vault EKM Provider Release Notes
description: Release notes for the Vault EKM Provider for Microsoft SQL Server.
---
# Release Notes
Each version is available to download from the
[releases](https://releases.hashicorp.com/vault-mssql-ekm-provider/) page.
## 0.2.0 (July 15th, 2022)
BUGS
* Fixed a bug where rotating the Transit key would cause decryption failures.
FEATURES
* The config file now supports setting a Vault namespace, and a non-default transit or App Role mount path. See [Configuration][config] for details.
IMPROVEMENTS
* The config file is now stored inside ProgramData and will persist during future upgrades. See [Configuration][config] for details.
## 0.1.0 (November 17th, 2021)
Initial release.
[config]: /docs/platform/mssql/configuration

View File

@@ -1583,6 +1583,10 @@
{
"title": "Troubleshooting",
"path": "platform/mssql/troubleshooting"
},
{
"title": "Release Notes",
"path": "platform/mssql/changelog"
}
]
},