chore(deps): update dependency hvac to v2 #154
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.2.1
->==2.3.0
Release Notes
hvac/hvac (hvac)
v2.3.0
Compare Source
🚀 Features
🧰 Miscellaneous
v2.2.0
Compare Source
📢 Deprecations / Announcements
🚀 Features
iam_metadata
andec2_metadata
params (GH-1125)🧰 Miscellaneous
v2.1.0
Compare Source
🚀 Features
🐛 Bug Fixes
Client.write_data
- remove potentially dangerous default (GH-1120)📚 Documentation
🧰 Miscellaneous
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)sys.initialize
parameterssecret_shares
andsecret_threshold
(GH-1063)client
attributes (GH-1062)session
is user-supplied, do not overwrite session options withClient
/Adapter
options (GH-1021)pyhcl
optional again (GH-1060)📢 Deprecations / Announcements
Client.write
method (GH-1034)raise_on_deleted_version
will change fromTrue
toFalse
inv3.0.0
(GH-955)certificate
parameter forcreate_ca_certificate_role
will stop accepting file paths in v3.0.0 (GH-914)sys.initialize
parameterssecret_shares
andsecret_threshold
(GH-1063)safety_buffer
argument in AWS auth (GH-1068)🚀 Features
rotate_static_credentials
method, docs updates, unit tests (GH-1069)plaintext
andciphertext
optional for batch operations (GH-1049)🐛 Bug Fixes
sys.initialize
parameterssecret_shares
andsecret_threshold
(GH-1063)session
is user-supplied, do not overwrite session options withClient
/Adapter
options (GH-1021)📚 Documentation
rotate_static_credentials
method, docs updates, unit tests (GH-1069)🧰 Miscellaneous
typos
linter to CI (GH-1057)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.
This PR was generated by Mend Renovate. View the repository job log.