Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit f5bf849

Browse files
committed
Update to vault-helper 0.9.12
1 parent cf01283 commit f5bf849

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2222
| Vault | | `0.9.5` |
2323
| Kubernetes | `>= 1.7 && < 1.11` | `1.9.7` |
2424
| Calico | | `3.1.1` |
25-
| Vault Helper| | `0.9.7` |
25+
| Vault Helper| | `0.9.12` |
2626
| Etcd | | `3.2.17` |
2727

2828
## [0.3.0]: 0.3.0 - 2018-02-20

Gopkg.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ required = [
4848

4949
[[constraint]]
5050
name = "github.com/jetstack/vault-helper"
51-
version = "0.9.11"
51+
version = "0.9.12"
5252

5353
[[constraint]]
5454
name = "github.com/cenkalti/backoff"

puppet/modules/vault_client/files/vault-dev-server.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description=vault dev server for acceptance tests
44
[Service]
55
Type=notify
66
Environment=VAULT_VERSION=0.9.5
7-
Environment=VAULT_HELPER_VERSION=0.9.11
7+
Environment=VAULT_HELPER_VERSION=0.9.12
88
Environment=VAULT_CMD=/opt/bin/vault-helper
99
Environment=VAULT_ADDR=http://127.0.0.1:8200
1010
ExecStart=/bin/bash /etc/puppetlabs/code/modules/vault_client/files/vault-dev-server.sh

puppet/modules/vault_client/manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
class vault_client::params {
77
$app_name = 'vault-helper'
8-
$version = '0.9.11'
8+
$version = '0.9.12'
99
$bin_dir = '/opt/bin'
1010
$dest_dir = '/opt'
1111
$config_dir = '/etc/vault'

vendor/github.com/jetstack/vault-helper/pkg/kubernetes/generic_vault_backend.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)