Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vault
Commits
9c620ad4
Commit
9c620ad4
authored
4 years ago
by
Meggie
Committed by
GitHub Action
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Added upgrade note about go version (#10385)
parent
44d48ff8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
website/pages/docs/upgrading/upgrade-to-1.6.0.mdx
+11
-0
website/pages/docs/upgrading/upgrade-to-1.6.0.mdx
with
11 additions
and
0 deletions
+11
-0
website/pages/docs/upgrading/upgrade-to-1.6.0.mdx
+
11
-
0
View file @
9c620ad4
...
...
@@ -12,6 +12,17 @@ description: |-
This page contains the list of deprecations and important or breaking changes
for Vault 1.6.0 compared to 1.5. Please read it carefully.
## Go Version
Vault 1.6.0 is built with Go 1.15. Please review the [Go Release
Notes](https://golang.org/doc/go1.15) for full details. A few items of
particular note:
* Go 1.15 has dropped support for 32-bit binaries on macOS, iOS, iPadOS,
watchOS, and tvOS, and Vault is no longer issuing darwin_386 binaries
* Go 1.15 no longer treats the `CommonName` field on X.509 certificates as a
host name. X.509 certificates should be validated and potentially regenerated
before upgrading if they do not have Subject Alternative Names.
## Transform Secrets Engine Storage Upgrade
The Transform Secrets Engine (Enterprise only) will automatically upgrade the
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment