- Update dependencies. GH-897
Releases
v1.0.1
v1.0.0
- Update changelog for 1.0.0 release. GH-890
- CI: Update Vault versions for integration tests. GH-884
- Tests: Handle 204 response in jwt test. GH-881
- Tests: Fix kubernetes integration test. GH-880
- Tests: Fix broken oidc test. GH-879
- Tests: Fix Azure test failure. GH-878
- Tests: Handle different response due to upstream change. GH-876
- Tests: Fix Github auth tests. GH-875
- Test utils: Fix OTP length for Vault >=1.10.0. GH-872
- Test utils: Migrate to packaging module’s Version. GH-871
- Integration Tests: Fix GCP test error. GH-870
- build-test: Fix windows job. GH-845
- build-test: Add test. GH-844
- Bump version: 0.11.2 → 1.0.0. GH-829
💥 Breaking Changes
- Legacy MFA: Move mfa authentication method to legacy MFA method. GH-883
- Remove deprecated methods. GH-868
- Remove redundant code for Python <= 3.5. GH-822
- Drop Python 2 and EOL Python 3 versions. GH-819
🚀 Features
- Token: Add create orphaned token method. GH-869
- Allow configuring the possible salt lengths for RSA PSS signatures. GH-846
- ssh: Add secret engine. GH-811
🐛 Bug Fixes
📚 Documentation
- Migrate to Poetry. GH-854
- docs(auth-methods): update kubernetes. GH-837
- README: Remove help wanted note. GH-848
- Update kubernetes authentication example. GH-827
🧰 Miscellaneous
v0.11.2
Breakfix release to revert some unintended post-1.0 requirements changes.
🐛 Bug Fixes
- Revert
six
&requests
Requirements Changes . GH-768
v0.11.1
💥 Breaking Changes
-
Note: This is actually and truly (
😝 ) intended to by the last hvac release supporting Python 2.7.Starting with hvac version
1.0.0
, Python versions>=3.6
will be the only explictly supported versions. -
Requirements – Cleanup & Upgrades (
install_requires
=>requests>=2.25.1
). GH-741
🚀 Features
- Add X-Vault-Request header to all requests by default. GH-762
- Add token_type to kubernetes auth create_role. GH-760
- jwt: use login adapter and add
use_token
param. GH-746
🐛 Bug Fixes
- Fix Passing of
cert
Parameter From Client into Adapter Class. GH-743 - Removed vestigial accessor parameter from auth token revoke_self. GH-744
- Fix Client TLS
verify
Behavior . GH-745 - Fix incorrect recovery key backup path. GH-749
Thanks to @Tylerlhess, @anhdat, @ayav09, @bobmshannon, @bpatterson971, @briantist, @cmanfre4, @jeffwecan, Chris Manfre and tyhess for their lovely contributions..