neonevm / proxy-model.py

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

Bump hvac from 1.0.2 to 1.1.0 #1082

Closed dependabot[bot] closed 12 months ago

dependabot[bot] commented 1 year ago

Bumps hvac from 1.0.2 to 1.1.0.

Release notes

Sourced from hvac's releases.

v1.1.0

📢 Deprecations / Announcements

  • v3.0.0 - The certificate parameter for create_ca_certificate_role will stop accepting file paths (GH-914)
  • Please note that hvac intends to drop support for EoL Python versions (GH-877)
  • v3.0.0 - The default value of raise_on_deleted_version will change from True to False (GH-955)
  • Allow for reading deleted secret versions (kv2) without an exception (GH-907)

🚀 Features

  • Allow for reading deleted secret versions (kv2) without an exception (GH-907)
  • AWS secret engine - fix generate_credentials for STS endpoint (GH-934)
  • Add support for custom metadata in kv2 engine (GH-805)
  • Add new field auto_rotate_period on transit key management (GH-903)

🐛 Bug Fixes

  • Allow for reading deleted secret versions (kv2) without an exception (GH-907)
  • fix vault client certificates loaded from envirnoment variables (GH-943)
  • approle - fix metadata for generated secret IDs, re-add wrap_ttl (GH-782)
  • AWS secret engine - fix generate_credentials for STS endpoint (GH-934)
  • Propagate client's adapter to API categories (GH-939)
  • don't cache on py3.6 windows combo (GH-916)
  • Cert: Fix role certificate parameter (GH-886)

📚 Documentation

  • add documentation for retries (GH-948)
  • docs - sphinx - fail on warnings (GH-949)
  • Create userpass.rst (GH-775)
  • doc: update reference to removed method (GH-942)
  • Documentation updates for use with a private CA (GH-774)
  • Update Azure guideline with proper client variable (GH-935)
  • Update wrapping.rst - example for unauthenticated unwrap (GH-789)
  • Fix typo in the AWS auth method docs (GH-911)
  • Replace Azure docs occurence to Kubernetes (GH-904)

🧰 Miscellaneous

  • Remove deprecated python syntax (GH-909)

Thanks to @​BrandonHoffman, @​Prividen, @​WilkenSteiner, @​aberenshtein, @​adammike, @​bendem, @​briantist, @​colin-pm, @​dereckson, @​dhuckins, @​gmsantos, @​jackcasey-visier, @​localden, @​nneul, @​rhowe and @​sebglon for their lovely contributions.

Changelog

Sourced from hvac's changelog.

1.1.0

📢 Deprecations / Announcements

  • v3.0.0 - The certificate parameter for create_ca_certificate_role will stop accepting file paths (GH-914)
  • Please note that hvac intends to drop support for EoL Python versions (GH-877)
  • v3.0.0 - The default value of raise_on_deleted_version will change from True to False (GH-955)
  • Allow for reading deleted secret versions (kv2) without an exception (GH-907)

🚀 Features

  • Allow for reading deleted secret versions (kv2) without an exception (GH-907)
  • AWS secret engine - fix generate_credentials for STS endpoint (GH-934)
  • Add support for custom metadata in kv2 engine (GH-805)
  • Add new field auto_rotate_period on transit key management (GH-903)

🐛 Bug Fixes

  • Allow for reading deleted secret versions (kv2) without an exception (GH-907)
  • fix vault client certificates loaded from envirnoment variables (GH-943)
  • approle - fix metadata for generated secret IDs, re-add wrap_ttl (GH-782)
  • AWS secret engine - fix generate_credentials for STS endpoint (GH-934)
  • Propagate client's adapter to API categories (GH-939)
  • don't cache on py3.6 windows combo (GH-916)
  • Cert: Fix role certificate parameter (GH-886)

📚 Documentation

  • add documentation for retries (GH-948)
  • docs - sphinx - fail on warnings (GH-949)
  • Create userpass.rst (GH-775)
  • doc: update reference to removed method (GH-942)
  • Documentation updates for use with a private CA (GH-774)
  • Update Azure guideline with proper client variable (GH-935)
  • Update wrapping.rst - example for unauthenticated unwrap (GH-789)
  • Fix typo in the AWS auth method docs (GH-911)
  • Replace Azure docs occurence to Kubernetes (GH-904)

🧰 Miscellaneous

  • Remove deprecated python syntax (GH-909)
Commits
  • 564d94e one more changelog announcement
  • a5a7cad Changelog updates for v1.1.0
  • b876e26 manually update .bumpversion.cfg to v1.1.0
  • a744875 bump version to v1.1.0
  • 127ad77 make issue links actual markdown links (#953)
  • dab8e3a Release drafter/updates (#952)
  • 8459898 Allow for reading deleted secret versions (kv2) without an exception (#907)
  • 7d7399f fix vault client certificates loaded from envirnoment variables (#943)
  • c5bfc2a approle - fix metadata for generated secret IDs, re-add wrap_ttl (#782)
  • 08b356b update AWS secret generation (#934)
  • 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[bot] commented 12 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.