This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/amoro-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 1b628c4 deploy: 840644edf439f935fc235067380a1e95c9ae09e5
1b628c4 is described below
commit 1b628c4de37351da8a08c04e356e55d2cb86e57e
Author: zhoujinsong <[email protected]>
AuthorDate: Tue Sep 30 06:30:46 2025 +0000
deploy: 840644edf439f935fc235067380a1e95c9ae09e5
---
output/index.html | 2 +-
output/landingpagesearch.json | 2 +-
output/release-guide/index.html | 8 +++++++-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/output/index.html b/output/index.html
index cb808c6..fc4ef02 100644
--- a/output/index.html
+++ b/output/index.html
@@ -30,7 +30,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta name="generator" content="Hugo 0.150.0">
+ <meta name="generator" content="Hugo 0.150.1">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
diff --git a/output/landingpagesearch.json b/output/landingpagesearch.json
index 17ef17d..6c468db 100644
--- a/output/landingpagesearch.json
+++ b/output/landingpagesearch.json
@@ -1 +1 @@
-[{"categories":null,"content":"Benchmark Report Test purpose This test aims at
comparing the OLAP benchmark performance of various data lake formats in the
scenario of continuous streaming ingestion in the CDC database.\nMeanwhile,
particular attention was paid during the testing process to the impact of
enabling self-optimizing on the analytical performance of the table.\nTest
envrionment Hardware configuration Number OS Cpu core Memory Disk type Deployed
components 1 CentOS 7 40 256 SA [...]
\ No newline at end of file
+[{"categories":null,"content":"Benchmark Report Test purpose This test aims at
comparing the OLAP benchmark performance of various data lake formats in the
scenario of continuous streaming ingestion in the CDC database.\nMeanwhile,
particular attention was paid during the testing process to the impact of
enabling self-optimizing on the analytical performance of the table.\nTest
envrionment Hardware configuration Number OS Cpu core Memory Disk type Deployed
components 1 CentOS 7 40 256 SA [...]
\ No newline at end of file
diff --git a/output/release-guide/index.html b/output/release-guide/index.html
index cab3a7d..0494a08 100644
--- a/output/release-guide/index.html
+++ b/output/release-guide/index.html
@@ -555,7 +555,13 @@ After that, publish the dev directory of the Apache SVN
warehouse of the materia
<h3 id="add-release-note-and-update-the-main-web">Add release note and update
the main web</h3>
<ul>
<li>Creating an <a href="https://github.com/apache/amoro/releases">new release
note</a> in github</li>
-<li>Update the content for the new version for the web, the source locates in
<a href="github.com/apache/amoro-site">amoro-site</a> repo</li>
+<li>Update the content for the new version for the web, the source locates in
<a href="https://github.com/apache/amoro-site">amoro-site</a> repo
+<ul>
+<li>First, submit a pull request containing the new version. You can refer to
<a
href="https://github.com/apache/amoro-site/commit/598787c97898bb6431686e9cf6dd37f89ce2a339">this
commit</a>. Note that the <code>$version</code> in the “url =
“/docs/$version/” URL in hugo.toml corresponds to the branch name
will be created in the following step in amoro-site</li>
+<li>After merging the pull request from step 1, pull a local branch named
<code>$version</code> and push it remotely</li>
+<li>Check that the <a
href="https://github.com/apache/amoro-site/actions/workflows/deploy.yml">GithubAction</a>
for branch <code>$version</code> is executed successfully</li>
+</ul>
+</li>
</ul>
<h3 id="send-announcement-email">Send announcement email</h3>
<p>Finally, we need to send the announcement email to these mailing lists:
<code>[email protected]</code>, <code>[email protected]</code>.
Here is an example of an announcement email: <a
href="https://lists.apache.org/thread/h3cy8f2mfmp4zms4cs3tq4hdlq64qyw0">[ANNOUNCE]
Apache Amoro (Incubating) 0.8.0-incubating available</a>.</p>