You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/07/20 02:16:10 UTC

[iceberg-docs] branch 0.14.0 updated: Update config.toml.

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

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


The following commit(s) were added to refs/heads/0.14.0 by this push:
     new 581063a4 Update config.toml.
581063a4 is described below

commit 581063a4c4ec86ab188c0e783decf0280706b62f
Author: Ryan Blue <bl...@apache.org>
AuthorDate: Tue Jul 19 19:11:46 2022 -0700

    Update config.toml.
---
 docs/config.toml         | 2 +-
 landing-page/config.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 8d9d9352..db267080 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.18.0"
-  latestVersions.iceberg = "0.13.2"  # This is used for the version badge on the "latest" site version
+  latestVersions.iceberg = "0.14.0"  # 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
 
diff --git a/landing-page/config.toml b/landing-page/config.toml
index dc53a8ff..436e774e 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 = "0.13.2"
+  latestVersions.iceberg = "0.14.0"
   docsBaseURL = ""
 
 [[params.social]]