1
0
mirror of https://github.com/minio/minio.git synced 2025-01-18 18:23:16 -05:00

10258 Commits

Author SHA1 Message Date
Cesar Celis Hernandez
90e37a8745
Start PR on Enterprise when there is new MinIO Version () 2022-12-04 02:29:25 -08:00
jiuker
6086f45d25
fix: in disk cache readCacheFileStream should closed upon return () 2022-12-04 02:28:10 -08:00
Minio Trusted
d6351879f3 Update yaml files to latest version RELEASE.2022-12-02T19-19-22Z 2022-12-02 20:15:36 +00:00
Harshavardhana
5655272f5a
ship mc along with MinIO container image () RELEASE.2022-12-02T19-19-22Z 2022-12-02 11:19:22 -08:00
Harshavardhana
9b35c72349
fix: a crash in KMS cert reload function () 2022-12-02 11:19:05 -08:00
Klaus Post
98cffbce03
s3zip: Limit over-read for single file () 2022-12-02 08:53:24 -08:00
Klaus Post
1cd875de1e
Persist updated metadata () 2022-12-02 08:35:04 -08:00
Harshavardhana
5a8df7efb3
re-implement StorageInfo to be a peer call () 2022-12-01 14:31:35 -08:00
Anis Elleuch
c84e2939e4
trace: Publish storage layer errors () 2022-12-01 12:10:54 -08:00
Anis Elleuch
641ab24aec
repl: resync orchestrator to use global shared lock () 2022-12-01 12:10:09 -08:00
Harshavardhana
71133105d7
re-order the top-level config keys for priority () 2022-12-01 07:50:08 -08:00
Harshavardhana
625677b189
update reedsolomon v1.11.3 () 2022-11-30 13:39:03 -08:00
Minio Trusted
76943ac05e Update yaml files to latest version RELEASE.2022-11-29T23-40-49Z 2022-11-30 21:13:07 +00:00
Aditya Manthramurthy
87cbd41265
feat: Allow at most one claim based OpenID IDP () RELEASE.2022-11-29T23-40-49Z 2022-11-29 15:40:49 -08:00
Harshavardhana
be92cf5959
change dependency from amqp -> amqp091 (RabbitMQ) official () 2022-11-28 16:05:06 -08:00
Klaus Post
cc1d8f0057
Check for abandoned data when healing () 2022-11-28 10:20:55 -08:00
Anis Elleuch
1f1dcdce65
move HTTP recorder to an internal library () 2022-11-28 10:20:27 -08:00
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