15
0
forked from pool/python-hvac

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=15
This commit is contained in:
2021-04-22 20:23:59 +00:00
committed by Git OBS Bridge
parent 639e4a496a
commit cedd440563
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
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>