You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2023/05/02 12:46:41 UTC

[iceberg-docs] branch 1.2.1 updated: Configure latest Iceberg version to 1.2.1 (#234)

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

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


The following commit(s) were added to refs/heads/1.2.1 by this push:
     new 5822b83a Configure latest Iceberg version to 1.2.1 (#234)
5822b83a is described below

commit 5822b83abe2e60a66935b15bed51cdc53a4a9b18
Author: Eduard Tudenhoefner <et...@gmail.com>
AuthorDate: Tue May 2 14:46:35 2023 +0200

    Configure latest Iceberg version to 1.2.1 (#234)
---
 docs/config.toml         | 3 ++-
 landing-page/config.toml | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 76951c42..b3ca9eb6 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -10,7 +10,7 @@ theme= "iceberg-theme"
   search = true
   versions.iceberg = "" # This is populated by the github deploy workflow and is equal to the branch name
   versions.nessie = "0.50.0"
-  latestVersions.iceberg = "1.2.0"  # This is used for the version badge on the "latest" site version
+  latestVersions.iceberg = "1.2.1"  # This is used for the version badge on the "latest" site version
   BookSection='docs' # This determines which directory will inform the left navigation menu
   disableHome=true
 
@@ -24,6 +24,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
 [menu]
   versions = [
     { name = "latest", pre = "relative", url = "../latest", weight = 1 },
+    { name = "1.2.1", pre = "relative", url = "../1.2.1", weight = 991 },
     { name = "1.2.0", pre = "relative", url = "../1.2.0", weight = 992 },
     { name = "1.1.0", pre = "relative", url = "../1.1.0", weight = 993 },
     { name = "1.0.0", pre = "relative", url = "../1.0.0", weight = 994 },
diff --git a/landing-page/config.toml b/landing-page/config.toml
index 876f748c..c7a9b18c 100644
--- a/landing-page/config.toml
+++ b/landing-page/config.toml
@@ -8,7 +8,7 @@ sectionPagesMenu = "main"
   siteType = "landing-page"
   search = true
   description = "The open table format for analytic datasets."
-  latestVersions.iceberg = "1.2.0"
+  latestVersions.iceberg = "1.2.1"
   docsBaseURL = ""
 
 [[params.social]]
@@ -34,6 +34,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
 [menu]
   versions = [
     { name = "latest", url = "/docs/latest", weight = 1 },
+    { name = "1.2.1", url = "/docs/1.2.1", weight = 991 },
     { name = "1.2.0", url = "/docs/1.2.0", weight = 992 },
     { name = "1.1.0", url = "/docs/1.1.0", weight = 993 },
     { name = "1.0.0", url = "/docs/1.0.0", weight = 994 },