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

blue pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 52f500f  Docs: Updated version support description for Flink (#79)
52f500f is described below

commit 52f500f4c79d9d32331781f588017307d7ba64f5
Author: liliwei <[email protected]>
AuthorDate: Tue Jun 7 23:29:38 2022 +0800

    Docs: Updated version support description for Flink (#79)
---
 landing-page/content/common/multi-engine-support.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/landing-page/content/common/multi-engine-support.md 
b/landing-page/content/common/multi-engine-support.md
index 681754d..c7efd25 100644
--- a/landing-page/content/common/multi-engine-support.md
+++ b/landing-page/content/common/multi-engine-support.md
@@ -76,12 +76,13 @@ Each engine version undergoes the following lifecycle 
stages:
 Based on the guideline of the Flink community, only the latest 2 minor 
versions are actively maintained.
 Users should continuously upgrade their Flink version to stay up-to-date.
 
-| Version    | Lifecycle Stage   | Initial Iceberg Support | Latest Iceberg 
Support | Latest Runtime Jar |
-| ---------- | ----------------- | ----------------------- | 
---------------------- | ------------------ |
-| 1.11       | End of Life       | 0.9.0                   | 0.12.1            
     | 
[iceberg-flink-runtime](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime/0.12.1/iceberg-flink-runtime-0.12.1.jar)
 |
-| 1.12       | Deprecated        | 0.12.0                  | {{% 
icebergVersion %}} | 
[iceberg-flink-runtime-1.12](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.12/{{%
 icebergVersion %}}/iceberg-flink-runtime-1.12-{{% icebergVersion %}}.jar) [3] |
-| 1.13       | Maintained        | 0.13.0                  | {{% 
icebergVersion %}} | 
[iceberg-flink-runtime-1.13](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.13/{{%
 icebergVersion %}}/iceberg-flink-runtime-1.13-{{% icebergVersion %}}.jar) |
-| 1.14       | Maintained        | 0.13.0                  | {{% 
icebergVersion %}} | 
[iceberg-flink-runtime-1.14](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.14/{{%
 icebergVersion %}}/iceberg-flink-runtime-1.14-{{% icebergVersion %}}.jar) |
+| Version | Lifecycle Stage | Initial Iceberg Support | Latest Iceberg Support 
| Latest Runtime Jar                                                            
                                                                                
                                               |
+| ------- | --------------- | ----------------------- | ---------------------- 
| 
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 |
+| 1.11    | End of Life     | 0.9.0                   | 0.12.1                 
| 
[iceberg-flink-runtime](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime/0.12.1/iceberg-flink-runtime-0.12.1.jar)
                                                    |
+| 1.12    | End of Life     | 0.12.0                  | 0.13.1                 
| 
[iceberg-flink-runtime-1.12](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.12/{{%
 icebergVersion %}}/iceberg-flink-runtime-1.12-{{% icebergVersion %}}.jar) [3] |
+| 1.13    | Deprecated      | 0.13.0                  | {{% icebergVersion %}} 
| 
[iceberg-flink-runtime-1.13](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.13/{{%
 icebergVersion %}}/iceberg-flink-runtime-1.13-{{% icebergVersion %}}.jar)     |
+| 1.14    | Maintained      | 0.13.0                  | {{% icebergVersion %}} 
| 
[iceberg-flink-runtime-1.14](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.14/{{%
 icebergVersion %}}/iceberg-flink-runtime-1.14-{{% icebergVersion %}}.jar)     |
+| 1.15    | Maintained      | 0.13.2                  | {{% icebergVersion %}} 
| 
[iceberg-flink-runtime-1.15](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.15/{{%
 icebergVersion %}}/iceberg-flink-runtime-1.15-{{% icebergVersion %}}.jar)     |
 
 * [3] Flink 1.12 shares the same runtime jar `iceberg-flink-runtime` with 
Flink 1.11 before Iceberg 0.13.0
 

Reply via email to