Bump vkv plugin
This commit is contained in:
parent
4b687eca3f
commit
8d33a0e089
|
@ -122,7 +122,7 @@ func (b *versionedKVBackend) Upgrade(ctx context.Context, s logical.Storage) err
|
|||
// process has finished.
|
||||
READONLY_LOOP:
|
||||
for {
|
||||
err = s.Put(ctx, &logical.StorageEntry{
|
||||
err := s.Put(ctx, &logical.StorageEntry{
|
||||
Key: path.Join(b.storagePrefix, "upgrading"),
|
||||
Value: info,
|
||||
})
|
||||
|
|
|
@ -1327,10 +1327,10 @@
|
|||
"revisionTime": "2018-03-21T19:18:39Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "jCCOUc5SPB+0zUq5VFgsVAfRoTY=",
|
||||
"checksumSHA1": "4Sp0A91EzXy/7mhDadD+2kH7gGk=",
|
||||
"path": "github.com/hashicorp/vault-plugin-secrets-kv",
|
||||
"revision": "ec4ef486c57d3d1bc564feaed6a06b00a48691d4",
|
||||
"revisionTime": "2018-04-03T19:44:42Z"
|
||||
"revision": "0eb5e1d4ad51fe069a869a7f38c7cddc54bfff62",
|
||||
"revisionTime": "2018-04-03T21:08:50Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "vTfeYxi0Z1y176bjQaYh1/FpQ9s=",
|
||||
|
|
Loading…
Reference in New Issue