1
0
mirror of https://github.com/minio/minio.git synced 2025-03-31 09:43:43 -04:00

10491 Commits

Author SHA1 Message Date
Shireesh Anjal
98a67a3776
Improvements in logger and audit webhooks () 2022-11-28 08:03:26 -08:00
Andreas Auernhammer
9b1e70e4f9
kms: fix possible deadlock due to nested RLock calls. ()
Signed-off-by: Andreas Auernhammer <hi@aead.dev>
2022-11-28 07:31:07 -08:00
Harshavardhana
09d4f8cd0f
avoid serializing decryptKey() every 15mins ()
if the certs are the same in an environment where the 
cert files are symlinks (e.g Kubernetes), then we resort
to reloading certs every 15mins - we can avoid reload
of the kes client instance. Ensure that the price to pay 
for contending with the lock must happen when necessary.
2022-11-28 01:14:33 -08:00
Minio Trusted
53cbc020b9 Update yaml files to latest version RELEASE.2022-11-26T22-43-32Z 2022-11-27 04:08:35 +00:00
Poorna
63fc6ba2cd
preserve replicated ETag properly on target () RELEASE.2022-11-26T22-43-32Z 2022-11-26 14:43:32 -08:00
jiuker
ce53d7f6c2
add disk.Close() in healFreshDisk to indicate idiomatic flow of code () 2022-11-26 00:26:15 -08:00
jiuker
fe8eed963e
fix: wrapped error will not equal in decommissioning () 2022-11-24 08:00:42 -08:00
Anis Elleuch
97eb7dbf5f
notify: Return detailed err msg when connecting to target fails () 2022-11-24 07:59:19 -08:00
Shireesh Anjal
59f877fc64
fix: Timestamp not added in diagnostics report () 2022-11-23 07:11:22 -08:00
Klaus Post
f96fe9773c
fix: duplicated shared prefix with custom delimiter when listing () 2022-11-22 08:51:04 -08:00
Anis Elleuch
04948b4d55
fix: checking for stale STS account under site replication () 2022-11-22 07:26:33 -08:00
Klaus Post
98ba622679
Reduce temporary file clean-up waits () 2022-11-22 07:23:36 -08:00
Harshavardhana
08103870a5
update single drive setup error message () 2022-11-18 14:47:38 -08:00
Anis Elleuch
993e586855
config: return XMinioConfigNotFound code for non existing config () 2022-11-18 10:28:14 -08:00
Harshavardhana
58ec835af0
fix: skip free version ID and marker in metadata equality () 2022-11-18 05:48:22 -08:00
Harshavardhana
6aea950d74
avoid partID lock validating uploadID exists prematurely () 2022-11-18 03:09:35 -08:00
Poorna
7198be5be9
bucket resync: persist reset id to bucket metadata () 2022-11-18 01:39:05 -08:00
Minio Trusted
3661aaf8a1 Update yaml files to latest version RELEASE.2022-11-17T23-20-09Z 2022-11-18 08:51:38 +00:00
Klaus Post
a22b4adf4c
distribute replication ops based on names () RELEASE.2022-11-17T23-20-09Z 2022-11-17 15:20:09 -08:00
Klaus Post
b7bb122be8
fix: replication auto-scaling deadlock () 2022-11-17 07:35:02 -08:00
Krishnan Parthasarathi
8441a3bf5f
fix: update metacache entry only once () 2022-11-16 11:25:00 -08:00
Harshavardhana
853c4de75a
allow changing endpoints in distributed setups () 2022-11-16 07:59:10 -08:00
jiuker
3597af789e
allow resultCh to be closed() after clusterMetaHealthInfo() () 2022-11-16 03:04:36 -08:00
Andreas Auernhammer
4c9cac0b47
update KES dependency to v0.22.0 ()
Signed-off-by: Andreas Auernhammer <hi@aead.dev>
2022-11-16 03:03:04 -08:00
Minio Trusted
1a0b68498b update console release v0.21.3
Signed-off-by: Harshavardhana <harsha@minio.io>
2022-11-15 16:47:25 -08:00
Shireesh Anjal
5246e3be84
Send health diagnostics data as part of callhome () 2022-11-15 13:53:05 -08:00
Klaus Post
8a07000e58
fix: refactor getReplicationDiff for safe use () 2022-11-15 07:59:21 -08:00
Krishnan Parthasarathi
3bb82ef60d
top-locks: Include lock-held duration () 2022-11-15 07:57:52 -08:00
Alexander Overvoorde
c8a221a9a7
Add missing argument for tpl in Helm chart (fix for bug in ) () 2022-11-15 07:56:58 -08:00
Harshavardhana
91f45c4aa6
avoid inconsistent versions healing when versions are large () 2022-11-14 18:35:26 -08:00
Alexander Overvoorde
7c5e4da90c
helm: Allow tls.certSecret in chart to be template'd () 2022-11-14 09:47:59 -08:00
Poorna
d6bc141bd1
feat: Add support for site level resync () 2022-11-14 07:16:40 -08:00
jiuker
7ac64ad24a
fix: use errors.Is for wrapped returns () 2022-11-14 07:15:46 -08:00
asoria-lf
14e52f29b0
helm: Add new job to create service accounts () 2022-11-13 09:28:07 -08:00
Philipp B
344ae9f84e
helm: add extraContainer ()
Signed-off-by: Philipp Born <git@pborn.eu>
2022-11-13 09:22:27 -08:00
Minio Trusted
f7db12c7ef helm release v5.0.1 2022-11-13 02:04:51 -08:00
Harshavardhana
962d1f1a71
choose default values upon incorrect storage_class value () 2022-11-12 10:18:21 -08:00
Harshavardhana
6d76db9d6c
improve server startup error when pools are incorrect () 2022-11-11 19:40:45 -08:00
yanggang
00857f8f59
helm: fix positional parameter in template ()
fixes 
2022-11-11 12:44:37 -08:00
Ray
66239f30ce
configuring the nats target to reconnect forever () 2022-11-11 12:42:41 -08:00
jiuker
bf89f79694
save deploymentID to avoid mutating request entry in Audit () 2022-11-11 12:42:15 -08:00
elg0ch0
ce299b47ea
helm: update bucket policy setting via 'mc anonymous' () 2022-11-11 11:34:01 -08:00
Minio Trusted
6dc7109a9f Update yaml files to latest version RELEASE.2022-11-11T03-44-20Z 2022-11-11 04:57:16 +00:00
jiuker
bdcb485740
netPerfRX Reset() should use write Lock() () RELEASE.2022-11-11T03-44-20Z 2022-11-10 19:44:20 -08:00
Poorna
e32b948a49
fix: parsing multipart uploadID under site replicated setup ()
continue the fix from 
2022-11-10 16:17:45 -08:00
Minio Trusted
4fe9cbb973 Update yaml files to latest version RELEASE.2022-11-10T18-20-21Z 2022-11-10 19:36:54 +00:00
Klaus Post
5b242f1d11
Add Audit target metrics () RELEASE.2022-11-10T18-20-21Z 2022-11-10 10:20:21 -08:00
Poorna
34d28dd79f
replication: Avoid blocking on mrf save () 2022-11-10 10:20:02 -08:00
Krishnan Parthasarathi
6eef9b4a23
lifecycle: simplify Eval and HasActiveRules () 2022-11-10 07:17:45 -08:00
Aditya Manthramurthy
5f1999cc71
fix: avoid URL unsafe chars in multipart upload ID () 2022-11-09 16:41:16 -08:00