Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							1123dc3676 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-09-13T20-26-02Z  
						
						
						
						
					 
					
						2024-09-14 13:18:19 +00:00 
						 
				 
			
				
					
						
							
							
								Shubhendu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5862582cd7 
							
						 
					 
					
						
						
							
							IAM import test with missing entities ( #20368 )  
						
						... 
						
						
						
						Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io> 
						
						
					 
					
						2024-09-12 08:59:00 -07:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							22822f4151 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-09-09T16-59-28Z  
						
						
						
						
					 
					
						2024-09-10 00:47:02 +00:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b6b7cddc9c 
							
						 
					 
					
						
						
							
							make sure listParts returns parts that are valid ( #20390 )  
						
						
						
						
					 
					
						2024-09-06 02:42:21 -07:00 
						 
				 
			
				
					
						
							
							
								Klaus Post 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6be88a2b99 
							
						 
					 
					
						
						
							
							xl-meta - verify parity data ( #20384 )  
						
						
						
						
					 
					
						2024-09-05 04:57:44 -07:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							1cb824039e 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-08-29T01-40-52Z  
						
						
						
						
					 
					
						2024-08-29 22:33:43 +00:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							9e81ccd2d9 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-08-17T01-24-54Z  
						
						
						
						
					 
					
						2024-08-17 12:00:24 +00:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							72cff79c8a 
							
						 
					 
					
						
						
							
							add missing STS accounts loading ( #20279 )  
						
						... 
						
						
						
						PR #20268  missed loading STS accounts map properly 
						
						
					 
					
						2024-08-16 18:24:54 -07:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a5702f978e 
							
						 
					 
					
						
						
							
							remove requests deadline, instead just reject the requests ( #20272 )  
						
						... 
						
						
						
						Additionally set
 - x-ratelimit-limit
 - x-ratelimit-remaining
To indicate the request rates. 
						
						
					 
					
						2024-08-16 01:43:49 -07:00 
						 
				 
			
				
					
						
							
							
								Andreas Auernhammer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							14876a4df1 
							
						 
					 
					
						
						
							
							ldap: use custom TLS cipher suites ( #20221 )  
						
						... 
						
						
						
						This commit replaces the LDAP client TLS config and
adds a custom list of TLS cipher suites which support
RSA key exchange (RSA kex).
Some LDAP server connections experience a significant slowdown
when these cipher suites are not available. The Go TLS stack
disables them by default. (Can be enabled via GODEBUG=tlsrsakex=1).
fixes https://github.com/minio/minio/issues/20214 
With a custom list of TLS ciphers, Go can pick the TLS RSA key-exchange
cipher. Ref:
```
	if c.CipherSuites != nil {
		return c.CipherSuites
	}
	if tlsrsakex.Value() == "1" {
		return defaultCipherSuitesWithRSAKex
	}
```
Ref: https://cs.opensource.google/go/go/+/refs/tags/go1.22.5:src/crypto/tls/common.go;l=1017 
Signed-off-by: Andreas Auernhammer <github@aead.dev> 
						
						
					 
					
						2024-08-07 05:59:47 -07:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							fb9364f1fb 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-08-03T04-33-23Z  
						
						
						
						
					 
					
						2024-08-03 08:48:40 +00:00 
						 
				 
			
				
					
						
							
							
								Andrea Longo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							db2c7ed1d1 
							
						 
					 
					
						
						
							
							Docs: link to prom collector repo for info on debug metrics ( #20209 )  
						
						... 
						
						
						
						link to prom collector repo for info on debug metrics 
						
						
					 
					
						2024-08-02 15:30:11 -07:00 
						 
				 
			
				
					
						
							
							
								Poorna 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							74c047cb03 
							
						 
					 
					
						
						
							
							fix replication last hour metric ( #20199 )  
						
						... 
						
						
						
						also adding missing recent_backlog_count metric to v3 metrics 
						
						
					 
					
						2024-08-01 17:55:27 -07:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							292fccff6e 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-07-31T05-46-26Z  
						
						
						
						
					 
					
						2024-07-31 08:50:26 +00:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							673df6d517 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-07-29T22-14-52Z  
						
						
						
						
					 
					
						2024-07-30 00:00:47 +00:00 
						 
				 
			
				
					
						
							
							
								Andrea Longo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3bc39db34e 
							
						 
					 
					
						
						
							
							Restructure metrics v3 readme for docs use ( #20114 )  
						
						
						
						
					 
					
						2024-07-29 11:48:51 -07:00 
						 
				 
			
				
					
						
							
							
								Poorna 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6651c655cb 
							
						 
					 
					
						
						
							
							fix replication of checksum when encryption is enabled ( #20161 )  
						
						... 
						
						
						
						- Adding functional tests
- Return checksum header on GET/HEAD, previously this was returning
  InvalidPartNumber error 
						
						
					 
					
						2024-07-29 01:02:16 -07:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							a60267501d 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-07-26T20-48-21Z  
						
						
						
						
					 
					
						2024-07-27 10:43:28 +00:00 
						 
				 
			
				
					
						
							
							
								Anis Eleuch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							21cf29330e 
							
						 
					 
					
						
						
							
							grafana: Fix the unit in Open FDs panel ( #20144 )  
						
						
						
						
					 
					
						2024-07-24 07:51:03 -07:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							23db4958f5 
							
						 
					 
					
						
						
							
							fix tuned-adm command typo  
						
						
						
						
					 
					
						2024-07-18 18:15:02 -07:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							b276651eaa 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-07-16T23-46-41Z  
						
						
						
						
					 
					
						2024-07-17 15:26:12 +00:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							2584430141 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-07-15T19-02-30Z  
						
						
						
						
					 
					
						2024-07-15 22:10:04 +00:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							3b602bb532 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-07-13T01-46-15Z  
						
						
						
						
					 
					
						2024-07-13 02:08:28 +00:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
						
						
							
						
						
							d0080046c2 
							
						 
					 
					
						
						
							
							allow sysfs tuning from tuned  
						
						
						
						
					 
					
						2024-07-12 16:31:18 -07:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a8c6465f22 
							
						 
					 
					
						
						
							
							hide some deprecated fields from 'get' output ( #20069 )  
						
						... 
						
						
						
						also update wording on `subnet license="" api_key=""` 
						
						
					 
					
						2024-07-10 13:16:44 -07:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							27538e2d22 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-07-10T18-41-49Z  
						
						
						
						
					 
					
						2024-07-10 19:27:17 +00:00 
						 
				 
			
				
					
						
							
							
								Anis Eleuch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e726d8ff0f 
							
						 
					 
					
						
						
							
							list: Hide objects/versions with pending/failed replicated deletion  ( #20047 )  
						
						... 
						
						
						
						In regular listing, this commit will avoid showing an object when its
latest version has a pending or failed deletion. In replicated setup.
It will also prevent showing older versions in the same case. 
						
						
					 
					
						2024-07-09 15:26:42 -07:00 
						 
				 
			
				
					
						
							
							
								Allan Roger Reid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d592bc0c1c 
							
						 
					 
					
						
						
							
							Fix documentation for removal of delete markers ILM rule ( #20056 )  
						
						
						
						
					 
					
						2024-07-08 18:45:38 -07:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							cf371da346 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-07-04T14-25-45Z  
						
						
						
						
					 
					
						2024-07-04 14:58:08 +00:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							f736702da8 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-06-29T01-20-47Z  
						
						
						
						
					 
					
						2024-06-29 16:45:31 +00:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							47bbc272df 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-06-28T09-06-49Z  
						
						
						
						
					 
					
						2024-06-28 14:11:36 +00:00 
						 
				 
			
				
					
						
							
							
								Anis Eleuch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aebac90013 
							
						 
					 
					
						
						
							
							tests: Fix minor issue in the config yaml file testing ( #20005 )  
						
						... 
						
						
						
						Convert x86_64 to amd64 in the test script to correctly download mc binary. 
						
						
					 
					
						2024-06-28 02:06:49 -07:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							f8f9fc77ac 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-06-26T01-06-18Z  
						
						
						
						
					 
					
						2024-06-26 02:12:12 +00:00 
						 
				 
			
				
					
						
							
							
								Allan Roger Reid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							55ff598b23 
							
						 
					 
					
						
						
							
							Refactor the documentation on minio server config notation ( #19987 )  
						
						... 
						
						
						
						Refactor minio server config notation to add bracket notation to the TODO list 
						
						
					 
					
						2024-06-24 19:30:18 -07:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
						
						
							
						
						
							a22ce4550c 
							
						 
					 
					
						
						
							
							protect workers and simplify use of atomics ( #19982 )  
						
						... 
						
						
						
						without atomic load() it is possible that for
a slow receiver we would get into a hot-loop, when
logCh is full and there are many incoming callers.
to avoid this as a workaround enable BATCH_SIZE
greater than 100 to ensure that your slow receiver
receives data in bulk to avoid being throttled in
some manner.
this PR however fixes the unprotected access to
the current workers value. 
						
						
					 
					
						2024-06-24 18:15:27 -07:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							5f6a25cdd0 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-06-22T05-26-45Z  
						
						
						
						
					 
					
						2024-06-22 06:20:13 +00:00 
						 
				 
			
				
					
						
							
							
								Klaus Post 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3e6dc02f8f 
							
						 
					 
					
						
						
							
							Add actual inline data to JSON output in xl-meta ( #19958 )  
						
						... 
						
						
						
						Add the inlined data as base64 encoded field and try to add a string version if feasible.
Example:
```
λ xl-meta -data xl.meta
{
  "8e03504e-1123-4957-b272-7bc53eda0d55": {
    "bitrot_valid": true,
    "bytes": 58,
    "data_base64": "Z29sYW5nLm9yZy94L3N5cyB2MC4xNS4wIC8=",
    "data_string": "golang.org/x/sys v0.15.0 /"
}
```
The string will have quotes, newlines escaped to produce valid JSON.
If content isn't valid utf8 or the encoding otherwise fails, only the base64 data will be added.
`-export` can still be used separately to extract the data as files (including bitrot). 
						
						
					 
					
						2024-06-20 07:46:44 -07:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							c50b64027d 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-06-13T22-53-53Z  
						
						
						
						
					 
					
						2024-06-14 05:40:03 +00:00 
						 
				 
			
				
					
						
							
							
								Shubhendu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3bd3470d0b 
							
						 
					 
					
						
						
							
							Corrected names of node replication metrics ( #19932 )  
						
						... 
						
						
						
						Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io> 
						
						
					 
					
						2024-06-13 15:26:54 -07:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							76ebb16688 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-06-11T03-13-30Z  
						
						
						
						
					 
					
						2024-06-11 06:11:10 +00:00 
						 
				 
			
				
					
						
							
							
								Klaus Post 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a2cab02554 
							
						 
					 
					
						
						
							
							Fix SSE-C checksums ( #19896 )  
						
						... 
						
						
						
						Compression will be disabled by default if SSE-C is specified. So we can still honor SSE-C. 
						
						
					 
					
						2024-06-10 08:31:51 -07:00 
						 
				 
			
				
					
						
							
							
								Shubhendu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9f305273a7 
							
						 
					 
					
						
						
							
							Added tests for replication of checksum headers ( #19879 )  
						
						... 
						
						
						
						Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io> 
						
						
					 
					
						2024-06-08 09:24:15 -07:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							44fc707423 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-06-06T09-36-42Z  
						
						
						
						
					 
					
						2024-06-06 13:36:05 +00:00 
						 
				 
			
				
					
						
							
							
								Bala FA 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7edc352d23 
							
						 
					 
					
						
						
							
							Add ILM metrics in metrics-v3 ( #19539 )  
						
						... 
						
						
						
						Signed-off-by: Bala.FA <bala@minio.io> 
						
						
					 
					
						2024-06-06 02:36:25 -07:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							5ffb2a9605 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-06-04T19-20-08Z  
						
						
						
						
					 
					
						2024-06-04 22:25:53 +00:00 
						 
				 
			
				
					
						
							
							
								Shubhendu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							39ac720826 
							
						 
					 
					
						
						
							
							Remove hardcoded override as not needed ( #19868 )  
						
						... 
						
						
						
						Fixes: https://github.com/minio/minio/issues/19867 
Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io> 
						
						
					 
					
						2024-06-04 06:24:37 -07:00 
						 
				 
			
				
					
						
							
							
								Shubhendu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							21b6204692 
							
						 
					 
					
						
						
							
							Test proxying of DEL marker for bucket replication ( #19870 )  
						
						... 
						
						
						
						Make sure to avoid proxying for DEL markers
Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io> 
						
						
					 
					
						2024-06-04 04:38:26 -07:00 
						 
				 
			
				
					
						
							
							
								Klaus Post 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d67bccf861 
							
						 
					 
					
						
						
							
							Add xl-meta partial shard reconstruction ( #19841 )  
						
						... 
						
						
						
						Add partial shard reconstruction
* Add partial shard reconstruction
* Fix padding causing the last shard to be rejected
* Add md5 checks on single parts
* Move md5 verified to `verified/filename.ext`
* Move complete (without md5) to `complete/filename.ext.partno`
It's not pretty, but at least now the md5 gives some confidence it works correctly. 
						
						
					 
					
						2024-05-31 07:49:23 -07:00 
						 
				 
			
				
					
						
							
							
								Klaus Post 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bd4eeb4522 
							
						 
					 
					
						
						
							
							Fix flipped EcM, EcN in metadata header ( #19831 )  
						
						... 
						
						
						
						Since this is a tuple encoded field we can just flip the struct members. 
						
						
					 
					
						2024-05-29 12:14:09 -07:00 
						 
				 
			
				
					
						
							
							
								Minio Trusted 
							
						 
					 
					
						
						
						
						
							
						
						
							2f64d5f77e 
							
						 
					 
					
						
						
							
							Update yaml files to latest version RELEASE.2024-05-28T17-19-04Z  
						
						
						
						
					 
					
						2024-05-28 19:23:04 +00:00