Skip to content

Commit 7755fcf

Browse files
authored
Merge branch 'master' into show-when-more-than20-versions
2 parents 496a628 + ffaa993 commit 7755fcf

File tree

6 files changed

+295
-294
lines changed

6 files changed

+295
-294
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Bug Fix:
4242

4343
Deprecations:
4444

45-
- Deprecated support of accounts & policies management, this can be managed by using mc admin commands. Please refer to the [MinIO Console User Management page](https://min.io/docs/minio/kubernetes/upstream/administration/identity-access-management/minio-user-management.html#id1) for more information.
46-
- Deprecated support of bucket management, this can be managed by using mc commands. Please refer to the [MinIO Client](https://min.io/docs/minio/linux/reference/minio-mc.html) for more information.
47-
- Deprecated support of configuration management, this can be managed by using mc admin config commands. Please refer to the [MinIO Client](https://min.io/docs/minio/linux/reference/minio-mc.html) for more information.
45+
- Deprecated support of accounts & policies management, this can be managed by using mc admin commands. Please refer to the [MinIO User Management page](https://docs.min.io/community/minio-object-store/administration/identity-access-management/minio-user-management.html#id1) for more information.
46+
- Deprecated support of bucket management, this can be managed by using mc commands. Please refer to the [MinIO Client](https://docs.min.io/community/minio-object-store/reference/minio-mc.html) for more information.
47+
- Deprecated support of configuration management, this can be managed by using mc admin config commands. Please refer to the [MinIO Client](https://docs.min.io/community/minio-object-store/reference/minio-mc.html) for more information.
4848

4949

5050
## Release v1.7.6
@@ -67,9 +67,9 @@ Bug Fix:
6767

6868
Deprecations:
6969

70-
- Deprecated support tools User Interface in favor of mc admin commands. Please refer to the [MinIO SUBNET Registration page](https://min.io/docs/minio/linux/administration/console/subnet-registration.html#subnet) for more information.
71-
- Deprecated Site replication User Interface in favor of mc admin commands. Please refer to the [MinIO Site Replication page](https://min.io/docs/minio/linux/operations/install-deploy-manage/multi-site-replication.html) for more information.
72-
- Deprecated Lifecycle & Tiers User Interface in favor of mc admin commands. Please refer to the [MinIO Tiers page](https://min.io/docs/minio/linux/reference/minio-mc/mc-ilm-tier.html) for more information.
70+
- Deprecated support tools User Interface in favor of mc admin commands. Please refer to the [MinIO Client documentation page](https://docs.min.io/community/minio-object-store/reference/minio-mc.html) for more information.
71+
- Deprecated Site replication User Interface in favor of mc admin commands. Please refer to the [MinIO Site Replication page](https://docs.min.io/community/minio-object-store/reference/minio-mc-admin/mc-admin-replicate.html) for more information.
72+
- Deprecated Lifecycle & Tiers User Interface in favor of mc admin commands. Please refer to the [MinIO Tiers page](https://docs.min.io/community/minio-object-store/reference/minio-mc/mc-ilm-tier.html) for more information.
7373

7474
Bug Fix:
7575

systemd/console.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Unit]
22
Description=MinIO Console
3-
Documentation=https://min.io/docs/minio/linux/index.html
3+
Documentation=https://docs.min.io/community/minio-object-store/index.html
44
Wants=network-online.target
55
After=network-online.target
66
AssertFileIsExecutable=/usr/local/bin/console

web-app/src/screens/Console/Buckets/ListBuckets/Objects/Preview/PreviewFileContent.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ const PreviewFile = ({
180180
path={path}
181181
onLoad={iframeLoaded}
182182
loading={loading}
183-
downloadFile={() =>
184-
downloadObject(dispatch, bucketName, path, actualInfo)
185-
}
183+
downloadFile={() => {
184+
downloadObject(dispatch, bucketName, objectName, actualInfo);
185+
}}
186186
/>
187187
</Fragment>
188188
)}

web-app/src/screens/Console/Menu/MenuWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const MenuWrapper = () => {
5959
<MenuItem
6060
name={"Documentation"}
6161
icon={<DocumentationIcon />}
62-
path={"https://min.io/docs/minio/linux/index.html?ref=con"}
62+
path={"https://docs.min.io/community/minio-object-store/index.html?ref=con"}
6363
/>
6464
<MenuItem
6565
name={"License"}

0 commit comments

Comments
 (0)