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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hvac requirement from <1.2,>=0.11 to >=0.11,<2.1 #16

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2023

Updates the requirements on hvac to permit the latest version.

Release notes

Sourced from hvac's releases.

v2.0.0

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)

... (truncated)

Changelog

Sourced from hvac's changelog.

2.0.0

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)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [hvac](https://github.com/hvac/hvac) to permit the latest version.
- [Release notes](https://github.com/hvac/hvac/releases)
- [Changelog](https://github.com/hvac/hvac/blob/main/CHANGELOG.md)
- [Commits](hvac/hvac@v0.11.0...v2.0.0)

---
updated-dependencies:
- dependency-name: hvac
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants