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

Bump hvac from 0.10.8 to 0.11.2 #58

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 27, 2021

Bumps hvac from 0.10.8 to 0.11.2.

Release notes

Sourced from hvac's releases.

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..

v0.11.0

💥 Breaking Changes

  • Note: This is 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 explicitly supported versions.

  • Userpass: Add use_token param on login(), Accept passthrough **kwargs on create user . GH-733

🚀 Features

  • Support CA-related Environment Variables. GH-735
  • Migrate Token Auth Methods to Dedicated Class. GH-734
  • Allow Omission of Password Argument on Userpass create_or_update_user(). GH-714
  • Add token_ttl & token_max_ttl Arguments to ldap.configure(). GH-707

🐛 Bug Fixes

  • Fix Cert.login() handling of use_token argument. GH-720
  • Use PUTs for AWS Secrets Engine STS Requests. GH-718

... (truncated)

Changelog

Sourced from hvac's changelog.

0.11.2 (September 23rd, 2021)

Breakfix release to revert some unintended post-1.0 requirements changes.

🐛 Bug Fixes

  • Revert six & requests Requirements Changes. GH-768

0.11.1 (September 22nd, 2021)

💥 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.

0.11.0 (July 12th, 2021)

💥 Breaking Changes

  • Note: This is 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.

  • Userpass: Add use_token param on login(), Accept passthrough **kwargs on create user . GH-733

🚀 Features

  • Support CA-related Environment Variables. GH-735
  • Migrate Token Auth Methods to Dedicated Class. GH-734
  • Allow Omission of Password Argument on Userpass create_or_update_user(). GH-714
  • Add token_ttl & token_max_ttl Arguments to ldap.configure(). GH-707

🐛 Bug Fixes

... (truncated)

Commits
  • ec048de Merge pull request #769 from hvac/develop
  • 3ef2b59 Bonus tiny release drafter template tweak
  • a2837ea Changelog updates for v0.11.2
  • 1c753ba Bump version: 0.11.1 → 0.11.2
  • 3588491 Merge pull request #768 from hvac/revert_pr_741
  • 48aa230 Revert "Tidy up and update requirements"
  • cdbd0ef Revert "Drop six from requirements"
  • 91b89b4 Revert "Bump {install,extra}_requires versions in setup.py"
  • 0e78da4 Merge branch 'develop' (for v0.11.1 release)
  • 7b8bce4 Changelog updates for v0.11.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [hvac](https://github.com/hvac/hvac) from 0.10.8 to 0.11.2.
- [Release notes](https://github.com/hvac/hvac/releases)
- [Changelog](https://github.com/hvac/hvac/blob/develop/CHANGELOG.md)
- [Commits](hvac/hvac@v0.10.8...v0.11.2)

---
updated-dependencies:
- dependency-name: hvac
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 27, 2021

Dependabot tried to add @hosseinsh, @csine-nflx, @charhate and @jtschladen as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/boost-entropy-repos-org/lemur/pulls/58/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the boost-entropy-repos-org/lemur repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 27, 2021
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
0 participants