From 8718fbce6050604aa1d6eb9880c8cbba16190a30 Mon Sep 17 00:00:00 2001 From: Justin Guathier Date: Wed, 17 Mar 2021 15:58:32 -0400 Subject: [PATCH] submit release 0.3.0 --- CHANGELOG.md | 12 ++++++++++++ plugin.yaml | 2 +- setup.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..519f17e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# CHANGELOG.md + +## 0.3.0 (2021-03-17) + +Features: + +- Adds an option to set an environment for secrets, using the -e/--environment flag + - Moves the editor selection from -e to -ed + +Fix: + +- Moved from gitlab-ci to Github Actions for CI \ No newline at end of file diff --git a/plugin.yaml b/plugin.yaml index f8f610c..6a40652 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "vault" -version: "0.2.3" +version: "0.3.0" usage: "Store secrets in Hashicorp Vault" description: |- Helm plugin for storing secrets in HashiCorp Vault diff --git a/setup.py b/setup.py index e4cdf03..970c7cd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='vault', - version='0.2.3', + version='0.3.0', description='Helm plugin for storing secrets in HashiCorp Vault', author='Just-Insane', author_email='justin@justin-tech.com',