mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Some release prep work
This commit is contained in:
@@ -63,7 +63,7 @@ CHANGES:
|
||||
* HSM Regenerate Key Support Removed: Vault no longer supports destroying and
|
||||
regenerating encryption keys on an HSM; it only supports creating them.
|
||||
Although this has never been a source of a customer incident, it is simply a
|
||||
code path that is pretty trivial to activate, especially by mistyping
|
||||
code path that is too trivial to activate, especially by mistyping
|
||||
`regenerate_key` instead of `generate_key`.
|
||||
* Barrier Config Upgrade (Enterprise): When upgrading from Vault 0.8.x, the
|
||||
seal type in the barrier config storage entry will be upgraded from
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
//-------------------------------------------------------------------
|
||||
|
||||
variable "download-url" {
|
||||
default = "https://releases.hashicorp.com/vault/0.11.5/vault_0.11.5_linux_amd64.zip"
|
||||
default = "https://releases.hashicorp.com/vault/1.0.0/vault_1.0.0_linux_amd64.zip"
|
||||
description = "URL to download Vault"
|
||||
}
|
||||
|
||||
|
||||
@@ -7,5 +7,5 @@ func init() {
|
||||
// A pre-release marker for the version. If this is "" (empty string)
|
||||
// then it means that it is a final release. Otherwise, this is a pre-release
|
||||
// such as "dev" (in development), "beta", "rc1", etc.
|
||||
VersionPrerelease = "rc1"
|
||||
VersionPrerelease = ""
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ use ReshapeMiddleware, component_file: "assets/reshape.js"
|
||||
|
||||
activate :hashicorp do |h|
|
||||
h.name = "vault"
|
||||
h.version = "0.11.5"
|
||||
h.version = "1.0.0"
|
||||
h.github_slug = "hashicorp/vault"
|
||||
h.website_root = "website"
|
||||
h.releases_enabled = true
|
||||
|
||||
Reference in New Issue
Block a user