neonevm / proxy-model.py

Neon Proxy for Solana
https://neon-labs.org
Other
17 stars 19 forks source link

Bump hvac from 2.0.0 to 2.1.0 #1123

Open dependabot[bot] opened 10 months ago

dependabot[bot] commented 10 months ago

Bumps hvac from 2.0.0 to 2.1.0.

Release notes

Sourced from hvac's releases.

v2.1.0

🚀 Features

  • Add support for sys/policies endpoint (GH-1100)
  • add quota support to system backend (GH-1092)
  • Add support to PKI class to perform CRUD on issuers (GH-1102)

🐛 Bug Fixes

  • Client.write_data - remove potentially dangerous default (GH-1120)

📚 Documentation

  • :pencil: Add HTTP/2+ use case into the advanced usage section (GH-1111)
  • update the KV documentation (GH-1122)
  • Add support for sys/policies endpoint (GH-1100)
  • fix readthedocs (RTD) public docsite, modernize some of the docs build/testing (GH-1119)
  • Add support to PKI class to perform CRUD on issuers (GH-1102)
  • Update GCP secrets engine documentation (GH-1099)

🧰 Miscellaneous

  • fix readthedocs (RTD) public docsite, modernize some of the docs build/testing (GH-1119)
  • Revamp integration tests, run in parallel (GH-1105)
  • Add Vault 1.15.x to integration tests (GH-1103)

Thanks to @​Ousret, @​briantist, @​mweigel and @​tot19 for their lovely contributions.

Changelog

Sourced from hvac's changelog.

2.1.0

🚀 Features

  • Add support for sys/policies endpoint (GH-1100)
  • add quota support to system backend (GH-1092)
  • Add support to PKI class to perform CRUD on issuers (GH-1102)

🐛 Bug Fixes

  • Client.write_data - remove potentially dangerous default (GH-1120)

📚 Documentation

  • 📝 Add HTTP/2+ use case into the advanced usage section (GH-1111)
  • update the KV documentation (GH-1122)
  • Add support for sys/policies endpoint (GH-1100)
  • fix readthedocs (RTD) public docsite, modernize some of the docs build/testing (GH-1119)
  • Add support to PKI class to perform CRUD on issuers (GH-1102)
  • Update GCP secrets engine documentation (GH-1099)

🧰 Miscellaneous

  • fix readthedocs (RTD) public docsite, modernize some of the docs build/testing (GH-1119)
  • Revamp integration tests, run in parallel (GH-1105)
  • Add Vault 1.15.x to integration tests (GH-1103)
Commits
  • 6e47552 Release/v2.1.0 (#1124)
  • 5b3c161 :pencil: Add HTTP/2+ use case into the advanced usage section (#1111)
  • be5e98b Client.write_data - remove potentially dangerous default (#1120)
  • 26bb929 update the KV documentation (#1122)
  • dd2539b Add support for sys/policies endpoint (#1100)
  • 0867ae6 add quota support to system backend (#1092)
  • 6fcd885 try not skipping on cache hit (#1121)
  • 27dad5b fix readthedocs (RTD) public docsite, modernize some of the docs build/testin...
  • 7db7de1 Revamp integration tests, run in parallel (#1105)
  • ede8622 Add support to PKI class to perform CRUD on issuers (#1102)
  • 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 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)