1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-17 02:39:07 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Package Updates
6aba571eb7 Update package version to 4.1.1 2025-02-09 09:44:57 +00:00
Renovate Bot
2ef9e56703 chore(deps): update dependency minio/minio to release.2025-02-07t23-21-09z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-02-03T21-03-04Z | RELEASE.2025-02-07T23-21-09Z |
2025-02-09 00:19:31 +00:00
5 changed files with 16 additions and 8 deletions

View File

@@ -2781,3 +2781,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Redact sensitive fields from DescribeBatchJob by [@​klauspost](https://github.com/klauspost) in https://github.com/minio/minio/pull/20881 * Redact sensitive fields from DescribeBatchJob by [@​klauspost](https://github.com/klauspost) in https://github.com/minio/minio/pull/20881
* fix: proxy requests to honor global transport by [@​vadmeste](https://github.com/vadmeste) in https://github.com/minio/minio/pull/20889 * fix: proxy requests to honor global transport by [@​vadmeste](https://github.com/vadmeste) in https://github.com/minio/minio/pull/20889
[4.1.1]
* Update minio to RELEASE.2025-02-07T23-21-09Z
* [Full Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2025-02-07T23-21-09Z)
* replication: default tag timestamps in CopyObject call by [@​poornas](https://github.com/poornas) in https://github.com/minio/minio/pull/20891
* sts: allow client-provided intermediate CAs by [@​aead](https://github.com/aead) in https://github.com/minio/minio/pull/20896
* Fix multipart replication with 1 part objects by [@​klauspost](https://github.com/klauspost) in https://github.com/minio/minio/pull/20895
* kms: add `MINIO_KMS_REPLICATE_KEYID` option by [@​aead](https://github.com/aead) in https://github.com/minio/minio/pull/20909

View File

@@ -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": "4.1.0", "version": "4.1.1",
"upstreamVersion": "RELEASE.2025-02-03T21-03-04Z", "upstreamVersion": "RELEASE.2025-02-07T23-21-09Z",
"healthCheckPath": "/minio/login", "healthCheckPath": "/minio/login",
"memoryLimit": 2147483648, "memoryLimit": 2147483648,
"httpPort": 8000, "httpPort": 8000,

View File

@@ -4,7 +4,7 @@ RUN mkdir -p /app/code
WORKDIR /app/code WORKDIR /app/code
# renovate: datasource=github-releases depName=minio/minio versioning=regex:^RELEASE\.(?<major>\d{4})-(?<minor>\d{2})-(?<patch>\d{2})T(?<build>.+) # renovate: datasource=github-releases depName=minio/minio versioning=regex:^RELEASE\.(?<major>\d{4})-(?<minor>\d{2})-(?<patch>\d{2})T(?<build>.+)
ARG MINIO_VERSION=RELEASE.2025-02-03T21-03-04Z ARG MINIO_VERSION=RELEASE.2025-02-07T23-21-09Z
RUN wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio.${MINIO_VERSION} -O /app/code/minio && chmod +x /app/code/minio RUN wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio.${MINIO_VERSION} -O /app/code/minio && chmod +x /app/code/minio

View File

@@ -9,7 +9,7 @@
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"chromedriver": "^132.0.2", "chromedriver": "^133.0.0",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mocha": "^11.1.0", "mocha": "^11.1.0",
"selenium-webdriver": "^4.28.1", "selenium-webdriver": "^4.28.1",
@@ -337,9 +337,9 @@
} }
}, },
"node_modules/chromedriver": { "node_modules/chromedriver": {
"version": "132.0.2", "version": "133.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-132.0.2.tgz", "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-133.0.0.tgz",
"integrity": "sha512-aywIWYggkAwdFN5zkyYHXUyUBJt2hFMweS3XU0XINIdfOG386z+sqAlExB4P1A10cSz+SO5gxcCgxd8UJNBvgg==", "integrity": "sha512-7arRrtD9WGSlemMLE4IOoD42OSKKyOtQP/Z0x/WB5jYSaCzcI95j67EK0wQ2w1y5IjSJnYvnmXOJM6Nla4OG2w==",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {

View File

@@ -9,7 +9,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"chromedriver": "^132.0.2", "chromedriver": "^133.0.0",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mocha": "^11.1.0", "mocha": "^11.1.0",
"selenium-webdriver": "^4.28.1", "selenium-webdriver": "^4.28.1",