mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-13 16:29:13 +00:00
Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
c1dbd2139f | ||
|
fe88ff7d1c | ||
|
fecebfd7e1 | ||
|
0d171ddb5a | ||
|
a5736bba2b | ||
|
f1181e9383 | ||
|
6346e564f9 | ||
|
4843a8345a | ||
|
fd7c75da9f | ||
|
327ede57c3 |
29
CHANGELOG
29
CHANGELOG
@@ -1071,4 +1071,33 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* Update minio to 2022-03-17T06-34-49Z
|
* Update minio to 2022-03-17T06-34-49Z
|
||||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-03-17T06-34-49Z)
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-03-17T06-34-49Z)
|
||||||
|
|
||||||
|
[2.4.4]
|
||||||
|
* Update minio to 2022-03-22T02-05-10Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-03-22T02-05-10Z)
|
||||||
|
|
||||||
|
[2.4.5]
|
||||||
|
* Update minio to 2022-03-24T00-43-44Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-03-24T00-43-44Z)
|
||||||
|
|
||||||
|
[2.4.6]
|
||||||
|
* Update minio to 2022-03-26T06-49-28Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-03-26T06-49-28Z)
|
||||||
|
|
||||||
|
[2.4.7]
|
||||||
|
* Update minio to 2022-04-01T03-41-39Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-04-01T03-41-39Z)
|
||||||
|
* Always get the actual object size in bulk SSE-S3 by @vadmeste in #14637
|
||||||
|
* listing: decrypt only SSE-S3 single-part ETags by @aead in #14638
|
||||||
|
* Load IAM with a single listing call by @donatello in #14640
|
||||||
|
* fix: multiple pool setup return incorrect DeleteMarker metadata by @harshavardhana in #14642
|
||||||
|
* Quick type for fix ttfb entry in table by @eco-minio in #14647
|
||||||
|
|
||||||
|
[2.4.8]
|
||||||
|
* Update minio to 2022-04-09T15-09-52Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-04-09T15-09-52Z)
|
||||||
|
* Add metrics for observing IAM sync operations by @donatello in #14680
|
||||||
|
* Write deployment id to health report at the start by @anjalshireesh in #14673
|
||||||
|
* etag: add Format and Decrypt functions by @aead in #14659
|
||||||
|
* Remove unnecessary log printing by @vadmeste in #14685
|
||||||
|
* listing: improve listing of encrypted objects by @aead in #14667
|
||||||
|
* Set inspect-input.txt modtime by @klauspost in #14688
|
||||||
|
@@ -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": "2.4.3",
|
"version": "2.4.8",
|
||||||
"upstreamVersion": "2022-03-17T06-34-49Z",
|
"upstreamVersion": "2022-04-09T15-09-52Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"httpPorts": {
|
"httpPorts": {
|
||||||
|
@@ -1,27 +1,29 @@
|
|||||||
|
## About
|
||||||
|
|
||||||
Minio is a distributed object storage server built for cloud applications and devops.
|
Minio is a distributed object storage server built for cloud applications and devops.
|
||||||
|
|
||||||
### Features
|
## Features
|
||||||
|
|
||||||
#### Amazon S3 Compatible
|
### Amazon S3 Compatible
|
||||||
|
|
||||||
Minio implements Amazon S3 v4 APIs. Minio also includes client SDKs and a console utility.
|
Minio implements Amazon S3 v4 APIs. Minio also includes client SDKs and a console utility.
|
||||||
|
|
||||||
#### Minimalist Design
|
### Minimalist Design
|
||||||
|
|
||||||
Minio is deeply influenced by minimalism. We believe that only simple things scale.
|
Minio is deeply influenced by minimalism. We believe that only simple things scale.
|
||||||
|
|
||||||
#### Apache License 2.0
|
### Apache License 2.0
|
||||||
|
|
||||||
Minio is free software, released under Apache license v2.0. Minio has an active developer and user community.
|
Minio is free software, released under Apache license v2.0. Minio has an active developer and user community.
|
||||||
|
|
||||||
#### Lambda Functions
|
### Lambda Functions
|
||||||
|
|
||||||
Minio triggers Lambda functions through event notification service. In addition Minio also supports simple queueing service for AMQP, Elasticsearch, Redis, NATS and Postgres targets.
|
Minio triggers Lambda functions through event notification service. In addition Minio also supports simple queueing service for AMQP, Elasticsearch, Redis, NATS and Postgres targets.
|
||||||
|
|
||||||
#### Erasure Code & Bitrot Protection
|
### Erasure Code & Bitrot Protection
|
||||||
|
|
||||||
Minio protects data against hardware failures and silent data corruption using erasure code and checksums. You may lose half the number of drives and still recover from it.
|
Minio protects data against hardware failures and silent data corruption using erasure code and checksums. You may lose half the number of drives and still recover from it.
|
||||||
|
|
||||||
#### Written in Go
|
### Written in Go
|
||||||
|
|
||||||
Go is an emerging language of choice for modern cloud infrastructure projects. Go language enables Minio to be highly concurrent and lightweight.
|
Go is an emerging language of choice for modern cloud infrastructure projects. Go language enables Minio to be highly concurrent and lightweight.
|
||||||
|
@@ -3,8 +3,8 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
|
|||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=RELEASE.2022-03-17T06-34-49Z
|
ARG VERSION=RELEASE.2022-04-09T15-09-52Z
|
||||||
ARG MC_VERSION=RELEASE.2022-03-17T07-21-29Z
|
ARG MC_VERSION=RELEASE.2022-04-07T21-43-27Z
|
||||||
|
|
||||||
# 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": "^99.0.0",
|
"chromedriver": "^100.0.0",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^9.2.2",
|
"mocha": "^9.2.2",
|
||||||
"selenium-webdriver": "^4.1.1",
|
"selenium-webdriver": "^4.1.1",
|
||||||
@@ -283,9 +283,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/chromedriver": {
|
"node_modules/chromedriver": {
|
||||||
"version": "99.0.0",
|
"version": "100.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-99.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-100.0.0.tgz",
|
||||||
"integrity": "sha512-pyB+5LuyZdb7EBPL3i5D5yucZUD+SlkdiUtmpjaEnLd9zAXp+SvD/hP5xF4l/ZmWvUo/1ZLxAI1YBdhazGTpgA==",
|
"integrity": "sha512-oLfB0IgFEGY9qYpFQO/BNSXbPw7bgfJUN5VX8Okps9W2qNT4IqKh5hDwKWtpUIQNI6K3ToWe2/J5NdpurTY02g==",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testim/chrome-version": "^1.1.2",
|
"@testim/chrome-version": "^1.1.2",
|
||||||
@@ -2067,9 +2067,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chromedriver": {
|
"chromedriver": {
|
||||||
"version": "99.0.0",
|
"version": "100.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-99.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-100.0.0.tgz",
|
||||||
"integrity": "sha512-pyB+5LuyZdb7EBPL3i5D5yucZUD+SlkdiUtmpjaEnLd9zAXp+SvD/hP5xF4l/ZmWvUo/1ZLxAI1YBdhazGTpgA==",
|
"integrity": "sha512-oLfB0IgFEGY9qYpFQO/BNSXbPw7bgfJUN5VX8Okps9W2qNT4IqKh5hDwKWtpUIQNI6K3ToWe2/J5NdpurTY02g==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@testim/chrome-version": "^1.1.2",
|
"@testim/chrome-version": "^1.1.2",
|
||||||
"axios": "^0.24.0",
|
"axios": "^0.24.0",
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^99.0.0",
|
"chromedriver": "^100.0.0",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^9.2.2",
|
"mocha": "^9.2.2",
|
||||||
"selenium-webdriver": "^4.1.1",
|
"selenium-webdriver": "^4.1.1",
|
||||||
|
Reference in New Issue
Block a user