Skip to content

chore(deps-dev): bump hvac from 1.0.2 to 1.2.0#88

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/develop/hvac-1.2.0
Open

chore(deps-dev): bump hvac from 1.0.2 to 1.2.0#88
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/develop/hvac-1.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 6, 2023

Copy link
Copy Markdown

Bumps hvac from 1.0.2 to 1.2.0.

Release notes

Sourced from hvac's releases.

v1.2.0

This is the last expected release before v2.0.0.

📢 Deprecations / Announcements

  • ldap auth method - add missing configure params by vault api names (GH-975)
  • expand Vault CI matrix, announce deprecation of Vault dynamic SSH keys (GH-1023)
  • Breaking changes coming to Client.write method (GH-1034)
  • Support for Python 3.6 & 3.7 will be dropped in v2.0.0 (GH-877)
  • Support for the Legacy MFA methods will be dropped from the MFA class in v2.0.0 (GH-1026)
  • Breaking changes coming to Adapters' use of custom sessions (GH-1040)

🚀 Features

  • Add alias_name_source for Kubernetes Auth create_role (GH-1039)
  • add Client.write_data method (GH-1028)
  • ldap auth method - add missing configure params by vault api names (GH-975)
  • Re-add arguments to create_or_update_role() from old API (GH-842)
  • Add new argument (conflicting_alias_ids_to_keep) to merge_entities method (GH-968)
  • Add impersonated account support to GCP secrets engine (GH-1022)
  • support "user_claim_json_pointer" in create_role() for JWT/OIDC auth method (GH-1006)
  • Add static account support to GCP secrets engine (GH-956)
  • adding batch_input to transit.sign_data #988 (GH-990)
  • Add a method to read static roles in the database engine (GH-1009)
  • feat: add support for disable_local_ca_jwt in the Kubernetes auth method (GH-997)

🐛 Bug Fixes

  • add Client.write_data method (GH-1028)
  • Fix premature read on stream requests in the sys.take_raft_snapshot method (GH-771)
  • fix(__getattr__): non-existent attribute lookup (GH-982)

📚 Documentation

  • docs(secrets-engines): Add database secrets engine docs (GH-1036)
  • docs: make OIDC Authorization URL Request example work again. (GH-1010)

🧰 Miscellaneous

  • add tests and docs to sdist, improve build testing (GH-1015)
  • Bump certifi from 2022.9.14 to 2022.12.7 (GH-1013)

Thanks to @​M0NsTeRRR, @​amiewei, @​briantist, @​ceesios, @​crimsonvulture, @​deidax, @​dekimsey, @​dependabot, @​dependabot[bot], @​fad3t, @​ferenc-hechler, @​intgr, @​m4dh4t, @​michael-diggin, @​mimato, @​mweigel and @​robbat2 for their lovely contributions.

v1.1.1

🐛 Bug Fixes

  • fix wrapped response for auth.token.create (GH-966)

... (truncated)

Changelog

Sourced from hvac's changelog.

1.2.0

This is the last expected release before v2.0.0.

📢 Deprecations / Announcements

  • ldap auth method - add missing configure params by vault api names (GH-975)
  • expand Vault CI matrix, announce deprecation of Vault dynamic SSH keys (GH-1023)
  • Breaking changes coming to Client.write method (GH-1034)
  • Support for Python 3.6 & 3.7 will be dropped in v2.0.0 (GH-877)
  • Support for the Legacy MFA methods will be dropped from the MFA class in v2.0.0 (GH-1026)
  • Breaking changes coming to Adapters' use of custom sessions (GH-1040)

🚀 Features

  • Add alias_name_source for Kubernetes Auth create_role (GH-1039)
  • add Client.write_data method (GH-1028)
  • ldap auth method - add missing configure params by vault api names (GH-975)
  • Re-add arguments to create_or_update_role() from old API (GH-842)
  • Add new argument (conflicting_alias_ids_to_keep) to merge_entities method (GH-968)
  • Add impersonated account support to GCP secrets engine (GH-1022)
  • support "user_claim_json_pointer" in create_role() for JWT/OIDC auth method (GH-1006)
  • Add static account support to GCP secrets engine (GH-956)
  • adding batch_input to transit.sign_data #988 (GH-990)
  • Add a method to read static roles in the database engine (GH-1009)
  • feat: add support for disable_local_ca_jwt in the Kubernetes auth method (GH-997)

🐛 Bug Fixes

  • add Client.write_data method (GH-1028)
  • Fix premature read on stream requests in the sys.take_raft_snapshot method (GH-771)
  • fix(__getattr__): non-existent attribute lookup (GH-982)

📚 Documentation

  • docs(secrets-engines): Add database secrets engine docs (GH-1036)
  • docs: make OIDC Authorization URL Request example work again. (GH-1010)

🧰 Miscellaneous

  • add tests and docs to sdist, improve build testing (GH-1015)
  • Bump certifi from 2022.9.14 to 2022.12.7 (GH-1013)

1.1.1

🐛 Bug Fixes

  • fix wrapped response for auth.token.create (GH-966)

1.1.0

... (truncated)

Commits
  • e99fd37 Release/v1.2.0 (#1035)
  • 8e2007e use anonymous references in changelog conversion (#1041)
  • 0ae58b6 docs(secrets-engines): Add database secrets engine docs (#1036)
  • 31b5379 Add alias_name_source for Kubernetes Auth create_role (#1039)
  • 9172473 add Client.write_data method (#1028)
  • 1f88016 Fix premature read on stream requests in the sys.take_raft_snapshot method ...
  • c398774 ldap auth method - add missing configure params by vault api names (#975)
  • b52ed19 Re-add arguments to create_or_update_role() from old API (#842)
  • 936e3ef Add new argument (conflicting_alias_ids_to_keep) to merge_entities method (#968)
  • 11adf67 Add impersonated account support to GCP secrets engine (#1022)
  • 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 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)

Bumps [hvac](https://github.com/hvac/hvac) from 1.0.2 to 1.2.0.
- [Release notes](https://github.com/hvac/hvac/releases)
- [Changelog](https://github.com/hvac/hvac/blob/main/CHANGELOG.md)
- [Commits](hvac/hvac@v1.0.2...v1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 6, 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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants