We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efedb5 commit 2f3c6b5Copy full SHA for 2f3c6b5
CHANGES.md
@@ -1,5 +1,16 @@
1
# Change Log
2
3
+## 0.6.0
4
+
5
+WARNING: This is the last version that "supports" python2.7.
6
+The next version will be 1.0.0 and "2" will be dropped from python_versions.
7
8
+- Add ability to authenticate with approle instead of with token.
9
+- Drop testing with python2.7 due to broken infrastructure.
10
+- Add unit tests for all actions.
11
+- Update minimum required version of hvac to 0.10.6.
12
+- Migrate from deprecated hvac methods to their replacements.
13
14
## 0.5.2
15
16
- Pass certificate correctly to hvac
pack.yaml
@@ -2,7 +2,7 @@
ref: vault
name: vault
description: HashiCorp Vault
-version: 0.5.2
+version: 0.6.0
python_versions:
- "2"
- "3"
0 commit comments