mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-21 20:47:37 +00:00
Compare commits
23 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
281ec626e3 | ||
|
6f76e442fc | ||
|
c720de4dcf | ||
|
32a649b52a | ||
|
08f1230582 | ||
|
eda4dd653f | ||
|
d49de43f6b | ||
|
d385379da8 | ||
|
40f6e1675d | ||
|
19d114beda | ||
|
13329afe50 | ||
|
8feb8dd0e3 | ||
|
1370d93592 | ||
|
d24e4b9896 | ||
|
b279130d74 | ||
|
3504fc48f9 | ||
|
1ac3bbe134 | ||
|
fe7fd0147c | ||
|
0047b6bd3b | ||
|
b4e59c928c | ||
|
d33cff8f0a | ||
|
4eb440baaf | ||
|
96e54e6b3c |
100
CHANGELOG
100
CHANGELOG
@@ -1655,3 +1655,103 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||
* fix: aclHandlers convert XML parse error to relevant client error by @jiuker in #16587
|
||||
* fix: README.md in docs/config by @k0i in #16564
|
||||
* fix: username replacements for aws:username must use parentUser by @harshavardhana in #16591
|
||||
|
||||
[3.4.8]
|
||||
* Update minio to 2023-02-17T17-52-43Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-02-17T17-52-43Z)
|
||||
* ServerInfo: return per erasure set information by @vadmeste in #16583
|
||||
* remove incorrect use of WaitGroup by @jiuker in #16596
|
||||
* fix: allow global leader lock context merge to be canceled by @vadmeste in #16603
|
||||
* Remove parentheses by @atalakey4work in #16605
|
||||
* Periodically remove stale buckets from in-memory by @harshavardhana in #16597
|
||||
|
||||
[3.4.9]
|
||||
* Update minio to 2023-02-22T18-23-45Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-02-22T18-23-45Z)
|
||||
* avoid locks when unnecessary in SiteReplicationMetaInfo() by @harshavardhana in #16650
|
||||
* add missing x-amz-id-2 to event notification date by @harshavardhana in #16646
|
||||
* update dependencies to latest releases by @harshavardhana in #16651
|
||||
* fix: healing of replication config for endpoint changes by @poornas in #16648
|
||||
* Add detailed scanner trace output and notifications by @klauspost in #16668
|
||||
* Set meaningful message from minio with env variable KMS_SECRET_KEY by @allanrogerr in #16584
|
||||
|
||||
[3.4.10]
|
||||
* Update minio to 2023-02-27T18-10-45Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-02-27T18-10-45Z)
|
||||
* event target registration failures must be returned by @harshavardhana in #16700
|
||||
* Remove bloom filter by @klauspost in #16682
|
||||
* 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
|
||||
* 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
|
||||
|
||||
[3.4.12]
|
||||
* Update minio to 2023-03-13T19-46-17Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-03-13T19-46-17Z)
|
||||
* [Denial of access by an admin privileged user for root credential](https://github.com/minio/minio/security/advisories/GHSA-9wfv-wmf7-6753)
|
||||
* Add Object Version count histogram by @klauspost in #16739
|
||||
* fix: site-repl should heal STS with virtual parent by @donatello in #16792
|
||||
* chore: drop go versions in static analysis by @ferhatelmas in #16790
|
||||
|
||||
[3.4.13]
|
||||
* Update minio to 2023-03-20T20-16-18Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-03-20T20-16-18Z)
|
||||
* Update audit log flow to use new headers with unit by @nitisht in #16797
|
||||
* restore rotating root credentials properly by @harshavardhana in #16812
|
||||
* remove unncessary logs from WalkDir(), PutObject() by @harshavardhana in #16818
|
||||
* update go dependencies by @harshavardhana in #16798
|
||||
* fix: return appropriate Location header for MakeBucket() by @harshavardhana in #16820
|
||||
* debug: new tool to reorder local erasure disks by @vadmeste in #16816
|
||||
|
||||
[3.4.14]
|
||||
* Update minio to 2023-03-22T06-36-24Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-03-22T06-36-24Z)
|
||||
* check for quorum errors for DeleteBucket() by @harshavardhana in #16859
|
||||
* fix: tweak the maintenance=true to satisfy baremetal first by @harshavardhana in #16864
|
||||
* fix: add deadline conns and dnsCache for remote transports by @harshavardhana in #16865
|
||||
* Add lazy init of audit logger by @klauspost in #16842
|
||||
|
||||
[3.4.15]
|
||||
* Update minio to 2023-03-24T21-41-23Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-03-24T21-41-23Z)
|
||||
* return quorum error instead of insufficient storage error by @vadmeste in #16874
|
||||
* add missing expiration information from 'sts info' by @harshavardhana in #16878
|
||||
* Revert query parameter src from diag upload if callhome enabled by @shtripat in #16881
|
||||
* Revert "Make localLocker lock attempts cancellable (#16510)" by @klauspost in #16884
|
||||
|
||||
[3.4.16]
|
||||
* Update minio to 2023-04-07T05-28-58Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-04-07T05-28-58Z)
|
||||
* Set Console global Root CAs early to trust provided certs by @vadmeste in #16890
|
||||
* ignore operation timedout errors by @harshavardhana in #16891
|
||||
* fix: Avoid multiple write responses by @jiuker in #16894
|
||||
* fix: time.Parse RFC3339Nano by @jiuker in #16892
|
||||
* update all our deps by @harshavardhana in #16899
|
||||
* [testing] add mint runner test by @harshavardhana in #16868
|
||||
* fix: avoid logging when object/version not found in replication by @allanrogerr in #16919
|
||||
* fix: missing return after error response by @donatello in #16920
|
||||
* fix: put *msgp.Reader back in pool by @jiuker in #16927
|
||||
* fix: avoid out of slice index by @jiuker in #16925
|
||||
* allow more workers for ILM expiration by @harshavardhana in #16924
|
||||
|
||||
[3.4.17]
|
||||
* Update minio to 2023-04-13T03-08-07Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-04-13T03-08-07Z)
|
||||
* add Err to Get getRemoteTargetClient. by @jiuker in #16982
|
||||
* trace: Fix func name of requests rejected by max clients by @vadmeste in #16977
|
||||
* chore: fix automatic issue handling from linter in ci by @ferhatelmas in #16969
|
||||
* Add used inodes to disk info by @vadmeste in #16994
|
||||
* Indicate RenameData is called by healObject by @krisis in #16997
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.4.7",
|
||||
"upstreamVersion": "2023-02-10T18-48-39Z",
|
||||
"version": "3.4.17",
|
||||
"upstreamVersion": "2023-04-13T03-08-07Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03
|
||||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
||||
ARG VERSION=RELEASE.2023-02-10T18-48-39Z
|
||||
ARG VERSION=RELEASE.2023-04-13T03-08-07Z
|
||||
|
||||
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/
|
||||
# RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio && chmod +x /app/code/minio
|
||||
|
28
test/package-lock.json
generated
28
test/package-lock.json
generated
@@ -9,11 +9,11 @@
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"chromedriver": "^109.0.0",
|
||||
"chromedriver": "^112.0.0",
|
||||
"delay": "^5.0.0",
|
||||
"expect.js": "^0.3.1",
|
||||
"mocha": "^10.2.0",
|
||||
"selenium-webdriver": "^4.8.0",
|
||||
"selenium-webdriver": "^4.8.2",
|
||||
"superagent": "^8.0.9"
|
||||
}
|
||||
},
|
||||
@@ -229,9 +229,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/chromedriver": {
|
||||
"version": "109.0.0",
|
||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-109.0.0.tgz",
|
||||
"integrity": "sha512-jdmBq11IUwfThLFiygGTZ89qbROSQI4bICQjvOVQy2Bqr1LwC+MFkhwyZp3YG99eehQbZuTlQmmfCZBfpewTNA==",
|
||||
"version": "112.0.0",
|
||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-112.0.0.tgz",
|
||||
"integrity": "sha512-fEw1tI05dmK1KK8MGh99LAppP7zCOPEXUxxbYX5wpIBCCmKasyrwZhk/qsdnxJYKd/h0TfiHvGEj7ReDQXW1AA==",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@testim/chrome-version": "^1.1.3",
|
||||
@@ -1202,9 +1202,9 @@
|
||||
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
|
||||
},
|
||||
"node_modules/selenium-webdriver": {
|
||||
"version": "4.8.0",
|
||||
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.8.0.tgz",
|
||||
"integrity": "sha512-s/HL8WNwy1ggHR244+tAhjhyKMJnZLt1HKJ6Gn7nQgVjB/ybDF+46Uui0qI2J7AjPNJzlUmTncdC/jg/kKkn0A==",
|
||||
"version": "4.8.2",
|
||||
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.8.2.tgz",
|
||||
"integrity": "sha512-d2dcpDLPcXlBy5qcPtB1B8RYTtj1N+JiHQLViFx3OP+i5hqkAuqTfJEYUh4qNX11S4NvbxjteiwN3OPwK3vPVw==",
|
||||
"dependencies": {
|
||||
"jszip": "^3.10.0",
|
||||
"tmp": "^0.2.1",
|
||||
@@ -1720,9 +1720,9 @@
|
||||
}
|
||||
},
|
||||
"chromedriver": {
|
||||
"version": "109.0.0",
|
||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-109.0.0.tgz",
|
||||
"integrity": "sha512-jdmBq11IUwfThLFiygGTZ89qbROSQI4bICQjvOVQy2Bqr1LwC+MFkhwyZp3YG99eehQbZuTlQmmfCZBfpewTNA==",
|
||||
"version": "112.0.0",
|
||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-112.0.0.tgz",
|
||||
"integrity": "sha512-fEw1tI05dmK1KK8MGh99LAppP7zCOPEXUxxbYX5wpIBCCmKasyrwZhk/qsdnxJYKd/h0TfiHvGEj7ReDQXW1AA==",
|
||||
"requires": {
|
||||
"@testim/chrome-version": "^1.1.3",
|
||||
"axios": "^1.2.1",
|
||||
@@ -2417,9 +2417,9 @@
|
||||
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
|
||||
},
|
||||
"selenium-webdriver": {
|
||||
"version": "4.8.0",
|
||||
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.8.0.tgz",
|
||||
"integrity": "sha512-s/HL8WNwy1ggHR244+tAhjhyKMJnZLt1HKJ6Gn7nQgVjB/ybDF+46Uui0qI2J7AjPNJzlUmTncdC/jg/kKkn0A==",
|
||||
"version": "4.8.2",
|
||||
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.8.2.tgz",
|
||||
"integrity": "sha512-d2dcpDLPcXlBy5qcPtB1B8RYTtj1N+JiHQLViFx3OP+i5hqkAuqTfJEYUh4qNX11S4NvbxjteiwN3OPwK3vPVw==",
|
||||
"requires": {
|
||||
"jszip": "^3.10.0",
|
||||
"tmp": "^0.2.1",
|
||||
|
@@ -9,11 +9,11 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"chromedriver": "^109.0.0",
|
||||
"chromedriver": "^112.0.0",
|
||||
"delay": "^5.0.0",
|
||||
"expect.js": "^0.3.1",
|
||||
"mocha": "^10.2.0",
|
||||
"selenium-webdriver": "^4.8.0",
|
||||
"selenium-webdriver": "^4.8.2",
|
||||
"superagent": "^8.0.9"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user