15
0
forked from pool/python-hvac

- udpate to 0.10.14:

* Python 2.7: Drop Trailing Comma In `Cert.login()`.
  * Refactor `Cert.login()` Conditional for Python 2.7 Syntax Support.
  * Add default to `group_type` argument in `update_group` and `create_or_update_group_by_name`.
  * Add Certificate Authentication Methods.
  * Expand Transform class to include new(ish) tokenization methods.
  * Add `delete_version_after` KvV2 Param - `configure()` / `update_metadata().

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=19
This commit is contained in:
2021-06-17 21:18:43 +00:00
committed by Git OBS Bridge
parent 5689717235
commit cb80c2a341
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jun 17 21:17:29 UTC 2021 - Dirk Müller <dmueller@suse.com>
- udpate to 0.10.14:
* Python 2.7: Drop Trailing Comma In `Cert.login()`.
* Refactor `Cert.login()` Conditional for Python 2.7 Syntax Support.
* Add default to `group_type` argument in `update_group` and `create_or_update_group_by_name`.
* Add Certificate Authentication Methods.
* Expand Transform class to include new(ish) tokenization methods.
* Add `delete_version_after` KvV2 Param - `configure()` / `update_metadata().
-------------------------------------------------------------------
Tue May 18 22:15:54 UTC 2021 - Dirk Müller <dmueller@suse.com>