File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ of `tutorial.sh`.
99
99
## Usage
100
100
101
101
```
102
- vaultenv 0.17 .0 - run programs with secrets from HashiCorp Vault
102
+ vaultenv 0.18 .0 - run programs with secrets from HashiCorp Vault
103
103
104
104
Usage: vaultenv [--version] [--host HOST] [--port PORT] [--addr ADDR]
105
105
[--token TOKEN | --github-token TOKEN | --kubernetes-role ROLE]
Original file line number Diff line number Diff line change 1
1
# Changed the name here because nixpkgs also includes a vaultenv and we haven't
2
2
# figured out how to mask that when we build vaultenv with nix itself.
3
3
name : vaultenv-real
4
- version : 0.17 .0
4
+ version : 0.18 .0
5
5
synopsis : Runs processes with secrets from HashiCorp Vault
6
6
license : BSD3
7
7
github : channable/vaultenv
Original file line number Diff line number Diff line change 10
10
in
11
11
mkDerivation {
12
12
pname = "vaultenv" ;
13
- version = "0.17 .0" ;
13
+ version = "0.18 .0" ;
14
14
15
15
src =
16
16
let
You can’t perform that action at this time.
0 commit comments