Skip to content

Commit

Permalink
Prepare for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Jan 15, 2019
1 parent 100de68 commit d4bcc13
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.2 (Unreleased)
## 1.0.2 (January 15th, 2019)

SECURITY:

Expand Down
2 changes: 1 addition & 1 deletion scripts/cross/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN rm -rf /var/lib/apt/lists/*

RUN npm install -g [email protected]

ENV GOVERSION 1.11.3
ENV GOVERSION 1.11.4
RUN mkdir /goroot && mkdir /gopath
RUN curl https://storage.googleapis.com/golang/go${GOVERSION}.linux-amd64.tar.gz \
| tar xvzf - -C /goroot --strip-components=1
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//-------------------------------------------------------------------

variable "download-url" {
default = "https://releases.hashicorp.com/vault/1.0.1/vault_1.0.1_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/1.0.2/vault_1.0.2_linux_amd64.zip"
description = "URL to download Vault"
}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1479,10 +1479,10 @@
"revisionTime": "2018-12-12T18:25:53Z"
},
{
"checksumSHA1": "0Uh543eKwac5M7mSsijM0GNekto=",
"checksumSHA1": "yhUUqN5rbEXnfI8WfGUofXToD+o=",
"path": "github.com/hashicorp/vault-plugin-secrets-kv",
"revision": "2236f141171e282e0d3d2c5bb6c695e4def5302f",
"revisionTime": "2018-11-06T19:05:20Z"
"revision": "9dbe04db0e34c9c3c75bedcdb16d8ff78f0c54bd",
"revisionTime": "2018-12-19T17:59:33Z"
},
{
"checksumSHA1": "ldkAQ1CpiAaQ9sti0qIch+UyRsI=",
Expand Down
2 changes: 1 addition & 1 deletion version/version_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

func init() {
// The main version number that is being run at the moment.
Version = "1.0.1"
Version = "1.0.2"

// 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
Expand Down
2 changes: 1 addition & 1 deletion website/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

activate :hashicorp do |h|
h.name = "vault"
h.version = "1.0.1"
h.version = "1.0.2"
h.github_slug = "hashicorp/vault"
h.website_root = "website"
h.releases_enabled = true
Expand Down

0 comments on commit d4bcc13

Please sign in to comment.