14
0
forked from pool/python-minio

Accepting request 964618 from home:pgajdos:python

- version update to 7.1.5
  7.1.5
  -----
  Add AssumeRoleWithCertificate credential provider. by @balamurugana in #1182
  7.1.4
  -----
  docs: fix typo in object_lock config function name by @harshavardhana in #1176
  fix progress bar division by zero error by @harshavardhana in #1177
  Add policy unset method to minio admin by @federicober in #1180
  fix: lint checks and enable MINIO_CI_CD=1 for functional tests by @harshavardhana in #1181
  7.1.3
  -----
  Update set_object_lock_config.py by @anooptp in #1170
  fix finding user's home directory in AWSConfigProvider/MinioClientConfigProvider by @nfioraio-ec in #1175
  fix EnvAWSProvider/EnvMinioProvider to fetch access/secret keys and session token always from os.environ by @nfioraio-ec in #1174
  7.1.2
  -----
  fix: do not enforce role value for replicationConfig (#1166) (11/24/21) (Harshavardhana)
  fix: canonical request path if empty choose '/' (#1165) (11/24/21) (Harshavardhana)
- do not require python-mock for build

OBS-URL: https://build.opensuse.org/request/show/964618
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minio?expand=0&rev=24
This commit is contained in:
2022-03-28 07:42:28 +00:00
committed by Git OBS Bridge
parent 787033635e
commit 52d1e21324
4 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Mar 24 10:18:36 UTC 2022 - pgajdos@suse.com
- version update to 7.1.5
7.1.5
-----
Add AssumeRoleWithCertificate credential provider. by @balamurugana in #1182
7.1.4
-----
docs: fix typo in object_lock config function name by @harshavardhana in #1176
fix progress bar division by zero error by @harshavardhana in #1177
Add policy unset method to minio admin by @federicober in #1180
fix: lint checks and enable MINIO_CI_CD=1 for functional tests by @harshavardhana in #1181
7.1.3
-----
Update set_object_lock_config.py by @anooptp in #1170
fix finding user's home directory in AWSConfigProvider/MinioClientConfigProvider by @nfioraio-ec in #1175
fix EnvAWSProvider/EnvMinioProvider to fetch access/secret keys and session token always from os.environ by @nfioraio-ec in #1174
7.1.2
-----
fix: do not enforce role value for replicationConfig (#1166) (11/24/21) (Harshavardhana)
fix: canonical request path if empty choose '/' (#1165) (11/24/21) (Harshavardhana)
- do not require python-mock for build
-------------------------------------------------------------------
Sun Oct 24 23:25:13 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>