Skip to content

Commit d42ee3a

Browse files
fix date in change log and unexpected charactor in doc (#858)
1 parent 1a88b33 commit d42ee3a

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

docsite/docs/manual/500.ob-operator-user-guide/300.high-availability/400.tenant-backup-of-ob-operator.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ The parameters are described as follows:
7878

7979
destination:
8080

81-
* type: The type of the destination. Valid values are `NFS`, `OSS`, `S3`, `COS`, and `S3_COMPATIBLE`.
82-
* path: The path of the backup destination.
83-
* For `NFS`, you must specify a relative path, which must not start with `/`.
84-
* For `OSS`, the path must start with `oss://` and include the `host` parameter. Example: `oss://bucket/backup?host=oss-cn-hangzhou.aliyuncs.com`
85-
* For `S3`, the path must start with `s3://` and include the `host` parameter. Example: `s3://bucket/backup?host=s3.us-west-1.amazonaws.com`
86-
* For `COS`, the path must start with `cos://` and include the `host` parameter. Example: `cos://bucket/backup?host=cos.ap-nanjing.myqcloud.com`
87-
* For `S3_COMPATIBLE`, the path must start with `s3://` and include the `host` parameter for the S3-compatible endpoint. Example: `s3://bucket/backup?host=minio.example.com`
81+
* type: The type of the destination. Valid values are `NFS`, `OSS`, `S3`, `COS`, and `S3_COMPATIBLE`.
82+
* path: The path of the backup destination.
83+
* For `NFS`, you must specify a relative path, which must not start with `/`.
84+
* For `OSS`, the path must start with `oss://` and include the `host` parameter. Example: `oss://bucket/backup?host=oss-cn-hangzhou.aliyuncs.com`
85+
* For `S3`, the path must start with `s3://` and include the `host` parameter. Example: `s3://bucket/backup?host=s3.us-west-1.amazonaws.com`
86+
* For `COS`, the path must start with `cos://` and include the `host` parameter. Example: `cos://bucket/backup?host=cos.ap-nanjing.myqcloud.com`
87+
* For `S3_COMPATIBLE`, the path must start with `s3://` and include the `host` parameter for the S3-compatible endpoint. Example: `s3://bucket/backup?host=minio.example.com`
8888
* ossAccessSecret: The name of the secret resource that stores the access credential. This is required for `OSS`, `S3`, `COS`, and `S3_COMPATIBLE`.
8989

9090
Here is the configuration of a sample tenantSecret resource:

docsite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/manual/500.ob-operator-user-guide/300.high-availability/400.tenant-backup-of-ob-operator.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ spec:
7878

7979
destination:
8080

81-
* type:目的地类型,支持 `NFS`、`OSS`、`S3`、`COS` 和 `S3_COMPATIBLE`。
82-
* path:目的地的备份路径。
83-
* `NFS` 类型:非 `/` 开头的相对路径。
84-
* `OSS` 类型:以 `oss://` 开头,并包含 `host` 参数。示例:`oss://bucket/backup?host=oss-cn-hangzhou.aliyuncs.com`
85-
* `S3` 类型:以 `s3://` 开头,并包含 `host` 参数。示例:`s3://bucket/backup?host=s3.us-west-1.amazonaws.com`
86-
* `COS` 类型:以 `cos://` 开头,并包含 `host` 参数。示例:`cos://bucket/backup?host=cos.ap-nanjing.myqcloud.com`
87-
* `S3_COMPATIBLE` 类型:以 `s3://` 开头,并包含 S3 兼容存储的 `host` 参数。示例:`s3://bucket/backup?host=minio.example.com`
81+
* type:目的地类型,支持 `NFS`、`OSS`、`S3`、`COS` 和 `S3_COMPATIBLE`。
82+
* path:目的地的备份路径。
83+
* `NFS` 类型:非 `/` 开头的相对路径。
84+
* `OSS` 类型:以 `oss://` 开头,并包含 `host` 参数。示例:`oss://bucket/backup?host=oss-cn-hangzhou.aliyuncs.com`
85+
* `S3` 类型:以 `s3://` 开头,并包含 `host` 参数。示例:`s3://bucket/backup?host=s3.us-west-1.amazonaws.com`
86+
* `COS` 类型:以 `cos://` 开头,并包含 `host` 参数。示例:`cos://bucket/backup?host=cos.ap-nanjing.myqcloud.com`
87+
* `S3_COMPATIBLE` 类型:以 `s3://` 开头,并包含 S3 兼容存储的 `host` 参数。示例:`s3://bucket/backup?host=minio.example.com`
8888
* ossAccessSecret:存放访问凭证的 Secret 资源名。如果备份目的地类型为 `OSS`、`S3`、`COS` 或 `S3_COMPATIBLE`,该字段必须提供。
8989

9090
tenantSecret 示例:

docsite/src/pages/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.3.2 (Release on 2025.06.12)
3+
## 2.3.2 (Release on 2025.09.08)
44
### New Feature
55
1. Support setting addressingModel for S3_COMPATIBLE storage.
66
2. Support setting variables while creating tenant, for setting variables which are not able to be modifed after tenant creation.

0 commit comments

Comments
 (0)