mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-23 13:37:37 +00:00
Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
88918c602a | ||
|
7b26be880d | ||
|
e966943be5 | ||
|
dd46a7f8e9 | ||
|
5295380629 | ||
|
22f00b1803 | ||
|
8315f77f5c | ||
|
e1a29850c8 | ||
|
c94a90e4ab | ||
|
d4ec80fab3 |
31
CHANGELOG
31
CHANGELOG
@@ -2312,3 +2312,34 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* Add extra disconnect safety by @klauspost in https://github.com/minio/minio/pull/19022
|
* 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
|
* 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
|
||||||
|
|
||||||
|
[3.12.13]
|
||||||
|
* Update minio to 2024-02-14T21-36-02Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-02-14T21-36-02Z)
|
||||||
|
|
||||||
|
[3.12.14]
|
||||||
|
* Update minio to 2024-02-17T01-15-57Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-02-17T01-15-57Z)
|
||||||
|
|
||||||
|
@@ -5,10 +5,10 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "3.12.10",
|
"version": "3.12.14",
|
||||||
"upstreamVersion": "2024-02-09T21-25-16Z",
|
"upstreamVersion": "2024-02-17T01-15-57Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 2147483648,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"httpPorts": {
|
"httpPorts": {
|
||||||
"API_SERVER_DOMAIN": {
|
"API_SERVER_DOMAIN": {
|
||||||
|
@@ -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-02-09T21-25-16Z
|
ARG VERSION=RELEASE.2024-02-17T01-15-57Z
|
||||||
|
|
||||||
# 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
|
||||||
|
14
test/package-lock.json
generated
14
test/package-lock.json
generated
@@ -9,7 +9,7 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^121.0.0",
|
"chromedriver": "^121.0.1",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^10.3.0",
|
"mocha": "^10.3.0",
|
||||||
"selenium-webdriver": "^4.17.0",
|
"selenium-webdriver": "^4.17.0",
|
||||||
@@ -228,9 +228,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/chromedriver": {
|
"node_modules/chromedriver": {
|
||||||
"version": "121.0.0",
|
"version": "121.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-121.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-121.0.1.tgz",
|
||||||
"integrity": "sha512-ZIKEdZrQAfuzT/RRofjl8/EZR99ghbdBXNTOcgJMKGP6N/UL6lHUX4n6ONWBV18pDvDFfQJ0x58h5AdOaXIOMw==",
|
"integrity": "sha512-7y/RLV3tKNpNf/Ye74eOF7gyrCA78qq3i6JjrMJ4xovc2XZaw4a3cZA6+2PflGX/0HttYiKJV2WO611JROGNaw==",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testim/chrome-version": "^1.1.4",
|
"@testim/chrome-version": "^1.1.4",
|
||||||
@@ -1710,9 +1710,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chromedriver": {
|
"chromedriver": {
|
||||||
"version": "121.0.0",
|
"version": "121.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-121.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-121.0.1.tgz",
|
||||||
"integrity": "sha512-ZIKEdZrQAfuzT/RRofjl8/EZR99ghbdBXNTOcgJMKGP6N/UL6lHUX4n6ONWBV18pDvDFfQJ0x58h5AdOaXIOMw==",
|
"integrity": "sha512-7y/RLV3tKNpNf/Ye74eOF7gyrCA78qq3i6JjrMJ4xovc2XZaw4a3cZA6+2PflGX/0HttYiKJV2WO611JROGNaw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@testim/chrome-version": "^1.1.4",
|
"@testim/chrome-version": "^1.1.4",
|
||||||
"axios": "^1.6.5",
|
"axios": "^1.6.5",
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^121.0.0",
|
"chromedriver": "^121.0.1",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^10.3.0",
|
"mocha": "^10.3.0",
|
||||||
"selenium-webdriver": "^4.17.0",
|
"selenium-webdriver": "^4.17.0",
|
||||||
|
Reference in New Issue
Block a user