diff --git a/python-hvac.changes b/python-hvac.changes index bc19533..abbf9da 100644 --- a/python-hvac.changes +++ b/python-hvac.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue May 18 22:15:54 UTC 2021 - Dirk Müller + +- update to 0.10.10: + - AWS Secrets Engine: Add support for iam_tags when creating roles. GH-684 + - Add Active Directory generate credential capability. GH-657 + - Add `policies` Parameter to Userpass `create_or_update_user()` Method. GH-562 + - Add handling of unsupported HTTP methods inside adapter. GH-689 + - Add Convenience `read_secret()` Method for KVv2 Class. GH-686 + - Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10. GH-688 + - Send AppRole generate_secret_id Method Metadata Parameter as String GH-68 + ------------------------------------------------------------------- Thu Apr 22 20:22:43 UTC 2021 - Dirk Müller diff --git a/python-hvac.spec b/python-hvac.spec index 317cd6c..77cbbf4 100644 --- a/python-hvac.spec +++ b/python-hvac.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hvac -Version: 0.10.8 +Version: 0.10.10 Release: 0 Summary: HashiCorp Vault API client License: BSD-3-Clause diff --git a/v0.10.10.tar.gz b/v0.10.10.tar.gz new file mode 100644 index 0000000..fb4b3cb --- /dev/null +++ b/v0.10.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcaeca077cec2391d95967f232fcb73b8a1650bf4e3164a2684ac9ab16a0eee0 +size 293157 diff --git a/v0.10.8.tar.gz b/v0.10.8.tar.gz deleted file mode 100644 index 5384d5c..0000000 --- a/v0.10.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0690a141aad75c64b767e13fc2c934a82a41e8d0d5389d352193478e9278534 -size 290963