Skip to content

chore(deps): update dependency hvac to v1.1.0

Renovate Bot requested to merge renovate/hvac-1.x into master

This MR contains the following updates:

Package Update Change
hvac minor ==1.0.2 -> ==1.1.0

Release Notes

hvac/hvac

v1.1.0

Compare Source

📢 Deprecations / Announcements
  • v3.0.0 - The certificate parameter for create_ca_certificate_role will stop accepting file paths (GH-914)
  • Please note that hvac intends to drop support for EoL Python versions (GH-877)
  • v3.0.0 - The default value of raise_on_deleted_version will change from True to False (GH-955)
  • Allow for reading deleted secret versions (kv2) without an exception (GH-907)
🚀 Features
  • Allow for reading deleted secret versions (kv2) without an exception (GH-907)
  • AWS secret engine - fix generate_credentials for STS endpoint (GH-934)
  • Add support for custom metadata in kv2 engine (GH-805)
  • Add new field auto_rotate_period on transit key management (GH-903)
🐛 Bug Fixes
  • Allow for reading deleted secret versions (kv2) without an exception (GH-907)
  • fix vault client certificates loaded from envirnoment variables (GH-943)
  • approle - fix metadata for generated secret IDs, re-add wrap_ttl (GH-782)
  • AWS secret engine - fix generate_credentials for STS endpoint (GH-934)
  • Propagate client's adapter to API categories (GH-939)
  • don't cache on py3.6 windows combo (GH-916)
  • Cert: Fix role certificate parameter (GH-886)
📚 Documentation
  • add documentation for retries (GH-948)
  • docs - sphinx - fail on warnings (GH-949)
  • Create userpass.rst (GH-775)
  • doc: update reference to removed method (GH-942)
  • Documentation updates for use with a private CA (GH-774)
  • Update Azure guideline with proper client variable (GH-935)
  • Update wrapping.rst - example for unauthenticated unwrap (GH-789)
  • Fix typo in the AWS auth method docs (GH-911)
  • Replace Azure docs occurence to Kubernetes (GH-904)
🧰 Miscellaneous
  • Remove deprecated python syntax (GH-909)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box
Edited by Renovate Bot

Merge request reports