Version 3.4.11
This commit is contained in:
parent
3504fc48f9
commit
b279130d74
14
CHANGELOG
14
CHANGELOG
|
@ -1683,3 +1683,17 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Better error message when TLS certs do not have proper permissions by @vadmeste in #16703
|
* Better error message when TLS certs do not have proper permissions by @vadmeste in #16703
|
||||||
* Update OpenID doc with info on redirection params by @donatello in #16704
|
* Update OpenID doc with info on redirection params by @donatello in #16704
|
||||||
* tests: Add test for S3 API error codes by @vadmeste in #16705
|
* tests: Add test for S3 API error codes by @vadmeste in #16705
|
||||||
|
|
||||||
|
[3.4.11]
|
||||||
|
* Update minio to 2023-03-09T23-16-13Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-03-09T23-16-13Z)
|
||||||
|
* Fix scanner deadlock on lost global lock by @klauspost in #16726
|
||||||
|
* fix a data race in IAM loading by @poornas in #16742
|
||||||
|
* Attach creds, owner and region to madmin calls by @dvaldivia in #16658
|
||||||
|
* calculate disk cache usage percent accurately by @jiuker in #16740
|
||||||
|
* upgrade all dependencies by @harshavardhana in #16753
|
||||||
|
* return underlying error with BackendDown{} error by @jiuker in #16738
|
||||||
|
* cleanup Go linter settings by @ferhatelmas in #16736
|
||||||
|
* fix: handle syscall.EROFS also for osIsPermission() by @harshavardhana in #16765
|
||||||
|
* return error if policy changes on disabled groups by @harshavardhana in #16766
|
||||||
|
* feat: add lambda transformation functions target by @harshavardhana in #16507
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "3.4.10",
|
"version": "3.4.11",
|
||||||
"upstreamVersion": "2023-02-27T18-10-45Z",
|
"upstreamVersion": "2023-03-09T23-16-13Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^110.0.0",
|
"chromedriver": "^111.0.0",
|
||||||
"delay": "^5.0.0",
|
"delay": "^5.0.0",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^10.2.0",
|
"mocha": "^10.2.0",
|
||||||
|
@ -229,9 +229,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/chromedriver": {
|
"node_modules/chromedriver": {
|
||||||
"version": "110.0.0",
|
"version": "111.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-110.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-111.0.0.tgz",
|
||||||
"integrity": "sha512-Le6q8xrA/3fAt+g8qiN0YjsYxINIhQMC6wj9X3W5L77uN4NspEzklDrqYNwBcEVn7PcAEJ73nLlS7mTyZRspHA==",
|
"integrity": "sha512-XavNYNBBfKIrT8Oi/ywJ0DoOOU+jHF5bQWTkqStFsAXvfCV9VzYN3J+TGAvZdrpXeoixqPRGUxQ2yZhD2iowdQ==",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testim/chrome-version": "^1.1.3",
|
"@testim/chrome-version": "^1.1.3",
|
||||||
|
@ -1720,9 +1720,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chromedriver": {
|
"chromedriver": {
|
||||||
"version": "110.0.0",
|
"version": "111.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-110.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-111.0.0.tgz",
|
||||||
"integrity": "sha512-Le6q8xrA/3fAt+g8qiN0YjsYxINIhQMC6wj9X3W5L77uN4NspEzklDrqYNwBcEVn7PcAEJ73nLlS7mTyZRspHA==",
|
"integrity": "sha512-XavNYNBBfKIrT8Oi/ywJ0DoOOU+jHF5bQWTkqStFsAXvfCV9VzYN3J+TGAvZdrpXeoixqPRGUxQ2yZhD2iowdQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@testim/chrome-version": "^1.1.3",
|
"@testim/chrome-version": "^1.1.3",
|
||||||
"axios": "^1.2.1",
|
"axios": "^1.2.1",
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^110.0.0",
|
"chromedriver": "^111.0.0",
|
||||||
"delay": "^5.0.0",
|
"delay": "^5.0.0",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^10.2.0",
|
"mocha": "^10.2.0",
|
||||||
|
|
Loading…
Reference in New Issue