1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-13 08:19:12 +00:00

Compare commits

...

14 Commits

Author SHA1 Message Date
Johannes Zellner
22f00b1803 Bump version 2024-02-13 18:04:59 +01:00
Johannes Zellner
8315f77f5c Update to 2024-02-13T15-35-11Z 2024-02-13 17:51:59 +01:00
Johannes Zellner
e1a29850c8 Bump version 2024-02-13 11:09:56 +01:00
Johannes Zellner
c94a90e4ab Update to 2024-02-12T21-02-27Z 2024-02-13 10:44:20 +01:00
Girish Ramakrishnan
d4ec80fab3 2GB min (RAM)
https://github.com/minio/minio/issues/18906
https://github.com/minio/docs/issues/1116
https://github.com/minio/minio/pull/18846
2024-02-12 06:44:34 +01:00
Johannes Zellner
682dd521a1 Bump version 2024-02-10 13:04:32 +01:00
Johannes Zellner
cd7055c916 Update test deps 2024-02-10 12:45:25 +01:00
Johannes Zellner
6d385533b3 Update to 2024-02-09T21-25-16Z 2024-02-10 12:45:08 +01:00
Girish Ramakrishnan
36d669ad59 Version 3.12.9 2024-02-07 15:06:45 +01:00
Girish Ramakrishnan
cc5e013c1f Update minio to 2024-02-06T21-36-22Z 2024-02-07 14:47:38 +01:00
Johannes Zellner
20bbaff551 Bump version 2024-02-05 10:57:39 +01:00
Johannes Zellner
d39b1cb50f Update to RELEASE.2024-02-04T22-36-13Z 2024-02-05 10:41:27 +01:00
Johannes Zellner
0dec46fdc0 Bump version 2024-02-01 14:11:01 +01:00
Johannes Zellner
9d8938b7bf Update to 2024-01-31T20-20-33Z 2024-02-01 13:55:19 +01:00
5 changed files with 132 additions and 36 deletions

View File

@@ -2247,3 +2247,91 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* avoid calling close for nil inbound/outblock channels (3 hours ago)
* remove getReplicationNodeMetrics() from peer metrics groups (4 hours ago)
[3.12.7]
* Update minio to 2024-01-31T20-20-33Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-31T20-20-33Z)
* This release fixes a security issue related to service accounts and their permissions for more details
* Performance improvement for large clusters with high IOPs requirements.
* fix: bucket metric of data usage for replication info will be ignore by @jiuker in https://github.com/minio/minio/pull/18895
* fix metrics panic in node metrics endpoint by @poornas in https://github.com/minio/minio/pull/18894
* Update list.md by @dvaldivia in https://github.com/minio/minio/pull/18907
* allow configuring maximum idle connections per host by @harshavardhana in https://github.com/minio/minio/pull/18908
* enable xattr capture by default by @harshavardhana in https://github.com/minio/minio/pull/18911
* reuse transports for callhome and remote tgt validation by @poornas in https://github.com/minio/minio/pull/18912
* exclude veeam virtual objects from replication by @poornas in https://github.com/minio/minio/pull/18918
* Add cgroup v2 support for memory limit by @vadmeste in https://github.com/minio/minio/pull/18905
* remove checkBucketExist check entirely to avoid fan-out calls by @harshavardhana in https://github.com/minio/minio/pull/18917
* Improve tracing & notification scalability by @klauspost in https://github.com/minio/minio/pull/18903
* use all the available nr_requests for NVMe by @harshavardhana in https://github.com/minio/minio/pull/18920
* add total usable capacity, free and used to DataUsageInfo() by @harshavardhana in https://github.com/minio/minio/pull/18921
* remove all the frivolous logs, that may or may not be actionable by @harshavardhana in https://github.com/minio/minio/pull/18922
* Update service file version in makefile by @donatello in https://github.com/minio/minio/pull/18925
* Correct small typo by @fwessels in https://github.com/minio/minio/pull/18923
* fix: permission checks for editing access keys by @donatello in https://github.com/minio/minio/pull/18928
* Keep ServiceV1 admin stop/restart API and mark as deprecated by @vadmeste in https://github.com/minio/minio/pull/18932
[3.12.8]
* Update minio to 2024-02-04T22-36-13Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-02-04T22-36-13Z)
* move a collection of peer APIs to websockets by @harshavardhana in https://github.com/minio/minio/pull/18936
* Improve object reuse for grid messages by @klauspost in https://github.com/minio/minio/pull/18940
* batch: Fix a typo while validating smallerThan field by @vadmeste in https://github.com/minio/minio/pull/18942
* fix: null inline policy handling for access keys by @donatello in https://github.com/minio/minio/pull/18945
* log: Use error log type instead of Application/MinIO type by @vadmeste in https://github.com/minio/minio/pull/18930
* Fix some leftover issues from PR 18936 by @fwessels in https://github.com/minio/minio/pull/18946
* simplify deadlineWriter, re-use WithDeadline by @harshavardhana in https://github.com/minio/minio/pull/18948
* Fix ineffective recycling by @klauspost in https://github.com/minio/minio/pull/18952
* deprecate disk tokens, instead rely on deadlines and active monitoring by @harshavardhana in https://github.com/minio/minio/pull/18947
* move Make,Delete,Head,Heal bucket calls to websockets by @harshavardhana in https://github.com/minio/minio/pull/18951
* Fix mux client memory leak by @klauspost in https://github.com/minio/minio/pull/18956
* disconnected returns, an unexpected error to List() returning 500s by @harshavardhana in https://github.com/minio/minio/pull/18959
* xl: Disable rename2 in decommissioning/rebalance by @vadmeste in https://github.com/minio/minio/pull/18964
* Fix typo in api-router.go by @fwessels in https://github.com/minio/minio/pull/18955
* Add more advanced cases for dangling by @harshavardhana in https://github.com/minio/minio/pull/18968
[3.12.9]
* Update minio to 2024-02-06T21-36-22Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-02-06T21-36-22Z)
* Fixes a second memory leak observed in ReadVersion without data that uses websockets layer.
* Fixes a crash while running mc admin trace on a distributed setup.
* Fixes TCP socket hangs by adding short deadlines.
[3.12.10]
* Update minio to 2024-02-09T21-25-16Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-02-09T21-25-16Z)
* do not block iam.store registration by @harshavardhana in https://github.com/minio/minio/pull/18999
* listing must return WalkDir() errors first by @harshavardhana in https://github.com/minio/minio/pull/19006
* Add GetBucketInfo toStorageErr conversion by @klauspost in https://github.com/minio/minio/pull/19005
* fix: skip policy usage validation for cache update by @donatello in https://github.com/minio/minio/pull/19008
* Update IAM access manager plugin demo by @donatello in https://github.com/minio/minio/pull/19007
* Fix blocked streams blocking reconnects by @klauspost in https://github.com/minio/minio/pull/19017
* optimize startup sequence performance by @harshavardhana in https://github.com/minio/minio/pull/19009
* Fix shared top locks client by @klauspost in https://github.com/minio/minio/pull/19018
* fix: dangling objects honor parityBlocks instead of dataBlocks by @harshavardhana in https://github.com/minio/minio/pull/19019
* remove unnecessary metrics in 'mc admin info' output by @harshavardhana in https://github.com/minio/minio/pull/19020
* Add extra disconnect safety by @klauspost in https://github.com/minio/minio/pull/19022
* introduce reader deadlines for net.Conn by @harshavardhana in https://github.com/minio/minio/pull/19023
[3.12.11]
* Update minio to 2024-02-12T21-02-27Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-02-12T21-02-27Z)
* avoid excessive logging for objects that do not exist by @harshavardhana in https://github.com/minio/minio/pull/19030
* Fix panic in tagging request proxying by @poornas in https://github.com/minio/minio/pull/19032
* do not have to use the same distributionAlgo as first pool by @harshavardhana in https://github.com/minio/minio/pull/19031
* fix: allow configuring excess versions alerting by @harshavardhana in https://github.com/minio/minio/pull/19028
* preserve conflicting objects when parent object is being deleted by @harshavardhana in https://github.com/minio/minio/pull/19034
* Convert service account add/update expiration to cond values by @vadmeste in https://github.com/minio/minio/pull/19024
* relax pre-emptive GetBucketInfo() for multi-object delete by @harshavardhana in https://github.com/minio/minio/pull/19035
* honor replaced disk properly by updating globalLocalDrives by @harshavardhana in https://github.com/minio/minio/pull/19038
* metrics: fix typo in namespace for proxy tagging metric by @poornas in https://github.com/minio/minio/pull/19039
[3.12.12]
* Update minio to 2024-02-13T15-35-11Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-02-13T15-35-11Z)
* FIx unexpected behavior when creating service account by @taran-p in https://github.com/minio/minio/pull/19036
* sts: Add test for DurationSeconds condition by @vadmeste in https://github.com/minio/minio/pull/19044
* add missing handler for reloading site replication config on peers by @harshavardhana in https://github.com/minio/minio/pull/19042
* fix: update batch replication stats for snowball uploads by @Praveenrajmani in https://github.com/minio/minio/pull/19045
* Send a bucket notification event on DeleteObject() for non-existing object by @Praveenrajmani in https://github.com/minio/minio/pull/19037
* fix incorrect disk io stats in k8s environment by @anjalshireesh in https://github.com/minio/minio/pull/19016

View File

@@ -5,10 +5,10 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.12.6",
"upstreamVersion": "2024-01-29T03-56-32Z",
"version": "3.12.12",
"upstreamVersion": "2024-02-13T15-35-11Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 805306368,
"memoryLimit": 2147483648,
"httpPort": 8000,
"httpPorts": {
"API_SERVER_DOMAIN": {

View File

@@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=RELEASE.2024-01-29T03-56-32Z
ARG VERSION=RELEASE.2024-02-13T15-35-11Z
# 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

70
test/package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": {
"chromedriver": "^121.0.0",
"expect.js": "^0.3.1",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"selenium-webdriver": "^4.17.0",
"superagent": "^8.1.2"
}
@@ -929,9 +929,9 @@
}
},
"node_modules/mocha": {
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.2.0.tgz",
"integrity": "sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==",
"version": "10.3.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.3.0.tgz",
"integrity": "sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==",
"dependencies": {
"ansi-colors": "4.1.1",
"browser-stdout": "1.3.1",
@@ -940,13 +940,12 @@
"diff": "5.0.0",
"escape-string-regexp": "4.0.0",
"find-up": "5.0.0",
"glob": "7.2.0",
"glob": "8.1.0",
"he": "1.2.0",
"js-yaml": "4.1.0",
"log-symbols": "4.1.0",
"minimatch": "5.0.1",
"ms": "2.1.3",
"nanoid": "3.3.3",
"serialize-javascript": "6.0.0",
"strip-json-comments": "3.1.1",
"supports-color": "8.1.1",
@@ -961,10 +960,6 @@
},
"engines": {
"node": ">= 14.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mochajs"
}
},
"node_modules/mocha/node_modules/brace-expansion": {
@@ -975,6 +970,24 @@
"balanced-match": "^1.0.0"
}
},
"node_modules/mocha/node_modules/glob": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
"integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^5.0.1",
"once": "^1.3.0"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/mocha/node_modules/minimatch": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
@@ -996,17 +1009,6 @@
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"node_modules/nanoid": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz",
"integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==",
"bin": {
"nanoid": "bin/nanoid.cjs"
},
"engines": {
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
},
"node_modules/normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
@@ -2205,9 +2207,9 @@
}
},
"mocha": {
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.2.0.tgz",
"integrity": "sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==",
"version": "10.3.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.3.0.tgz",
"integrity": "sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==",
"requires": {
"ansi-colors": "4.1.1",
"browser-stdout": "1.3.1",
@@ -2216,13 +2218,12 @@
"diff": "5.0.0",
"escape-string-regexp": "4.0.0",
"find-up": "5.0.0",
"glob": "7.2.0",
"glob": "8.1.0",
"he": "1.2.0",
"js-yaml": "4.1.0",
"log-symbols": "4.1.0",
"minimatch": "5.0.1",
"ms": "2.1.3",
"nanoid": "3.3.3",
"serialize-javascript": "6.0.0",
"strip-json-comments": "3.1.1",
"supports-color": "8.1.1",
@@ -2240,6 +2241,18 @@
"balanced-match": "^1.0.0"
}
},
"glob": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
"integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^5.0.1",
"once": "^1.3.0"
}
},
"minimatch": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
@@ -2260,11 +2273,6 @@
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"nanoid": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz",
"integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w=="
},
"normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",

View File

@@ -11,7 +11,7 @@
"dependencies": {
"chromedriver": "^121.0.0",
"expect.js": "^0.3.1",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"selenium-webdriver": "^4.17.0",
"superagent": "^8.1.2"
}