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

fokko 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 cd0f30e533 Update deploy script and add 1.4.3 updates (#9519)
cd0f30e533 is described below

commit cd0f30e533ad25cc6736dc3cbde26181d32353a9
Author: Brian "bits" Olsen <[email protected]>
AuthorDate: Fri Jan 19 02:05:05 2024 -0800

    Update deploy script and add 1.4.3 updates (#9519)
---
 site/README.md     | 4 ++++
 site/dev/deploy.sh | 2 +-
 site/mkdocs.yml    | 2 +-
 site/nav.yml       | 1 +
 4 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/site/README.md b/site/README.md
index a58b988fcc..cc196fe756 100644
--- a/site/README.md
+++ b/site/README.md
@@ -119,6 +119,10 @@ make build OFFLINE=true
 ## Release process
 
 Deploying the docs is a two step process:
+
+> [!WARNING]  
+> The `make release` directive is currently unavailable as we wanted to 
discuss the best way forward on how or if we should automate the release. It 
involves taking an existing snapshot of the versioned documentation, and 
potentially automerging the [`docs` 
branch](https://github.com/apache/iceberg/tree/docs) and the [`javadoc` 
branch](https://github.com/apache/iceberg/tree/javadoc) which are independent 
from the `main` branch. Once this is complete, we can create a pull request 
with an  [...]
+
  1. Release a new version by copying the current `/docs` directory to a new 
version directory in the `docs` branch and a new javadoc build in the `javadoc` 
branch.
     ```
     make release ICEBERG_VERSION=${ICEBERG_VERSION}
diff --git a/site/dev/deploy.sh b/site/dev/deploy.sh
index c55503d994..bc0167e204 100755
--- a/site/dev/deploy.sh
+++ b/site/dev/deploy.sh
@@ -20,5 +20,5 @@ set -e
 
 ./dev/setup_env.sh
 
-mkdocs gh-deploy --dirty # --remote-branch asf-site
+mkdocs gh-deploy --remote-name "${REMOTE}"  # --remote-branch asf-site
 
diff --git a/site/mkdocs.yml b/site/mkdocs.yml
index 2151b9bc92..386c02cc5b 100644
--- a/site/mkdocs.yml
+++ b/site/mkdocs.yml
@@ -78,7 +78,7 @@ markdown_extensions:
       permalink: 🔗
 
 extra:
-  icebergVersion: '1.4.2'
+  icebergVersion: '1.4.3'
   social:
     - icon: fontawesome/regular/comments
       link: 'https://iceberg.apache.org/community/'
diff --git a/site/nav.yml b/site/nav.yml
index f7eb81eff5..b4c31234c4 100644
--- a/site/nav.yml
+++ b/site/nav.yml
@@ -22,6 +22,7 @@ nav:
     - Hive: hive-quickstart.md
   - Docs: 
     - latest: '!include docs/docs/latest/mkdocs.yml'
+    - 1.4.3: '!include docs/docs/1.4.3/mkdocs.yml'
     - 1.4.2: '!include docs/docs/1.4.2/mkdocs.yml'
     - 1.4.1: '!include docs/docs/1.4.1/mkdocs.yml'
     - 1.4.0: '!include docs/docs/1.4.0/mkdocs.yml'

Reply via email to