diff --git a/python-hvac.changes b/python-hvac.changes index cbefc6c..5c83c3f 100644 --- a/python-hvac.changes +++ b/python-hvac.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jul 30 10:50:47 UTC 2021 - Markéta Machová + +- Update to 0.11.0 + * This is intended to by the last hvac release supporting Python 2.7. + * Userpass: Add use_token param on login(), Accept passthrough **kwargs on create user. + * Support CA-related Environment Variables. + * Allow Omission of Password Argument on Userpass create_or_update_user(). + * Add deprecation notices for some Client() methods. + ------------------------------------------------------------------- Thu Jun 17 21:17:29 UTC 2021 - Dirk Müller diff --git a/python-hvac.spec b/python-hvac.spec index ad557b2..3fa21d4 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.14 +Version: 0.11.0 Release: 0 Summary: HashiCorp Vault API client License: BSD-3-Clause diff --git a/v0.10.14.tar.gz b/v0.10.14.tar.gz deleted file mode 100644 index 788bc84..0000000 --- a/v0.10.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dd5692d8850308eda5e1a0def3996513a761d40acdc77bae1ff3f3596a59e3d -size 301617 diff --git a/v0.11.0.tar.gz b/v0.11.0.tar.gz new file mode 100644 index 0000000..c68741a --- /dev/null +++ b/v0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a53a9dd3c3bf2ec7394f156be6fd320a1e1e5e2e8f2f5046a0da12b56eabd3 +size 306753