Skip to content

Commit

Permalink
Vendor consul-template (#3153)
Browse files Browse the repository at this point in the history
* Vendor consul-template

Fixes #3133

* changelog
  • Loading branch information
dadgar committed Sep 5, 2017
1 parent d381272 commit 991451d
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 44 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ BUG FIXES:
another job [GH-3120]
* cli: Fix setting of TLSServerName for node API Client. This fixes an issue of
contacting nodes that are using TLS [GH-3127]
* client/template: Fix issue in which the template block could cause high load
on Vault when secret lease duration was less than the Vault grace [GH-3153]
* driver/docker: Fix issue in which mounts could parse incorrectly [GH-3163]
* driver/docker: Fix issue where potentially incorrect syslog server address is
used [GH-3135]
Expand Down

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

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

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

30 changes: 15 additions & 15 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -641,44 +641,44 @@
{
"checksumSHA1": "Nu2j1GusM7ZH0uYrGzqr1K7yH7I=",
"path": "github.com/hashicorp/consul-template/child",
"revision": "a6369e8e105f2f5534671e2609dc19e20b55da96",
"revisionTime": "2017-08-25T23:40:39Z"
"revision": "2ad07927ef7f87f3e513becb58b3fe6d2c3cbb7d",
"revisionTime": "2017-09-01T21:49:09Z"
},
{
"checksumSHA1": "lemUzh6uQDMxuvTT/BREYdGcS0U=",
"path": "github.com/hashicorp/consul-template/config",
"revision": "a6369e8e105f2f5534671e2609dc19e20b55da96",
"revisionTime": "2017-08-25T23:40:39Z"
"revision": "2ad07927ef7f87f3e513becb58b3fe6d2c3cbb7d",
"revisionTime": "2017-09-01T21:49:09Z"
},
{
"checksumSHA1": "WVZ+pqn/HLLXjj+Tj5ZZvD7w6r0=",
"checksumSHA1": "ki5mjKALz3JrAee3mYUNl8pFJnU=",
"path": "github.com/hashicorp/consul-template/dependency",
"revision": "a6369e8e105f2f5534671e2609dc19e20b55da96",
"revisionTime": "2017-08-25T23:40:39Z"
"revision": "2ad07927ef7f87f3e513becb58b3fe6d2c3cbb7d",
"revisionTime": "2017-09-01T21:49:09Z"
},
{
"checksumSHA1": "ZuqKmrZAWgHbWGGt1e9RAMZ4wvs=",
"path": "github.com/hashicorp/consul-template/manager",
"revision": "a6369e8e105f2f5534671e2609dc19e20b55da96",
"revisionTime": "2017-08-25T23:40:39Z"
"revision": "2ad07927ef7f87f3e513becb58b3fe6d2c3cbb7d",
"revisionTime": "2017-09-01T21:49:09Z"
},
{
"checksumSHA1": "YSEUV/9/k85XciRKu0cngxdjZLE=",
"path": "github.com/hashicorp/consul-template/signals",
"revision": "a6369e8e105f2f5534671e2609dc19e20b55da96",
"revisionTime": "2017-08-25T23:40:39Z"
"revision": "2ad07927ef7f87f3e513becb58b3fe6d2c3cbb7d",
"revisionTime": "2017-09-01T21:49:09Z"
},
{
"checksumSHA1": "zSvJlNfZS3fCRlFaZ7r9Q+N17T8=",
"path": "github.com/hashicorp/consul-template/template",
"revision": "a6369e8e105f2f5534671e2609dc19e20b55da96",
"revisionTime": "2017-08-25T23:40:39Z"
"revision": "2ad07927ef7f87f3e513becb58b3fe6d2c3cbb7d",
"revisionTime": "2017-09-01T21:49:09Z"
},
{
"checksumSHA1": "b4+Y+02pY2Y5620F9ALzKg8Zmdw=",
"path": "github.com/hashicorp/consul-template/watch",
"revision": "a6369e8e105f2f5534671e2609dc19e20b55da96",
"revisionTime": "2017-08-25T23:40:39Z"
"revision": "2ad07927ef7f87f3e513becb58b3fe6d2c3cbb7d",
"revisionTime": "2017-09-01T21:49:09Z"
},
{
"checksumSHA1": "jfELEMRhiTcppZmRH+ZwtkVS5Uw=",
Expand Down

0 comments on commit 991451d

Please sign in to comment.