From 55a0c35a038874577b2357c34adc3514213b57f5 Mon Sep 17 00:00:00 2001 From: Limezy Date: Mon, 5 Sep 2022 23:15:23 +0700 Subject: [PATCH 1/3] Tests fix images error --- conf/amd64.src | 4 ++-- conf/arm64.src | 4 ++-- conf/mc_amd64.src | 4 ++-- conf/mc_arm64.src | 4 ++-- conf/nginx.conf | 2 +- manifest.json | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/conf/amd64.src b/conf/amd64.src index 9181e5d..378a799 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2022-08-13T21-54-44Z -SOURCE_SUM=8f4056138673dea87356f0f82c50e22ca4cc431dfec7f48dd0e52849b387908f +SOURCE_URL=https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2022-09-01T23-53-36Z +SOURCE_SUM=7744624b4c2664f649a9aeb92a7480f6d99e7566e0081ce18bbadf4a0e5fc0cb SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=minio diff --git a/conf/arm64.src b/conf/arm64.src index 8d9c234..8cc30b3 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dl.min.io/server/minio/release/linux-arm64/archive/minio.RELEASE.2022-08-13T21-54-44Z -SOURCE_SUM=124467363d4a57dbfb9f6cb198d470d19930be19552644d2f565950600b60cde +SOURCE_URL=https://dl.min.io/server/minio/release/linux-arm64/archive/minio.RELEASE.2022-09-01T23-53-36Z +SOURCE_SUM=3aa91cfc382be5adeaaf74d3a95cbe54af0a0c625a276e4c104f519be22521f7 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=minio diff --git a/conf/mc_amd64.src b/conf/mc_amd64.src index 8b98b3d..146eadf 100644 --- a/conf/mc_amd64.src +++ b/conf/mc_amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2022-08-11T00-30-48Z -SOURCE_SUM=1e1030c88a92e5ba9457c08ef7a98543f57d701457f5f2870e16e915bce174a7 +SOURCE_URL=https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2022-08-28T20-08-11Z +SOURCE_SUM=21b409ad36e2c9384fc6ec5d4d320512420bab06a3ed986e15b8924ab32d7326 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=mc diff --git a/conf/mc_arm64.src b/conf/mc_arm64.src index 967ab4f..ff9748d 100644 --- a/conf/mc_arm64.src +++ b/conf/mc_arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dl.min.io/client/mc/release/linux-arm64/archive/mc.RELEASE.2022-08-11T00-30-48Z -SOURCE_SUM=e2859bc76fbb42edd3775be7c12ad8de42e5030162fe67ceaf7f2292bf5251ae +SOURCE_URL=https://dl.min.io/client/mc/release/linux-arm64/archive/mc.RELEASE.2022-08-28T20-08-11Z +SOURCE_SUM=05d98a91099a560101cecbf5b9f7a3bc2a491ae15caa3f73a56f395df38fbc5a SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=mc diff --git a/conf/nginx.conf b/conf/nginx.conf index ceff601..fc2cd4f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ rewrite ^$ /; -location ~ ^(/api|/login|/styles|/static|/manifest.json|/$) { +location ~ ^(/api|/images|/Loader.svg|/login|/styles|/static|/manifest.json|/$) { proxy_pass http://127.0.0.1:__CONSOLE_PORT__; proxy_http_version 1.1; diff --git a/manifest.json b/manifest.json index addad30..28a15d3 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "High Performance, Kubernetes Native Object Storage", "fr": "Serveur de stockage d'objets hautes performances" }, - "version": "2022.08.13~ynh1", + "version": "2022.09.01~ynh1", "url": "https://min.io/", "upstream": { "license": "AGPL-3.0-only", @@ -20,7 +20,7 @@ "name": "Raoul de Limezy" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": false, "services": [ From 5fc91b127041c1994c87ee1a855622c4362aa8cd Mon Sep 17 00:00:00 2001 From: Limezy Date: Mon, 5 Sep 2022 23:20:58 +0700 Subject: [PATCH 2/3] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index fc2cd4f..6dac43f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ rewrite ^$ /; -location ~ ^(/api|/images|/Loader.svg|/login|/styles|/static|/manifest.json|/$) { +location ~ ^(/api|/images|/Loader.svg|/apple-icon-180x180.png|/favicon-96x96.png|/favicon-16x16.png|/favicon-32x32.png|/login|/styles|/static|/manifest.json|/$) { proxy_pass http://127.0.0.1:__CONSOLE_PORT__; proxy_http_version 1.1; From 41a4862c52bb3baa3b18946b3701a9e4a302be61 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 5 Sep 2022 16:47:36 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50d89a0..ab0de12 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads. -**Shipped version:** 2022.08.13~ynh1 +**Shipped version:** 2022.09.01~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 28d5b90..830db50 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads. -**Version incluse :** 2022.08.13~ynh1 +**Version incluse :** 2022.09.01~ynh1 ## Captures d'écran