Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency hvac to v2 #154

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hvac ==1.2.1 -> ==2.3.0 age adoption passing confidence

Release Notes

hvac/hvac (hvac)

v2.3.0

Compare Source

🚀 Features
  • Implement the /sys/wrapping/wrap endpoint (GH-1172)
  • add support for Vault Raft auto-snapshot endpoints. (GH-1169)
🧰 Miscellaneous
  • Dependencies/security updates (GH-1174)
  • update artifact actions to v4 (GH-1173)

v2.2.0

Compare Source

📢 Deprecations / Announcements
  • Add new exception types for HTTP status 405 and 412 (GH-1148)
🚀 Features
  • LDAP secrets engine enhancements (GH-1163)
  • LDAP secret engine support (#​1032) (GH-1033)
  • Add new exception types for HTTP status 405 and 412 (GH-1148)
  • Add sts_region parameter to auth.aws.configure (GH-1136)
  • Adding namespace_in_state to jwt (GH-1144)
  • Add associated_data to encrypt/decrypt transit endpoints (GH-1108)
  • aws auth - add support for iam_metadata and ec2_metadata params (GH-1125)
🧰 Miscellaneous
  • Bump idna from 3.6 to 3.7 (GH-1160)
  • Bump jwcrypto from 1.5.1 to 1.5.6 (GH-1158)
  • Bump cryptography from 41.0.7 to 42.0.4 (GH-1157)
  • add Vault 1.16.x to CI matrix (GH-1155)
  • Make integration tests more reliable (GH-1153)
  • Replace distutils.spawn with shutil.which (GH-1146)
  • Bump jinja2 from 3.0.3 to 3.1.3 (GH-1131)
  • refactor: move identity DEFAULT_MOUNT_POINT to constants (GH-1123)

v2.1.0

Compare Source

🚀 Features
  • Add support for sys/policies endpoint (GH-1100)
  • add quota support to system backend (GH-1092)
  • Add support to PKI class to perform CRUD on issuers (GH-1102)
🐛 Bug Fixes
  • Client.write_data - remove potentially dangerous default (GH-1120)
📚 Documentation
  • 📝 Add HTTP/2+ use case into the advanced usage section (GH-1111)
  • update the KV documentation (GH-1122)
  • Add support for sys/policies endpoint (GH-1100)
  • fix readthedocs (RTD) public docsite, modernize some of the docs build/testing (GH-1119)
  • Add support to PKI class to perform CRUD on issuers (GH-1102)
  • Update GCP secrets engine documentation (GH-1099)
🧰 Miscellaneous
  • fix readthedocs (RTD) public docsite, modernize some of the docs build/testing (GH-1119)
  • Revamp integration tests, run in parallel (GH-1105)
  • Add Vault 1.15.x to integration tests (GH-1103)

v2.0.0

Compare Source

This release makes a number of breaking changes. Most notably, dropping support for Python 3.6 & 3.7, dropping support for Vault versions 1.6.x through 1.10.x, and removing previously deprecated methods and code paths. Most of the other breaking changes are fairly minor or only affect specific use cases, but please review all changes carefully.

There are also several other deprecations and announcements to be aware of. We hope to have a more rapid release schedule going forward.

In accordance with our supported Python version policy we will continue to drop Python versions as they become end-of-life. These may not be announced in advance, but will be done in major versions.

💥 Breaking Changes
  • Client.write method breaking changes 2.0.0 (GH-1089)
  • Drop support for Vault 1.6-1.10 (GH-1074)
  • Changing default values for sys.initialize parameters secret_shares and secret_threshold (GH-1063)
  • Remove old deprecated client attributes (GH-1062)
  • Remove MFA class (GH-1056)
  • adapters: if session is user-supplied, do not overwrite session options with Client/Adapter options (GH-1021)
  • Make pyhcl optional again (GH-1060)
  • Drop Python 3.6 & 3.7, Add Python 3.11, bump some dependencies (GH-1048)
📢 Deprecations / Announcements
  • Breaking changes coming to Adapters' use of custom sessions (GH-1040)
  • Breaking changes coming to Client.write method (GH-1034)
  • The default value of raise_on_deleted_version will change from True to False in v3.0.0 (GH-955)
  • The certificate parameter for create_ca_certificate_role will stop accepting file paths in v3.0.0 (GH-914)
  • Drop support for Vault 1.6-1.10 (GH-1074)
  • Changing default values for sys.initialize parameters secret_shares and secret_threshold (GH-1063)
  • Fix typo in safety_buffer argument in AWS auth (GH-1068)
🚀 Features
  • Add support for Python 3.12 (GH-1073)
  • Database Secrets Engine - add rotate_static_credentials method, docs updates, unit tests (GH-1069)
  • Make plaintext and ciphertext optional for batch operations (GH-1049)
🐛 Bug Fixes
  • Changing default values for sys.initialize parameters secret_shares and secret_threshold (GH-1063)
  • adapters: if session is user-supplied, do not overwrite session options with Client/Adapter options (GH-1021)
📚 Documentation
  • update docstring for sys step-down (GH-1086)
  • Database Secrets Engine - add rotate_static_credentials method, docs updates, unit tests (GH-1069)
  • Fix invalid build and test status (GH-1072)
🧰 Miscellaneous
  • add .git-blame-ignore-revs (GH-1087)
  • Fix typos, add typos linter to CI (GH-1057)
  • drop python-jwt dev dependency (GH-1084)

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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/hvac-2.x branch from edcf9c3 to 453de29 Compare December 22, 2023 16:24
@renovate renovate bot force-pushed the renovate/hvac-2.x branch from 453de29 to 4f8b50c Compare January 3, 2024 19:38
@renovate renovate bot force-pushed the renovate/hvac-2.x branch from 4f8b50c to fcf44ea Compare March 5, 2024 12:00
@renovate renovate bot changed the base branch from master to main March 5, 2024 12:00
@renovate renovate bot force-pushed the renovate/hvac-2.x branch from fcf44ea to 4a0c8e4 Compare April 27, 2024 23:00
@renovate renovate bot force-pushed the renovate/hvac-2.x branch from 4a0c8e4 to 8b7a093 Compare June 18, 2024 16:09
@renovate renovate bot force-pushed the renovate/hvac-2.x branch from 8b7a093 to 787451a Compare December 26, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants