15
0
forked from pool/python-hvac

- update to 0.10.5:

- Add JWT/OIDC Authentication Method Classes. GH-613
  - Add Identity Tokens Methods and Documentation. GH-611
  - Add P-521 to list of allowed key types. GH-608
  - Add P-384 and RSA-3072 to list of allowed key types. GH-606
  - Options not read by tune_mount_configuration. GH-603
  - Add Autodoc Summaries. GH-612
  - Correct Return Type Docstrings Within Transit Class. GH-609
  - Transit engine docs for Encrypt Data now refer to encrypt_data. GH-601
  - Update Vault version test matrix / Oldest Support Vault Version. GH-610

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=11
This commit is contained in:
2020-09-16 11:31:41 +00:00
committed by Git OBS Bridge
parent ed44dd042d
commit b3ef1653a8
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Aug 4 16:11:21 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.10.5:
- Add JWT/OIDC Authentication Method Classes. GH-613
- Add Identity Tokens Methods and Documentation. GH-611
- Add P-521 to list of allowed key types. GH-608
- Add P-384 and RSA-3072 to list of allowed key types. GH-606
- Options not read by tune_mount_configuration. GH-603
- Add Autodoc Summaries. GH-612
- Correct Return Type Docstrings Within Transit Class. GH-609
- Transit engine docs for Encrypt Data now refer to encrypt_data. GH-601
- Update Vault version test matrix / Oldest Support Vault Version. GH-610
-------------------------------------------------------------------
Fri Jul 17 07:27:39 UTC 2020 - Dirk Mueller <dmueller@suse.com>