mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
Docs: Add release notes for MSSQL TDE (#16326)
This commit is contained in:
30
website/content/docs/platform/mssql/changelog.mdx
Normal file
30
website/content/docs/platform/mssql/changelog.mdx
Normal 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
|
||||
@@ -1583,6 +1583,10 @@
|
||||
{
|
||||
"title": "Troubleshooting",
|
||||
"path": "platform/mssql/troubleshooting"
|
||||
},
|
||||
{
|
||||
"title": "Release Notes",
|
||||
"path": "platform/mssql/changelog"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user