This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new df2ce81e8 [#5101] improvement(docs): Fix the document error about 
access control (#5102)
df2ce81e8 is described below

commit df2ce81e857851e234021e49d49c94bad702519c
Author: roryqi <[email protected]>
AuthorDate: Fri Oct 11 15:42:34 2024 +0800

    [#5101] improvement(docs): Fix the document error about access control 
(#5102)
    
    ### What changes were proposed in this pull request?
    
     Fix the document error about access control
    
    ### Why are the changes needed?
    
    Fix: #5101
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Just docs.
---
 docs/docker-image-details.md    | 4 ++--
 docs/security/access-control.md | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/docker-image-details.md b/docs/docker-image-details.md
index c7942625b..cad304657 100644
--- a/docs/docker-image-details.md
+++ b/docs/docker-image-details.md
@@ -14,7 +14,7 @@ You can deploy the service with the Gravitino Docker image.
 Container startup commands
 
 ```shell
-docker run --rm -d -p 8090:8090 -p 9001:9001 apache/gravitino:0.6.0-incubating
+docker run --rm -d -p 8090:8090 -p 9001:9001 apache/gravitino:0.6.1-incubating
 ```
 
 Changelog
@@ -51,7 +51,7 @@ You can deploy the standalone Gravitino Iceberg REST server 
with the Docker imag
 Container startup commands
 
 ```shell
-docker run --rm -d -p 9001:9001 apache/gravitino-iceberg-rest:0.6.0-incubating
+docker run --rm -d -p 9001:9001 apache/gravitino-iceberg-rest:0.6.1-incubating
 ```
 
 Changelog
diff --git a/docs/security/access-control.md b/docs/security/access-control.md
index 9d98c0a37..fb8bde8cb 100644
--- a/docs/security/access-control.md
+++ b/docs/security/access-control.md
@@ -662,7 +662,7 @@ MetadataObject table = ...
 Role role = client.grantPrivilegesToRole("role1", table, 
Lists.newArrayList(Privileges.SelectTable.allow()));
 ```
 </TabItem>
-<Tabs>
+</Tabs>
 
 ### Revoke privileges from a role
 

Reply via email to