14
0
forked from pool/python-minio

Accepting request 1241364 from home:darix:apps

- Update to 7.2.15:
  - MinioAdmin: conditionally decrypt response in
    {attach,detach}_policy APIs by @balamurugana in #1472
  - xml: prepend namespace for each path in findall() by
    @balamurugana in #1476
  - Fix ExcludedPrefixes in set/get bucket versioning config by
    @vadmeste in #1475
   Full Changelog: 7.2.14...7.2.15

OBS-URL: https://build.opensuse.org/request/show/1241364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minio?expand=0&rev=44
This commit is contained in:
2025-01-31 13:18:30 +00:00
committed by Git OBS Bridge
parent 47b4a6fd3c
commit 1dea616207
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jan 30 14:06:53 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- Update to 7.2.15:
- MinioAdmin: conditionally decrypt response in
{attach,detach}_policy APIs by @balamurugana in #1472
- xml: prepend namespace for each path in findall() by
@balamurugana in #1476
- Fix ExcludedPrefixes in set/get bucket versioning config by
@vadmeste in #1475
Full Changelog: 7.2.14...7.2.15
-------------------------------------------------------------------
Wed Jan 8 15:02:42 UTC 2025 - Yunus Acar <yunus.acar@suse.com>