mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
docs: add 1.2.1 upgrade guide (#7274)
This commit is contained in:
parent
56189577cf
commit
6d1cdd7309
24
website/source/docs/upgrading/upgrade-to-1.2.1.html.md
Normal file
24
website/source/docs/upgrading/upgrade-to-1.2.1.html.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
layout: "docs"
|
||||
page_title: "Upgrading to Vault 1.2.1 - Guides"
|
||||
sidebar_title: "Upgrade to 1.2.1"
|
||||
sidebar_current: "docs-upgrading-to-1.2.1"
|
||||
description: |-
|
||||
This page contains the list of deprecations and important or breaking changes
|
||||
for Vault 1.2.1. Please read it carefully.
|
||||
---
|
||||
|
||||
# Overview
|
||||
|
||||
This page contains the list of deprecations and important or breaking changes
|
||||
for Vault 1.2.1 compared to 1.2.0. Please read it carefully.
|
||||
|
||||
## Known Issues
|
||||
|
||||
### AppRole Upgrade Issue
|
||||
|
||||
Vault 1.2.1 contains a known issue where an existing AppRole role
|
||||
may not be read or updated under a specific scenario. The role in
|
||||
question needs to have been created before Vault 1.0.0, and then updated
|
||||
between 1.0.0 and 1.1.5. If using AppRole, do not upgrade to until
|
||||
his issue is fixed in 1.2.2.
|
||||
@ -359,7 +359,8 @@
|
||||
'upgrade-to-1.0.0',
|
||||
'upgrade-to-1.1.0',
|
||||
'upgrade-to-1.1.1',
|
||||
'upgrade-to-1.2.0'
|
||||
'upgrade-to-1.2.0',
|
||||
'upgrade-to-1.2.1'
|
||||
]
|
||||
},
|
||||
'----------------',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user