Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Bump hvac from 0.10.14 to 0.11.0 in /openverse-api #146

Merged
merged 1 commit into from
Jul 27, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2021

Bumps hvac from 0.10.14 to 0.11.0.

Release notes

Sourced from hvac's releases.

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

🧰 Miscellaneous

  • Add deprecation notices for Client() k8s methods. GH-732
  • Add deprecation notices for Client() approle methods. GH-731
  • Deprecate AppID-related Client() Methods. GH-730
  • Update Deprecated Usage In Documentation & Tests. GH-728
  • Add python_requires='>=2.7' to setuptools Metadata. GH-727
  • Transition to black Formatting + Updated PR Actions Workflow. GH-726

Thanks to @​el-deano, @​intgr, @​jeffwecan, @​pjaudiomv, @​tp6783 and tyhess for their lovely contributions.

Changelog

Sourced from hvac's changelog.

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

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

🧰 Miscellaneous

  • Add deprecation notices for Client() k8s methods. GH-732
  • Add deprecation notices for Client() approle methods. GH-731
  • Deprecate AppID-related Client() Methods. GH-730
  • Update Deprecated Usage In Documentation & Tests. GH-728
  • Add python_requires='>=2.7' to setuptools Metadata. GH-727
  • Transition to black Formatting + Updated PR Actions Workflow. GH-726

Thanks to @​el-deano, @​intgr, @​jeffwecan, @​pjaudiomv, @​tp6783 and tyhess for their lovely contributions.

Commits
  • 0eca358 Merge pull request #738 from hvac/develop
  • e5a2e5b Changelog updates for v0.11.0
  • 3823f10 Bump version: 0.10.14 → 0.11.0
  • 126fc45 Merge pull request #737 from hvac/flake8_cleanup
  • d964b8c E501 line too long
  • 1f00775 F401 -> imported but unused
  • 85a5b9b F481 -> assigned to but never used
  • 8d1f7f6 Restore flake8 to the fray
  • 8863f77 Merge pull request #735 from hvac/issue_548_ca-related_envvars
  • 3e3ae1c And instead place client cert, etc. logic in Client constructor
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner July 19, 2021 02:23
@dependabot dependabot bot requested review from obulat and dhruvkb July 19, 2021 02:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Jul 19, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/openverse-api/hvac-0.11.0 branch from 6b1aed2 to b6ceee2 Compare July 22, 2021 20:09
Bumps [hvac](https://github.com/hvac/hvac) from 0.10.14 to 0.11.0.
- [Release notes](https://github.com/hvac/hvac/releases)
- [Changelog](https://github.com/hvac/hvac/blob/develop/CHANGELOG.md)
- [Commits](hvac/hvac@v0.10.14...v0.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/openverse-api/hvac-0.11.0 branch from b6ceee2 to 8cb8ba0 Compare July 26, 2021 14:19
@dhruvkb dhruvkb merged commit cde2556 into main Jul 27, 2021
@dhruvkb dhruvkb deleted the dependabot/pip/openverse-api/hvac-0.11.0 branch July 27, 2021 14:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants