Push up changes to prep for release

This commit is contained in:
Jeff Mitchell
2018-03-20 14:10:53 -04:00
parent f90c4c9c12
commit f105461df5
6 changed files with 22 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
## 0.9.6 (Unreleased)
## 0.9.6 (March 20th, 2018)
DEPRECATIONS/CHANGES:

View File

@@ -3,7 +3,7 @@
//-------------------------------------------------------------------
variable "download-url" {
default = "https://releases.hashicorp.com/vault/0.9.5/vault_0.9.5_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/0.9.6/vault_0.9.6_linux_amd64.zip"
description = "URL to download Vault"
}

View File

@@ -79,7 +79,7 @@
branch = "master"
name = "github.com/hashicorp/go-plugin"
packages = ["."]
revision = "baa83ead6ff956b3f99bcd609ae3499c028e019e"
revision = "8068b0bdcfb702b4ab69d0e42c6023b4996c3026"
[[projects]]
branch = "master"
@@ -91,7 +91,7 @@
branch = "master"
name = "github.com/hashicorp/go-uuid"
packages = ["."]
revision = "64130c7a86d732268a38cb04cfbaf0cc987fda98"
revision = "27454136f0364f2d44b1276c552d69105cf8c498"
[[projects]]
branch = "master"
@@ -153,13 +153,13 @@
"physical/inmem",
"version"
]
revision = "e296886cb6531a8283920cf3d7f30018d59d662d"
revision = "f90c4c9c12a5c25d9eb79a4e0a6b3bd89c7b2c01"
[[projects]]
branch = "master"
name = "github.com/hashicorp/yamux"
packages = ["."]
revision = "683f49123a33db61abfb241b7ac5e4af4dc54d55"
revision = "2658be15c5f05e76244154714161f17e3e77de2e"
[[projects]]
name = "github.com/mattn/go-colorable"
@@ -219,13 +219,13 @@
branch = "master"
name = "github.com/sethgrid/pester"
packages = ["."]
revision = "b18953f5db2922a73aaf89652abf7b5ee95cb516"
revision = "ed9870dad3170c0b25ab9b11830cc57c3a7798fb"
[[projects]]
branch = "master"
name = "golang.org/x/crypto"
packages = ["ssh/terminal"]
revision = "beaf6a35706e5032ae4c3fcf342c663c069f44d2"
revision = "c3a3ad6d03f7a915c0f7e194b7152974bb73d287"
[[projects]]
branch = "master"
@@ -239,7 +239,7 @@
"lex/httplex",
"trace"
]
revision = "cbe0f9307d0156177f9dd5dc85da1a31abc5f2fb"
revision = "6078986fec03a1dcc236c34816c71b0e05018fda"
[[projects]]
branch = "master"
@@ -248,7 +248,7 @@
"unix",
"windows"
]
revision = "f6cff0780e542efa0c8e864dc8fa522808f6a598"
revision = "7ceb54c8418b8f9cdf0177b511d5cbb06e9fae39"
[[projects]]
name = "golang.org/x/text"
@@ -275,7 +275,7 @@
branch = "master"
name = "google.golang.org/genproto"
packages = ["googleapis/rpc/status"]
revision = "2b5a72b8730b0b16380010cfe5286c42108d88e7"
revision = "f8c8703595236ae70fdf8789ecb656ea0bcdcf46"
[[projects]]
name = "google.golang.org/grpc"

18
vendor/vendor.json vendored
View File

@@ -1231,28 +1231,28 @@
"revisionTime": "2018-02-03T00:31:27Z"
},
{
"checksumSHA1": "hhW4T7s0a0CljwjQE0/qrsnCNOs=",
"checksumSHA1": "xApm6AbAzE3wMLMaozaZ53pb7AU=",
"path": "github.com/hashicorp/vault-plugin-auth-centrify",
"revision": "75fba37ce1ee5da40f574494f29f00ad20a6eba9",
"revisionTime": "2018-02-26T17:21:39Z"
"revision": "28c35cabb20c9dc4100d1c322cb88a841a2b29a9",
"revisionTime": "2018-03-20T18:08:51Z"
},
{
"checksumSHA1": "eVlMWanJ2W+/9c1kz72iefRcrYM=",
"path": "github.com/hashicorp/vault-plugin-auth-gcp/plugin",
"revision": "0c1e26171a389b348823edd6739da2f3cf02fb3f",
"revisionTime": "2018-02-26T17:20:54Z"
"revision": "64da7a2f54258c792f2b594e3fbad5b73877de68",
"revisionTime": "2018-03-20T18:07:35Z"
},
{
"checksumSHA1": "ffJQvzbQvmCG/PdaElGSfGnDgNM=",
"path": "github.com/hashicorp/vault-plugin-auth-gcp/plugin/util",
"revision": "0c1e26171a389b348823edd6739da2f3cf02fb3f",
"revisionTime": "2018-02-26T17:20:54Z"
"revision": "64da7a2f54258c792f2b594e3fbad5b73877de68",
"revisionTime": "2018-03-20T18:07:35Z"
},
{
"checksumSHA1": "O0HdHCxJRoDUYlBts3MfjLEgPXI=",
"path": "github.com/hashicorp/vault-plugin-auth-kubernetes",
"revision": "60136e299bb6a25b81a4dcb89754414cc76a7057",
"revisionTime": "2018-02-26T17:23:32Z"
"revision": "6c7dd3f219b06c4fa249bff2b859733a2f262e3b",
"revisionTime": "2018-03-20T18:05:36Z"
},
{
"checksumSHA1": "vTfeYxi0Z1y176bjQaYh1/FpQ9s=",

View File

@@ -2,7 +2,7 @@ package version
func init() {
// The main version number that is being run at the moment.
Version = "0.9.5"
Version = "0.9.6"
// 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

View File

@@ -2,7 +2,7 @@ set :base_url, "https://www.vaultproject.io/"
activate :hashicorp do |h|
h.name = "vault"
h.version = "0.9.5"
h.version = "0.9.6"
h.github_slug = "hashicorp/vault"
h.website_root = "website"
end