Some release prep work

This commit is contained in:
Jeff Mitchell
2018-12-03 10:01:06 -05:00
parent 4e70d43942
commit 3cbc77e7d7
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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"
}

View File

@@ -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 = ""
}

View File

@@ -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