From 230246f648a76c117ff4503f3426a598e10180090c06d720e21e606ee46c2835 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 1 Dec 2023 16:58:31 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=201.2.1:=20=20=20*=20This=20rel?= =?UTF-8?q?ease=20fixes=20an=20inaccuracy=20in=20a=20warning=20message=20b?= =?UTF-8?q?ut=20=20=20=20=20does=20not=20otherwise=20change=20functionalit?= =?UTF-8?q?y.=20=20=20*=20Fix=20raise=5Fon=5Fdeleted=5Fversion=20warning?= =?UTF-8?q?=20(GH-1045)=20=20=20*=20ldap=20auth=20method=20-=20add=20missi?= =?UTF-8?q?ng=20`configure`=20params=20by=20vault=20=20=20=20=20api=20name?= =?UTF-8?q?s=20(GH-975)=20expand=20Vault=20CI=20matrix,=20announce=20=20?= =?UTF-8?q?=20=20=20deprecation=20of=20Vault=20dynamic=20SSH=20keys=20(GH-?= =?UTF-8?q?1023)=20=20=20*=20Breaking=20changes=20coming=20to=20`Client.wr?= =?UTF-8?q?ite`=20method=20(GH-1034)=20=20=20*=20Support=20for=20Python=20?= =?UTF-8?q?3.6=20&=203.7=20will=20be=20dropped=20in=20`v2.0.0`=20=20=20*?= =?UTF-8?q?=20Support=20for=20the=20Legacy=20MFA=20methods=20will=20be=20d?= =?UTF-8?q?ropped=20from=20the=20=20=20=20=20`MFA`=20class=20in=20`v2.0.0`?= =?UTF-8?q?=20(GH-1026)=20=20=20*=20Breaking=20changes=20coming=20to=20Ada?= =?UTF-8?q?pters'=20use=20of=20custom=20sessions=20=20=20*=20###=20?= =?UTF-8?q?=F0=9F=9A=80=20Features=20=20=20*=20Add=20alias=5Fname=5Fsource?= =?UTF-8?q?=20for=20Kubernetes=20Auth=20create=5Frole=20=20=20*=20add=20`C?= =?UTF-8?q?lient.write=5Fdata`=20method=20(GH-1028)=20=20=20*=20ldap=20aut?= =?UTF-8?q?h=20method=20-=20add=20missing=20`configure`=20params=20by=20va?= =?UTF-8?q?ult=20=20=20=20=20api=20names=20(GH-975)=20=20=20*=20Re-add=20a?= =?UTF-8?q?rguments=20to=20create=5For=5Fupdate=5Frole()=20from=20old=20AP?= =?UTF-8?q?I=20=20=20=20=20(GH-842)=20=20=20*=20Add=20new=20argument=20(co?= =?UTF-8?q?nflicting=5Falias=5Fids=5Fto=5Fkeep)=20to=20=20=20=20=20merge?= =?UTF-8?q?=5Fentities=20method=20(GH-968)=20=20=20*=20Add=20impersonated?= =?UTF-8?q?=20account=20support=20to=20GCP=20secrets=20engine=20=20=20=20?= =?UTF-8?q?=20(GH-1022)=20=20=20*=20support=20"user=5Fclaim=5Fjson=5Fpoint?= =?UTF-8?q?er"=20in=20create=5Frole()=20for=20=20=20=20=20JWT/OIDC=20auth?= =?UTF-8?q?=20method=20(GH-1006)=20=20=20*=20Add=20static=20account=20supp?= =?UTF-8?q?ort=20to=20GCP=20secrets=20engine=20(GH-956)=20=20=20*=20adding?= =?UTF-8?q?=20batch=5Finput=20to=20transit.sign=5Fdata=20#988=20(GH-990)?= =?UTF-8?q?=20=20=20*=20Add=20a=20method=20to=20read=20static=20roles=20in?= =?UTF-8?q?=20the=20database=20engine=20=20=20=20=20(GH-1009)=20=20=20*=20?= =?UTF-8?q?feat:=20add=20support=20for=20`disable=5Flocal=5Fca=5Fjwt`=20in?= =?UTF-8?q?=20the?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=29 --- python-hvac.changes | 52 +++++++++++++++++++++++++++++++++++++++++++-- python-hvac.spec | 2 +- v1.1.0.tar.gz | 3 --- v1.2.1.tar.gz | 3 +++ 4 files changed, 54 insertions(+), 6 deletions(-) delete mode 100644 v1.1.0.tar.gz create mode 100644 v1.2.1.tar.gz diff --git a/python-hvac.changes b/python-hvac.changes index 7a4e79e..a8f5ffa 100644 --- a/python-hvac.changes +++ b/python-hvac.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Fri Dec 1 16:57:54 UTC 2023 - Dirk Müller + +- update to 1.2.1: + * This release fixes an inaccuracy in a warning message but + does not otherwise change functionality. + * Fix raise_on_deleted_version warning (GH-1045) + * ldap auth method - add missing `configure` params by vault + api names (GH-975) expand Vault CI matrix, announce + deprecation of Vault dynamic SSH keys (GH-1023) + * Breaking changes coming to `Client.write` method (GH-1034) + * Support for Python 3.6 & 3.7 will be dropped in `v2.0.0` + * Support for the Legacy MFA methods will be dropped from the + `MFA` class in `v2.0.0` (GH-1026) + * Breaking changes coming to Adapters' use of custom sessions + * ### 🚀 Features + * Add alias_name_source for Kubernetes Auth create_role + * add `Client.write_data` method (GH-1028) + * ldap auth method - add missing `configure` params by vault + api names (GH-975) + * Re-add arguments to create_or_update_role() from old API + (GH-842) + * Add new argument (conflicting_alias_ids_to_keep) to + merge_entities method (GH-968) + * Add impersonated account support to GCP secrets engine + (GH-1022) + * support "user_claim_json_pointer" in create_role() for + JWT/OIDC auth method (GH-1006) + * Add static account support to GCP secrets engine (GH-956) + * adding batch_input to transit.sign_data #988 (GH-990) + * Add a method to read static roles in the database engine + (GH-1009) + * feat: add support for `disable_local_ca_jwt` in the + Kubernetes auth method (GH-997) + * ### 🐛 Bug Fixes + * add `Client.write_data` method (GH-1028) + * Fix premature read on stream requests in the + `sys.take_raft_snapshot` method (GH-771) + * fix(`__getattr__`): non-existent attribute lookup (GH-982) + * ### 📚 Documentation + * docs(secrets-engines): Add database secrets engine docs + (GH-1036) + * docs: make OIDC Authorization URL Request example work again. + (GH-1010) + * ### 🧰 Miscellaneous + * add tests and docs to sdist, improve build testing (GH-1015) + * Bump certifi from 2022.9.14 to 2022.12.7 (GH-1013) + ------------------------------------------------------------------- Fri Mar 10 12:10:52 UTC 2023 - pgajdos@suse.com @@ -14,7 +62,7 @@ Tue Aug 2 05:50:10 UTC 2022 - Steve Kowalik - Remove patch python-hvac-no-mock.patch - Add patch remove-mock.patch, from upstream. -- Remove unneeded BuildRequires on mock +- Remove unneeded BuildRequires on mock ------------------------------------------------------------------- Mon May 2 17:28:37 UTC 2022 - pgajdos@suse.com @@ -61,7 +109,7 @@ Tue May 18 22:15:54 UTC 2021 - Dirk Müller - 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 + - 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 6d81fee..55105b4 100644 --- a/python-hvac.spec +++ b/python-hvac.spec @@ -17,7 +17,7 @@ Name: python-hvac -Version: 1.1.0 +Version: 1.2.1 Release: 0 Summary: HashiCorp Vault API client License: BSD-3-Clause diff --git a/v1.1.0.tar.gz b/v1.1.0.tar.gz deleted file mode 100644 index 6c36b7b..0000000 --- a/v1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe5721454df8fee72fab3e9174cdc314e722ed6cb600239cd2834f443f77d0ae -size 317118 diff --git a/v1.2.1.tar.gz b/v1.2.1.tar.gz new file mode 100644 index 0000000..620e1e0 --- /dev/null +++ b/v1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5423a1424104e4689e8e451db5b09d1ef818c94810e2540513ecff2014887b63 +size 360961