You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,21 @@
1
1
# Vault Ruby Changelog
2
2
3
+
## v0.11.0 (March 19, 2018)
4
+
5
+
IMPROVEMENTS
6
+
7
+
- Access to health has been added.
8
+
- Added ability to handle a Base64 encoded PEM (useful for certs in environment variables)
9
+
- Added IAM EC2 authentication support
10
+
- Add custom mount path support to TLS authentication
11
+
3
12
## v0.10.1 (May 8, 2017)
4
13
5
14
IMPROVEMENTS
6
15
7
16
-`vault-ruby` is licensed under Mozilla Public License 2.0, and has been for over 2 years. This patch release updates the gemspec to use the correct SPDX ID string for reporting this license, but **no change to the licensing of this gem has occurred**.
All of the methods and API calls are heavily documented with examples inline using YARD. In order to keep the examples versioned with the code, the README only lists a few examples for using the Vault gem. Please see the inline documentation for the full API documentation. The tests in the 'spec' directory are an additional source of examples.
0 commit comments