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

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


The following commit(s) were added to refs/heads/main by this push:
     new 877f63b0b9 Docs: bump latest version to 1.6.1 (#11036)
877f63b0b9 is described below

commit 877f63b0b9e2f47c24a528c55e8adf2018ebd2ff
Author: Carl Steinbach <[email protected]>
AuthorDate: Wed Aug 28 06:21:28 2024 -0700

    Docs: bump latest version to 1.6.1 (#11036)
    
    * Docs: update latest version in doap and templates
    
    * Add missing files
---
 .github/ISSUE_TEMPLATE/iceberg_bug_report.yml | 3 ++-
 doap.rdf                                      | 6 +++---
 site/mkdocs.yml                               | 2 +-
 site/nav.yml                                  | 1 +
 4 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml 
b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml
index 9e7d6034fe..a04263e8c9 100644
--- a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml
@@ -28,7 +28,8 @@ body:
       description: What Apache Iceberg version are you using?
       multiple: false
       options:
-        - "1.6.0 (latest release)"
+        - "1.6.1 (latest release)"
+        - "1.6.0"
         - "1.5.2"
         - "1.5.1"
         - "1.5.0"
diff --git a/doap.rdf b/doap.rdf
index 4f2bd4222c..51896c6a80 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -41,9 +41,9 @@
     <category 
rdf:resource="https://projects.apache.org/category/data-engineering"; />
     <release>
       <Version>
-        <name>1.6.0</name>
-        <created>2024-07-23</created>
-        <revision>1.6.0</revision>
+        <name>1.6.1</name>
+        <created>2024-08-27</created>
+        <revision>1.6.1</revision>
       </Version>
     </release>
     <repository>
diff --git a/site/mkdocs.yml b/site/mkdocs.yml
index d652ec3f08..db9bafb00f 100644
--- a/site/mkdocs.yml
+++ b/site/mkdocs.yml
@@ -78,7 +78,7 @@ markdown_extensions:
       permalink: 🔗
 
 extra:
-  icebergVersion: '1.6.0'
+  icebergVersion: '1.6.1'
   nessieVersion: '0.92.1'
   flinkVersion: '1.19.0'
   flinkVersionMajor: '1.19'
diff --git a/site/nav.yml b/site/nav.yml
index 91f1494a10..cad34766be 100644
--- a/site/nav.yml
+++ b/site/nav.yml
@@ -23,6 +23,7 @@ nav:
   - Docs: 
     - nightly: '!include docs/docs/nightly/mkdocs.yml'
     - latest: '!include docs/docs/latest/mkdocs.yml'
+    - 1.6.1: '!include docs/docs/1.6.1/mkdocs.yml'
     - 1.6.0: '!include docs/docs/1.6.0/mkdocs.yml'
     - 1.5.2: '!include docs/docs/1.5.2/mkdocs.yml'
     - 1.5.1: '!include docs/docs/1.5.1/mkdocs.yml'   

Reply via email to