mchades opened a new issue, #5114: URL: https://github.com/apache/gravitino/issues/5114
### What would you like to be improved? Gravitino has become an Apache Incubator project since version 0.6.0, so it is necessary to follow the Apache versioning convention like `0.6.0-incubating` instead of `0.6.0`. ### How should we improve? visit all docs and update to incubating version after 0.6.0. Such as: https://github.com/apache/gravitino/blob/344e98df063548232f08a45a22fa06ebc26f6583/docs/how-to-use-gvfs.md?plain=1#L338-L348 should change the `Since version` column value to: ```md | Configuration item | Description | Default value | Required | Since version | |----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|-----------------------------------|---------------| | `server_uri` | The Gravitino server uri, e.g. `http://localhost:8090`. | (none) | Yes | 0.6.0-incubating |. | `metalake_name` | The metalake name which the fileset belongs to. | (none) | Yes | 0.6.0-incubating |. | `cache_size` | The cache capacity of the Gravitino Virtual File System. | `20` | No | 0.6.0-incubating |. | `cache_expired_time` | The value of time that the cache expires after accessing in the Gravitino Virtual File System. The value is in `seconds`. | `3600` | No | 0.6.0-incubating |. | `auth_type` | The auth type to initialize the Gravitino client to use with the Gravitino Virtual File System. Currently supports `simple` and `oauth2` auth types. | `simple` | No | 0.6.0-incubating |. | `oauth2_server_uri` | The auth server URI for the Gravitino client when using `oauth2` auth type. | (none) | Yes if you use `oauth2` auth type | 0.7.0-incubating |. | `oauth2_credential` | The auth credential for the Gravitino client when using `oauth2` auth type. | (none) | Yes if you use `oauth2` auth type | 0.7.0-incubating |. | `oauth2_path` | The auth server path for the Gravitino client when using `oauth2` auth type. Please remove the first slash `/` from the path, for example `oauth/token`. | (none) | Yes if you use `oauth2` auth type | 0.7.0-incubating |. | `oauth2_scope` | The auth scope for the Gravitino client when using `oauth2` auth type with the Gravitino Virtual File System. | (none) | Yes if you use `oauth2` auth type | 0.7.0-incubating |. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
