Skip to content

Commit eecb7f8

Browse files
authored
[MINOR] improvment(docs): Add docker image change log for 0.6.1-incubating (#5088)
### What changes were proposed in this pull request? Add docker image change log for 0.6.1 ### Why are the changes needed? Just a minor. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No need. Just doc.
1 parent 2e0bd77 commit eecb7f8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/docker-image-details.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ docker run --rm -d -p 8090:8090 -p 9001:9001 apache/gravitino:0.6.0-incubating
1919

2020
Changelog
2121

22+
- apache/gravitino:0.6.1-incubating
23+
- Based on Gravitino 0.6.1-incubating, you can know more information from 0.6.1-incubating release notes.
24+
2225
- apache/gravitino:0.6.0-incubating (Switch to Apache official DockerHub repository)
23-
- Use the latest Gravitino version 0.6.0 source code to build the image.
26+
- Use the latest Gravitino version 0.6.0-incubating source code to build the image.
2427

2528
- datastrato/gravitino:0.5.1
2629
- Based on Gravitino 0.5.1, you can know more information from 0.5.1 release notes.
@@ -53,6 +56,9 @@ docker run --rm -d -p 9001:9001 apache/gravitino-iceberg-rest:0.6.0-incubating
5356

5457
Changelog
5558

59+
- apache/gravitino-iceberg-rest:0.6.1-incubating
60+
- Based on Gravitino 0.6.1-incubating, you can know more information from 0.6.1-incubating release notes.
61+
5662
- apache/gravitino-iceberg-rest:0.6.0-incubating.
5763
- Gravitino Iceberg REST Server with memory catalog backend.
5864
- Expose ports:
@@ -82,6 +88,8 @@ Changelog
8288
### Trino image
8389

8490
Changelog
91+
- apache/gravitino-playground:trino-435-gravitino-0.6.1-incubating
92+
- Use Gravitino release 0.6.1-incubating Dockerfile to build the image.
8593

8694
- apache/gravitino-playground:trino-435-gravitino-0.6.0-incubating (Switch to Apache official DockerHub repository)
8795
- Use Gravitino release 0.6.0 Dockerfile to build the image.

docs/open-api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ info:
2222
license:
2323
name: Apache 2.0
2424
url: https://www.apache.org/licenses/LICENSE-2.0.html
25-
version: 0.6.1-incubating-SNAPSHOT
25+
version: 0.6.1-incubating
2626
description: |
2727
Defines the specification for the first version of the Gravitino REST API.
2828

0 commit comments

Comments
 (0)