From 79d30618518f8c21e2017bef728ab72487380754 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Tue, 28 Jun 2022 16:09:29 +0200 Subject: [PATCH] Release 0.15.1 --- README.md | 2 +- package.yaml | 2 +- vaultenv.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e997412..dc55347 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ of `tutorial.sh`. ## Usage ``` -vaultenv 0.15.0 - run programs with secrets from HashiCorp Vault +vaultenv 0.15.1 - run programs with secrets from HashiCorp Vault Usage: vaultenv [--version] [--host HOST] [--port PORT] [--addr ADDR] [--token TOKEN | --github-token TOKEN | --kubernetes-role ROLE] diff --git a/package.yaml b/package.yaml index 3eac1c6..4999895 100644 --- a/package.yaml +++ b/package.yaml @@ -1,7 +1,7 @@ # Changed the name here because nixpkgs also includes a vaultenv and we haven't # figured out how to mask that when we build vaultenv with nix itself. name: vaultenv-real -version: 0.15.0 +version: 0.15.1 synopsis: Runs processes with secrets from HashiCorp Vault license: BSD3 github: channable/vaultenv diff --git a/vaultenv.nix b/vaultenv.nix index c64ff04..da9f962 100644 --- a/vaultenv.nix +++ b/vaultenv.nix @@ -10,7 +10,7 @@ let in mkDerivation { pname = "vaultenv"; - version = "0.15.0"; + version = "0.15.1"; src = let