mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-13 16:29:13 +00:00
Compare commits
13 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
51850a87d8 | ||
|
9a9367d5f4 | ||
|
bedc600aa5 | ||
|
368da33581 | ||
|
ca6eaad35d | ||
|
e47f31b8a8 | ||
|
05c08cdafe | ||
|
af2efcfd46 | ||
|
042e08f7ad | ||
|
5f6b3ef9c3 | ||
|
0e6b93f732 | ||
|
2b7aff15d3 | ||
|
febd561bfb |
58
CHANGELOG
58
CHANGELOG
@@ -2371,3 +2371,61 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* Fix ilm config at startup by @krisis in #19189
|
* Fix ilm config at startup by @krisis in #19189
|
||||||
* fix: skip local disks properly in cluster health maintenance check by @harshavardhana in #19184
|
* fix: skip local disks properly in cluster health maintenance check by @harshavardhana in #19184
|
||||||
|
|
||||||
|
[3.13.4]
|
||||||
|
* Update minio to 2024-03-07T00-43-48Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-03-07T00-43-48Z)
|
||||||
|
* fix: cluster read health check to return proper values by @Praveenrajmani in #19203
|
||||||
|
* fix: a regression in loading replication creds by @harshavardhana in #19204
|
||||||
|
* fix: go mod update v1.33.0 https://pkg.go.dev/vuln/GO-2024-2611 by @harshavardhana in #19208
|
||||||
|
* bucket import: avoid overwriting bucket creation date by @poornas in #19207
|
||||||
|
* Set expected expiry date for ExpiredObjectAllVersions by @krisis in #19210
|
||||||
|
|
||||||
|
[3.13.5]
|
||||||
|
* Update minio to 2024-03-10T02-53-48Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-03-10T02-53-48Z)
|
||||||
|
* make immediate purge non-blocking up to 100,000 entries per drive (#19231)
|
||||||
|
* make immediate purge non-blocking upto 100000 entries per drive
|
||||||
|
* Bonus: turn-off O_DIRECT verification when FSType is 'XFS'
|
||||||
|
|
||||||
|
[3.13.6]
|
||||||
|
* Update minio to 2024-03-15T01-07-19Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-03-15T01-07-19Z)
|
||||||
|
* allow dynamically changing max_object_versions per object (#19265)
|
||||||
|
|
||||||
|
[3.13.7]
|
||||||
|
* Update minio to 2024-03-21T23-13-43Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/2024-03-21T23-13-43Z)
|
||||||
|
* write anything beyond 4k to be written in 4k pages by @harshavardhana in https://github.com/minio/minio/pull/19269
|
||||||
|
* fix wrong time.Parse params order by @alingse in https://github.com/minio/minio/pull/19279
|
||||||
|
* implement a flag to specify custom crossdomain.xml by @harshavardhana in https://github.com/minio/minio/pull/19262
|
||||||
|
* fix: add a default requests deadline when deadline is 0 by @harshavardhana in https://github.com/minio/minio/pull/19287
|
||||||
|
* add deprecated expiry_workers to be ignored by @harshavardhana in https://github.com/minio/minio/pull/19289
|
||||||
|
* add additional logs for the decom during metadata save by @harshavardhana in https://github.com/minio/minio/pull/19288
|
||||||
|
* feat: add user to NOTIFY_REDIS by @jiuker in https://github.com/minio/minio/pull/19285
|
||||||
|
* change the notification queue full message by @harshavardhana in https://github.com/minio/minio/pull/19293
|
||||||
|
* list: Fix IsTruncated and NextMarker when encountering expired objects by @vadmeste in https://github.com/minio/minio/pull/19290
|
||||||
|
* xl: Purge instead of moving to trash with near filled disks by @vadmeste in https://github.com/minio/minio/pull/19294
|
||||||
|
* crypto: generate OEK using HMAC-SHA256 instead of SHA256 by @aead in https://github.com/minio/minio/pull/19297
|
||||||
|
* decom: Fix failed status after a failed decommission by @vadmeste in https://github.com/minio/minio/pull/19300
|
||||||
|
* Handle zero versions qualified for expiration by @krisis in https://github.com/minio/minio/pull/19301
|
||||||
|
* avoid triggering heals on metacache files if any by @harshavardhana in https://github.com/minio/minio/pull/19299
|
||||||
|
* add IAM policyDB lookup fallbacks to drives by @harshavardhana in https://github.com/minio/minio/pull/19302
|
||||||
|
* replication: enforce precondition for multipart by @poornas in https://github.com/minio/minio/pull/19306
|
||||||
|
* fix: peer addr returned as empty string by @anjalshireesh in https://github.com/minio/minio/pull/19308
|
||||||
|
* fix: Fix crash when logging events and anonymous is enabled by @vadmeste in https://github.com/minio/minio/pull/19313
|
||||||
|
* use retry during policy reload from drives by @harshavardhana in https://github.com/minio/minio/pull/19307
|
||||||
|
* Encode dir obj names before expiration by @krisis in https://github.com/minio/minio/pull/19305
|
||||||
|
* fix batch snowball to close channel after listing finishes by @poornas in https://github.com/minio/minio/pull/19316
|
||||||
|
|
||||||
|
[3.13.8]
|
||||||
|
* Update minio to 2024-03-26T22-10-45Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/2024-03-26T22-10-45Z)
|
||||||
|
* Webhook targets refactor and bug fixes by @zveinn in https://github.com/minio/minio/pull/19275
|
||||||
|
* fix: convert multiple callers to use toStorageErr(err) correctly by @harshavardhana in https://github.com/minio/minio/pull/19339
|
||||||
|
* fix: should return when error happend by @jiuker in https://github.com/minio/minio/pull/19342
|
||||||
|
* bring back minor DNS cache for k8s setups by @harshavardhana in https://github.com/minio/minio/pull/19341
|
||||||
|
* Adding dashboard for MinIO node metrics by @shtripat in https://github.com/minio/minio/pull/19329
|
||||||
|
* Fix races in IAM cache lazy loading by @klauspost in https://github.com/minio/minio/pull/19346
|
||||||
|
* allow configuring inline shard size value by @harshavardhana in https://github.com/minio/minio/pull/19336
|
||||||
|
* replication:fix precondition check for multipart by @poornas in https://github.com/minio/minio/pull/19349
|
||||||
|
|
||||||
|
@@ -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.13.3",
|
"version": "3.13.8",
|
||||||
"upstreamVersion": "2024-03-05T04-48-44Z",
|
"upstreamVersion": "2024-03-26T22-10-45Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 2147483648,
|
"memoryLimit": 2147483648,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
|
|||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=RELEASE.2024-03-05T04-48-44Z
|
ARG VERSION=RELEASE.2024-03-26T22-10-45Z
|
||||||
|
|
||||||
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/
|
# 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
|
# 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,9 +9,9 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^122.0.4",
|
"chromedriver": "^123.0.0",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^10.3.0",
|
"mocha": "^10.4.0",
|
||||||
"selenium-webdriver": "^4.18.1",
|
"selenium-webdriver": "^4.18.1",
|
||||||
"superagent": "^8.1.2"
|
"superagent": "^8.1.2"
|
||||||
}
|
}
|
||||||
@@ -252,9 +252,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/chromedriver": {
|
"node_modules/chromedriver": {
|
||||||
"version": "122.0.4",
|
"version": "123.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.0.tgz",
|
||||||
"integrity": "sha512-MxkaWaxCqefHyh9UorGzl1F6ZNBgC7pqgT0piAysLZdw20ojSgJ62ljG8SFbhDJqBTegKbmuioa6MQ1m4Czdsg==",
|
"integrity": "sha512-OE9mpxXwbFy5LncAisqXm1aEzuLPtEMORIxyYIn9uT7N8rquJWyoip6w9Rytub3o2gnynW9+PFOTPVTldaYrtw==",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testim/chrome-version": "^1.1.4",
|
"@testim/chrome-version": "^1.1.4",
|
||||||
@@ -1094,9 +1094,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/mocha": {
|
"node_modules/mocha": {
|
||||||
"version": "10.3.0",
|
"version": "10.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz",
|
||||||
"integrity": "sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==",
|
"integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ansi-colors": "4.1.1",
|
"ansi-colors": "4.1.1",
|
||||||
"browser-stdout": "1.3.1",
|
"browser-stdout": "1.3.1",
|
||||||
@@ -2019,9 +2019,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chromedriver": {
|
"chromedriver": {
|
||||||
"version": "122.0.4",
|
"version": "123.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.0.tgz",
|
||||||
"integrity": "sha512-MxkaWaxCqefHyh9UorGzl1F6ZNBgC7pqgT0piAysLZdw20ojSgJ62ljG8SFbhDJqBTegKbmuioa6MQ1m4Czdsg==",
|
"integrity": "sha512-OE9mpxXwbFy5LncAisqXm1aEzuLPtEMORIxyYIn9uT7N8rquJWyoip6w9Rytub3o2gnynW9+PFOTPVTldaYrtw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@testim/chrome-version": "^1.1.4",
|
"@testim/chrome-version": "^1.1.4",
|
||||||
"axios": "^1.6.7",
|
"axios": "^1.6.7",
|
||||||
@@ -2615,9 +2615,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mocha": {
|
"mocha": {
|
||||||
"version": "10.3.0",
|
"version": "10.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz",
|
||||||
"integrity": "sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==",
|
"integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"ansi-colors": "4.1.1",
|
"ansi-colors": "4.1.1",
|
||||||
"browser-stdout": "1.3.1",
|
"browser-stdout": "1.3.1",
|
||||||
|
@@ -9,9 +9,9 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^122.0.4",
|
"chromedriver": "^123.0.0",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^10.3.0",
|
"mocha": "^10.4.0",
|
||||||
"selenium-webdriver": "^4.18.1",
|
"selenium-webdriver": "^4.18.1",
|
||||||
"superagent": "^8.1.2"
|
"superagent": "^8.1.2"
|
||||||
}
|
}
|
||||||
|
@@ -82,10 +82,10 @@ describe('Application life cycle test', function () {
|
|||||||
async function loginOIDC(username, password) {
|
async function loginOIDC(username, password) {
|
||||||
browser.manage().deleteAllCookies();
|
browser.manage().deleteAllCookies();
|
||||||
await browser.get(`https://${app.fqdn}/login`);
|
await browser.get(`https://${app.fqdn}/login`);
|
||||||
await browser.sleep(4000);
|
await browser.sleep(10000);
|
||||||
|
|
||||||
await browser.findElement(By.xpath('//button[contains(., "Cloudron")]')).click();
|
await browser.findElement(By.xpath('//button[contains(., "Cloudron")]')).click();
|
||||||
await browser.sleep(4000);
|
await browser.sleep(10000);
|
||||||
|
|
||||||
if (!athenticated_by_oidc) {
|
if (!athenticated_by_oidc) {
|
||||||
await waitForElement(By.xpath('//input[@name="username"]'));
|
await waitForElement(By.xpath('//input[@name="username"]'));
|
||||||
|
Reference in New Issue
Block a user