Skip to content

Commit

Permalink
Merge pull request #30 from Just-Insane/release-0.3.0
Browse files Browse the repository at this point in the history
merge release 0.3.0
  • Loading branch information
Just-Insane authored Mar 17, 2021
2 parents 266e0c1 + 8718fbc commit 547b85a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit 547b85a

Please sign in to comment.