forked from pool/python-hvac
- K8s Auth: Allow wildcards for service account and namespace. GH-669 - Add token_type support to create_kubernetes_role. GH-664 - Support database secrets static roles. GH-662 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=15
74 lines
3.1 KiB
Plaintext
74 lines
3.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Apr 22 20:22:43 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.10.8:
|
|
- K8s Auth: Allow wildcards for service account and namespace. GH-669
|
|
- Add token_type support to create_kubernetes_role. GH-664
|
|
- Support database secrets static roles. GH-662
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 1 18:05:31 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.10.6:
|
|
- Enable response wrapping of PKI secrets. GH-649
|
|
- Fix OIDC login and add working example. GH-638
|
|
- Add rabbitmq vhost_topics parameter. GH-626
|
|
- Expand auth_methods module to support AppRole. GH-637
|
|
- Template "auth method not implemented" error message. GH-651
|
|
- Fix health.py read_health_status GET method. GH-653
|
|
- Fix transit constants for "generate_data_key". GH-632
|
|
- Fix PUT method in secrets engine kv_v1 to use PUT instead of POST. GH-629
|
|
- Remove Erroneous json() Calls In rabbitmq Class. GH-624
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- update to 0.10.4:
|
|
- Extract "renew_self_token" from "renew_token". GH-598
|
|
- Add convenience step_down sys backend method. GH-597
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 8 13:37:14 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- update to 0.10.3:
|
|
- Add Support For use_token_groups In LDAP Auth Method. GH-591
|
|
- Add Raft System Backend Methods. GH-594
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 2 16:18:03 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- update to 0.10.2:
|
|
- Create_role_secret_id: add token_bound_cidrs parameter. GH-585
|
|
- Add vault rekey verification methods. GH-586
|
|
- Add request data to exception objects. GH-583
|
|
- Add marshaling_algorithm to sign/verify params. GH-584
|
|
- Add issuer to kubernetes configuration. GH-575
|
|
- Remove json() calls (unneeded following JSONAdapter addition) GH-589
|
|
- Fix format errors in contributing for HTML docs. GH-577
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 8 07:29:06 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.10.1:
|
|
* many various fixes all around
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 6 16:56:58 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
- initial package
|
|
|