-
Notifications
You must be signed in to change notification settings - Fork 7
/
Changes
33 lines (25 loc) · 891 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
WebService::HashiCorp::Vault - perl API for HashiCorp's Vault
0.03 2023-07-11
- Relicense to MIT
- Fix issues in Kvv2 backend thanks @dennisjbell via GH#16
0.02 2022-01-13
- Add put/delete functions to auth and audit PR#12 thanks to @yewtc
- Correct pod from GH#10
- Rename TEST_AUTHOR to AUTHOR_TESTING for GH#13
0.01 2021-4-29
- Add AppRole auth support PR#7 thanks to @amishHammer
- Add KV version 2 support PR#6 thanks to @amishHammer
- Remove alpha warnings
0.005 2020-12-11
- Carry the ua in to objects which are returned. See GH#3
0.004 2017-11-08
- Back out changes to path, accepting the change was a mistake
- Correctly pass base_url through to secrets when created, see GH#1
0.003 2017-11-08
- Allow path to be given to Generic backend secrets
- Typo in pod
- Thanks to nxadm via GH pr #1
0.002 2017-04-28
- Add cubbyhole secret
0.001 2017-04-10
- Initial revision