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/skywalking-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 88e0de94fcd deploy: ef70b7962c790ddb00b9feb2307b542e6c8b22fe
88e0de94fcd is described below

commit 88e0de94fcdacbbd9d925219a9debaf1e05a8383
Author: wu-sheng <[email protected]>
AuthorDate: Thu Sep 7 10:05:53 2023 +0000

    deploy: ef70b7962c790ddb00b9feb2307b542e6c8b22fe
---
 docs/skywalking-swck/next/binary-readme/index.html |  2 +-
 .../next/custom-metrics-adapter/index.html         |  2 +-
 .../next/design/proposal/index.html                |  2 +-
 .../next/examples/default-backend/index.html       |  6 +++---
 .../next/examples/istio-controlplane/index.html    |  6 +++---
 .../examples/java-agent-injector-usage/index.html  |  4 ++--
 .../next/examples/satellite/index.html             |  8 ++++----
 .../next/examples/storage/index.html               |  6 +++---
 .../how-to-add-new-crd-and-controller/index.html   |  4 ++--
 .../next/java-agent-injector/index.html            |  4 ++--
 docs/skywalking-swck/next/javaagent/index.html     |  2 +-
 .../next/oapserver-configuration/index.html        |  2 +-
 docs/skywalking-swck/next/operator/index.html      |  2 +-
 docs/skywalking-swck/next/readme/index.html        |  2 +-
 docs/skywalking-swck/next/release/index.html       |  4 ++--
 index.html                                         |  2 +-
 index.json                                         |  2 +-
 team/index.html                                    | 23 +++++++++++++++-------
 18 files changed, 46 insertions(+), 37 deletions(-)

diff --git a/docs/skywalking-swck/next/binary-readme/index.html 
b/docs/skywalking-swck/next/binary-readme/index.html
index 08eac0c369b..56c47d82d0b 100644
--- a/docs/skywalking-swck/next/binary-readme/index.html
+++ b/docs/skywalking-swck/next/binary-readme/index.html
@@ -477,7 +477,7 @@ if (!doNotTrack) {
   })()
 </script>
 
-                  <div class="commit-id">Commit Id: bc0e7cc</div>
+                  <div class="commit-id">Commit Id: 64fd5de</div>
                 
 
 
diff --git a/docs/skywalking-swck/next/custom-metrics-adapter/index.html 
b/docs/skywalking-swck/next/custom-metrics-adapter/index.html
index 1290f95215d..715eb325696 100644
--- a/docs/skywalking-swck/next/custom-metrics-adapter/index.html
+++ b/docs/skywalking-swck/next/custom-metrics-adapter/index.html
@@ -474,7 +474,7 @@ if (!doNotTrack) {
   })()
 </script>
 
-                  <div class="commit-id">Commit Id: bc0e7cc</div>
+                  <div class="commit-id">Commit Id: 64fd5de</div>
                 
 
 
diff --git a/docs/skywalking-swck/next/design/proposal/index.html 
b/docs/skywalking-swck/next/design/proposal/index.html
index 684bf9fcfde..238486ba701 100644
--- a/docs/skywalking-swck/next/design/proposal/index.html
+++ b/docs/skywalking-swck/next/design/proposal/index.html
@@ -477,7 +477,7 @@ if (!doNotTrack) {
   })()
 </script>
 
-                  <div class="commit-id">Commit Id: bc0e7cc</div>
+                  <div class="commit-id">Commit Id: 64fd5de</div>
                 
 
 
diff --git a/docs/skywalking-swck/next/examples/default-backend/index.html 
b/docs/skywalking-swck/next/examples/default-backend/index.html
index d5beb09e619..8adcfd4b15c 100644
--- a/docs/skywalking-swck/next/examples/default-backend/index.html
+++ b/docs/skywalking-swck/next/examples/default-backend/index.html
@@ -483,7 +483,7 @@ if (!doNotTrack) {
   })()
 </script>
 
-                  <div class="commit-id">Commit Id: bc0e7cc</div>
+                  <div class="commit-id">Commit Id: 64fd5de</div>
                 
 
 
@@ -511,9 +511,9 @@ if (!doNotTrack) {
 <p>In this example, we will deploy an OAP server and UI to Kubernetes cluster 
with
 default settings specified by their Custom Resource Defines(CRD).</p>
 <h2 id="install-operator">Install Operator</h2>
-<p>Follow <a 
href="https://github.com/apache/skywalking-swck/tree/bc0e7cc64f444972de58fe31d173d3c6b76e8f43/README.md#operator";>Operator
 installation instrument</a> to install the operator.</p>
+<p>Follow <a 
href="https://github.com/apache/skywalking-swck/tree/64fd5de98c4b57663d1bcea66a7d1a52d144f215/README.md#operator";>Operator
 installation instrument</a> to install the operator.</p>
 <h2 id="deploy-oap-server-and-ui-with-default-setting">Deploy OAP server and 
UI with default setting</h2>
-<p>Clone this repo, then change current directory to <a 
href="https://github.com/apache/skywalking-swck/tree/bc0e7cc64f444972de58fe31d173d3c6b76e8f43/operator/config/samples";>samples</a>.</p>
+<p>Clone this repo, then change current directory to <a 
href="https://github.com/apache/skywalking-swck/tree/64fd5de98c4b57663d1bcea66a7d1a52d144f215/operator/config/samples";>samples</a>.</p>
 <p>Issue the below command to deploy an OAP server and UI.</p>
 <div class="highlight"><pre 
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-shell" data-lang="shell">kubectl apply -f default.yaml
 </code></pre></div><p>Get created custom resources as below:</p>
diff --git a/docs/skywalking-swck/next/examples/istio-controlplane/index.html 
b/docs/skywalking-swck/next/examples/istio-controlplane/index.html
index 4eea6fb94ac..b1c6ce250a5 100644
--- a/docs/skywalking-swck/next/examples/istio-controlplane/index.html
+++ b/docs/skywalking-swck/next/examples/istio-controlplane/index.html
@@ -480,7 +480,7 @@ if (!doNotTrack) {
   })()
 </script>
 
-                  <div class="commit-id">Commit Id: bc0e7cc</div>
+                  <div class="commit-id">Commit Id: 64fd5de</div>
                 
 
 
@@ -508,12 +508,12 @@ if (!doNotTrack) {
 <p>In this example, you will learn how to setup a Fetcher to fetch Istio 
control plane metrics,
 then push them to OAP server.</p>
 <h2 id="install-operator">Install Operator</h2>
-<p>Follow <a 
href="https://github.com/apache/skywalking-swck/tree/bc0e7cc64f444972de58fe31d173d3c6b76e8f43/README.md#operator";>Operator
 installation instrument</a> to install the operator.</p>
+<p>Follow <a 
href="https://github.com/apache/skywalking-swck/tree/64fd5de98c4b57663d1bcea66a7d1a52d144f215/README.md#operator";>Operator
 installation instrument</a> to install the operator.</p>
 <h2 id="install-istio-control-plane">Install Istio control plane</h2>
 <p>Follow <a 
href="https://istio.io/latest/docs/setup/install/istioctl/";>Install with 
istioctl</a> to install a
 istiod.</p>
 <h2 id="deploy-fetcher-oap-server-and-ui-with-default-settings">Deploy 
Fetcher, OAP server and UI with default settings</h2>
-<p>Clone this repo, then change current directory to <a 
href="https://github.com/apache/skywalking-swck/tree/bc0e7cc64f444972de58fe31d173d3c6b76e8f43/operator/config/samples";>samples</a>.</p>
+<p>Clone this repo, then change current directory to <a 
href="https://github.com/apache/skywalking-swck/tree/64fd5de98c4b57663d1bcea66a7d1a52d144f215/operator/config/samples";>samples</a>.</p>
 <p>Issue the below command to deploy an OAP server and UI.</p>
 <div class="highlight"><pre 
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-shell" data-lang="shell">kubectl apply -f fetcher.yaml
 </code></pre></div><p>Get created custom resources as below:</p>
diff --git 
a/docs/skywalking-swck/next/examples/java-agent-injector-usage/index.html 
b/docs/skywalking-swck/next/examples/java-agent-injector-usage/index.html
index c5ad8d584e0..c7d7f9b9a4e 100644
--- a/docs/skywalking-swck/next/examples/java-agent-injector-usage/index.html
+++ b/docs/skywalking-swck/next/examples/java-agent-injector-usage/index.html
@@ -480,7 +480,7 @@ if (!doNotTrack) {
   })()
 </script>
 
-                  <div class="commit-id">Commit Id: bc0e7cc</div>
+                  <div class="commit-id">Commit Id: 64fd5de</div>
                 
 
 
@@ -508,7 +508,7 @@ if (!doNotTrack) {
 <p>In this example, you will learn how to use the java agent injector.</p>
 <h2 id="install-injector">Install injector</h2>
 <p>The java agent injector is a component of the operator, so you need to
-follow <a 
href="https://github.com/apache/skywalking-swck/tree/bc0e7cc64f444972de58fe31d173d3c6b76e8f43/README.md#operator";>Operator
 installation instrument</a> to install the operator firstly.</p>
+follow <a 
href="https://github.com/apache/skywalking-swck/tree/64fd5de98c4b57663d1bcea66a7d1a52d144f215/README.md#operator";>Operator
 installation instrument</a> to install the operator firstly.</p>
 <h2 id="deployment-example">Deployment Example</h2>
 <p>Let&rsquo;s take a demo deployment for example.</p>
 <div class="highlight"><pre 
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-yaml" data-lang="yaml"><span 
style="color:#998;font-style:italic"># demo1.yaml</span><span 
style="color:#bbb">
diff --git a/docs/skywalking-swck/next/examples/satellite/index.html 
b/docs/skywalking-swck/next/examples/satellite/index.html
index fb9d17ae601..16c28f0de55 100644
--- a/docs/skywalking-swck/next/examples/satellite/index.html
+++ b/docs/skywalking-swck/next/examples/satellite/index.html
@@ -480,7 +480,7 @@ if (!doNotTrack) {
   })()
 </script>
 
-                  <div class="commit-id">Commit Id: bc0e7cc</div>
+                  <div class="commit-id">Commit Id: 64fd5de</div>
                 
 
 
@@ -510,14 +510,14 @@ if (!doNotTrack) {
 <p>Install the Satellite component.</p>
 <h3 id="install-operator-and-backend">Install Operator And Backend</h3>
 <ol>
-<li>Follow <a 
href="https://github.com/apache/skywalking-swck/tree/bc0e7cc64f444972de58fe31d173d3c6b76e8f43/README.md#operator";>Operator
 installation instrument</a> to install the operator.</li>
+<li>Follow <a 
href="https://github.com/apache/skywalking-swck/tree/64fd5de98c4b57663d1bcea66a7d1a52d144f215/README.md#operator";>Operator
 installation instrument</a> to install the operator.</li>
 <li>Follow <a href="./../default-backend">Deploy OAP server and UI</a> to 
install backend.</li>
 </ol>
 <h3 id="deploy-satellite-with-default-setting">Deploy Satellite with default 
setting</h3>
 <ol>
 <li>Deploy the Storage use the below command:</li>
 </ol>
-<p>Clone this repo, then change current directory to <a 
href="https://github.com/apache/skywalking-swck/tree/bc0e7cc64f444972de58fe31d173d3c6b76e8f43/operator/config/samples";>samples</a>.</p>
+<p>Clone this repo, then change current directory to <a 
href="https://github.com/apache/skywalking-swck/tree/64fd5de98c4b57663d1bcea66a7d1a52d144f215/operator/config/samples";>samples</a>.</p>
 <p>Issue the below command to deploy an OAP server and UI.</p>
 <div class="highlight"><pre 
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-shell" data-lang="shell">kubectl apply -f satellite.yaml
 </code></pre></div><ol start="2">
@@ -541,7 +541,7 @@ default   <span style="color:#099">1</span>           <span 
style="color:#099">1
     - name: SW_METER_ANALYZER_ACTIVE_FILES
       value: satellite
 </code></pre></div><ol start="4">
-<li>Add the HorizontalPodAutoScaler <code>CRD</code>, and <a 
href="https://github.com/apache/skywalking-swck/tree/bc0e7cc64f444972de58fe31d173d3c6b76e8f43/operator/config/samples/satellite-hpa.yaml";>update
 the config file</a> the <code>service</code> and <code>target</code> to your 
excepted config.
+<li>Add the HorizontalPodAutoScaler <code>CRD</code>, and <a 
href="https://github.com/apache/skywalking-swck/tree/64fd5de98c4b57663d1bcea66a7d1a52d144f215/operator/config/samples/satellite-hpa.yaml";>update
 the config file</a> the <code>service</code> and <code>target</code> to your 
excepted config.
 It&rsquo;s recommend to set the <code>stabilizationWindowSeconds</code> and 
<code>selectPolicy</code> of scaling up in HPA, which would help prevent 
continuous scaling up of pods due to metric delay fluctuations.</li>
 <li>Check the HorizontalPodAutoScaler in the Kubernetes:</li>
 </ol>
diff --git a/docs/skywalking-swck/next/examples/storage/index.html 
b/docs/skywalking-swck/next/examples/storage/index.html
index cf8f5902c43..f936fa30808 100644
--- a/docs/skywalking-swck/next/examples/storage/index.html
+++ b/docs/skywalking-swck/next/examples/storage/index.html
@@ -477,7 +477,7 @@ if (!doNotTrack) {
   })()
 </script>
 
-                  <div class="commit-id">Commit Id: bc0e7cc</div>
+                  <div class="commit-id">Commit Id: 64fd5de</div>
                 
 
 
@@ -504,7 +504,7 @@ if (!doNotTrack) {
        <h1 id="storage-usage">Storage Usage</h1>
 <p>In this example, you will learn how to use the Storage.</p>
 <h2 id="install-operator">Install Operator</h2>
-<p>Follow <a 
href="https://github.com/apache/skywalking-swck/tree/bc0e7cc64f444972de58fe31d173d3c6b76e8f43/README.md#operator";>Operator
 installation instrument</a> to install the operator.</p>
+<p>Follow <a 
href="https://github.com/apache/skywalking-swck/tree/64fd5de98c4b57663d1bcea66a7d1a52d144f215/README.md#operator";>Operator
 installation instrument</a> to install the operator.</p>
 <h2 id="define-storage-with-default-setting">Define Storage with default 
setting</h2>
 <ol>
 <li>sample.yaml(use the internal type)</li>
@@ -564,7 +564,7 @@ sample                  elasticsearch   7.5.1     external
 NAME                    READY   AGE
 sample-elasticsearch   3/3     7s
 </code></pre></div><h2 id="specify-storage-name-in-oap-server">Specify Storage 
Name in OAP server</h2>
-<p>Here we modify the <a 
href="https://github.com/apache/skywalking-swck/tree/bc0e7cc64f444972de58fe31d173d3c6b76e8f43/operator/config/samples/default.yaml";>default
 OAP server configuration file</a>,the new yaml file as follows:</p>
+<p>Here we modify the <a 
href="https://github.com/apache/skywalking-swck/tree/64fd5de98c4b57663d1bcea66a7d1a52d144f215/operator/config/samples/default.yaml";>default
 OAP server configuration file</a>,the new yaml file as follows:</p>
 <div class="highlight"><pre 
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-yaml" data-lang="yaml"><span 
style="color:#000080">apiVersion</span>:<span style="color:#bbb"> 
</span>operator.skywalking.apache.org/v1alpha1<span style="color:#bbb">
 </span><span style="color:#bbb"></span><span 
style="color:#000080">kind</span>:<span style="color:#bbb"> 
</span>OAPServer<span style="color:#bbb">
 </span><span style="color:#bbb"></span><span 
style="color:#000080">metadata</span>:<span style="color:#bbb">
diff --git 
a/docs/skywalking-swck/next/how-to-add-new-crd-and-controller/index.html 
b/docs/skywalking-swck/next/how-to-add-new-crd-and-controller/index.html
index c0a5b19438d..6bde8b6b531 100644
--- a/docs/skywalking-swck/next/how-to-add-new-crd-and-controller/index.html
+++ b/docs/skywalking-swck/next/how-to-add-new-crd-and-controller/index.html
@@ -480,7 +480,7 @@ if (!doNotTrack) {
   })()
 </script>
 
-                  <div class="commit-id">Commit Id: bc0e7cc</div>
+                  <div class="commit-id">Commit Id: 64fd5de</div>
                 
 
 
@@ -510,7 +510,7 @@ if (!doNotTrack) {
 <blockquote>
 <p>Notice, SWCK is built by kubebuilder v3.2.0, so you need to install it at 
first.</p>
 </blockquote>
-<p>SWCK is based on the <a 
href="https://github.com/kubernetes-sigs/kubebuilder";>kubebuilder</a>, and you 
could download the kubebuilder by the <a 
href="https://github.com/apache/skywalking-swck/tree/bc0e7cc64f444972de58fe31d173d3c6b76e8f43/hack/install-kubebuilder.sh";>script</a>.</p>
+<p>SWCK is based on the <a 
href="https://github.com/kubernetes-sigs/kubebuilder";>kubebuilder</a>, and you 
could download the kubebuilder by the <a 
href="https://github.com/apache/skywalking-swck/tree/64fd5de98c4b57663d1bcea66a7d1a52d144f215/hack/install-kubebuilder.sh";>script</a>.</p>
 <h4 id="2-create-crd-and-controller">2. Create CRD and Controller</h4>
 <p>You can use <code>kubebuilder create api</code> to scaffold a new Kind and 
corresponding controller. Here we use the <code>Demo</code> as an example.</p>
 <div class="highlight"><pre 
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-sh" data-lang="sh">$ <span style="color:#0086b3">cd</span> 
operator <span style="color:#000;font-weight:bold">&amp;&amp;</span> 
kubebuilder create api --group operator --version v1alpha1 --kind Demo<span 
style="color:#000;font-weight:bold">(</span>Your CRD<span 
style="color:#000;font-weight:bold">)</span>
diff --git a/docs/skywalking-swck/next/java-agent-injector/index.html 
b/docs/skywalking-swck/next/java-agent-injector/index.html
index a4577315659..87215e2fbcb 100644
--- a/docs/skywalking-swck/next/java-agent-injector/index.html
+++ b/docs/skywalking-swck/next/java-agent-injector/index.html
@@ -477,7 +477,7 @@ if (!doNotTrack) {
   })()
 </script>
 
-                  <div class="commit-id">Commit Id: bc0e7cc</div>
+                  <div class="commit-id">Commit Id: 64fd5de</div>
                 
 
 
@@ -506,7 +506,7 @@ if (!doNotTrack) {
 <p>When enabled in a pod&rsquo;s namespace, the injector injects the java 
agent container at pod creation time using a mutating webhook admission 
controller. By rendering the java agent to a shared volume, containers within 
the pod can use the java agent.</p>
 <p>The following sections describe how to configure the agent, if you want to 
try it directly, please see <a 
href="../examples/java-agent-injector-usage">Usage</a> for more details.</p>
 <h2 id="install-injector">Install Injector</h2>
-<p>The java agent injector is a component of the operator, so you need to 
follow <a 
href="https://github.com/apache/skywalking-swck/tree/bc0e7cc64f444972de58fe31d173d3c6b76e8f43/README.md#operator";>Operator
 installation instrument</a> to install the operator firstly.</p>
+<p>The java agent injector is a component of the operator, so you need to 
follow <a 
href="https://github.com/apache/skywalking-swck/tree/64fd5de98c4b57663d1bcea66a7d1a52d144f215/README.md#operator";>Operator
 installation instrument</a> to install the operator firstly.</p>
 <h2 id="active-the-java-agent-injection">Active the java agent injection</h2>
 <p>We have two granularities here: namespace and pod.</p>
 <table>
diff --git a/docs/skywalking-swck/next/javaagent/index.html 
b/docs/skywalking-swck/next/javaagent/index.html
index 662137be3b7..32b5035738f 100644
--- a/docs/skywalking-swck/next/javaagent/index.html
+++ b/docs/skywalking-swck/next/javaagent/index.html
@@ -477,7 +477,7 @@ if (!doNotTrack) {
   })()
 </script>
 
-                  <div class="commit-id">Commit Id: bc0e7cc</div>
+                  <div class="commit-id">Commit Id: 64fd5de</div>
                 
 
 
diff --git a/docs/skywalking-swck/next/oapserver-configuration/index.html 
b/docs/skywalking-swck/next/oapserver-configuration/index.html
index 3ad0c821f23..ecd6ec7e7a5 100644
--- a/docs/skywalking-swck/next/oapserver-configuration/index.html
+++ b/docs/skywalking-swck/next/oapserver-configuration/index.html
@@ -474,7 +474,7 @@ if (!doNotTrack) {
   })()
 </script>
 
-                  <div class="commit-id">Commit Id: bc0e7cc</div>
+                  <div class="commit-id">Commit Id: 64fd5de</div>
                 
 
 
diff --git a/docs/skywalking-swck/next/operator/index.html 
b/docs/skywalking-swck/next/operator/index.html
index 4465acb4948..d022281202e 100644
--- a/docs/skywalking-swck/next/operator/index.html
+++ b/docs/skywalking-swck/next/operator/index.html
@@ -477,7 +477,7 @@ if (!doNotTrack) {
   })()
 </script>
 
-                  <div class="commit-id">Commit Id: bc0e7cc</div>
+                  <div class="commit-id">Commit Id: 64fd5de</div>
                 
 
 
diff --git a/docs/skywalking-swck/next/readme/index.html 
b/docs/skywalking-swck/next/readme/index.html
index f95da592d73..2e13487a46e 100644
--- a/docs/skywalking-swck/next/readme/index.html
+++ b/docs/skywalking-swck/next/readme/index.html
@@ -474,7 +474,7 @@ if (!doNotTrack) {
   })()
 </script>
 
-                  <div class="commit-id">Commit Id: bc0e7cc</div>
+                  <div class="commit-id">Commit Id: 64fd5de</div>
                 
 
 
diff --git a/docs/skywalking-swck/next/release/index.html 
b/docs/skywalking-swck/next/release/index.html
index b59607f70f0..ac64b448325 100644
--- a/docs/skywalking-swck/next/release/index.html
+++ b/docs/skywalking-swck/next/release/index.html
@@ -474,7 +474,7 @@ if (!doNotTrack) {
   })()
 </script>
 
-                  <div class="commit-id">Commit Id: bc0e7cc</div>
+                  <div class="commit-id">Commit Id: 64fd5de</div>
                 
 
 
@@ -503,7 +503,7 @@ if (!doNotTrack) {
 <h2 id="prerequisites">Prerequisites</h2>
 <ol>
 <li>Close(if finished, or move to next milestone otherwise) all issues in the 
current milestone from <a 
href="https://github.com/apache/skywalking-swck/milestones";>skywalking-swck</a> 
and <a href="https://github.com/apache/skywalking/milestones";>skywalking</a>, 
create a new milestone if needed.</li>
-<li>Update <a 
href="https://github.com/apache/skywalking-swck/tree/bc0e7cc64f444972de58fe31d173d3c6b76e8f43/CHANGES.md";>CHANGES.md</a>.</li>
+<li>Update <a 
href="https://github.com/apache/skywalking-swck/tree/64fd5de98c4b57663d1bcea66a7d1a52d144f215/CHANGES.md";>CHANGES.md</a>.</li>
 <li>Update image tags of adapter and operator.</li>
 </ol>
 <h2 id="add-your-gpg-public-key-to-apache-svn">Add your GPG public key to 
Apache svn</h2>
diff --git a/index.html b/index.html
index 2702d46963c..58df486dfea 100644
--- a/index.html
+++ b/index.html
@@ -222,7 +222,7 @@ if (!doNotTrack) {
 <div class="container pt-64">
     <a class="community-box" href="/team">
   <span class="community mr-10">COMMUNITY</span>
-  <span class="mr-10">SkyWalking has received contributions from <em 
class="count">816</em> individuals now.</span>
+  <span class="mr-10">SkyWalking has received contributions from <em 
class="count">817</em> individuals now.</span>
   <i class="iconfont icon-arrow-right pull-right"></i>
 </a>
 
diff --git a/index.json b/index.json
index 806d04a4ff0..c50a0f50587 100644
--- a/index.json
+++ b/index.json
@@ -1 +1 @@
-[{"body":"SkyWalking 9.6.0 is released. Go to downloads page to find release 
tars.\nNew Alerting Kernel  MQE(Metrics Query Expression) and a new 
notification mechanism are supported.  Support Loki LogQL  Newly added support 
for Loki LogQL and Grafana Loki Dashboard for SkyWalking collected logs  
WARNING  ElasticSearch 6 storage relative tests are removed. It worked and is 
not promised due to end of life officially.  Project  Bump up Guava to 32.0.1 
to avoid the lib listed as vulnerable d [...]
\ No newline at end of file
+[{"body":"SkyWalking 9.6.0 is released. Go to downloads page to find release 
tars.\nNew Alerting Kernel  MQE(Metrics Query Expression) and a new 
notification mechanism are supported.  Support Loki LogQL  Newly added support 
for Loki LogQL and Grafana Loki Dashboard for SkyWalking collected logs  
WARNING  ElasticSearch 6 storage relative tests are removed. It worked and is 
not promised due to end of life officially.  Project  Bump up Guava to 32.0.1 
to avoid the lib listed as vulnerable d [...]
\ No newline at end of file
diff --git a/team/index.html b/team/index.html
index 19c10e71f28..936b580649b 100644
--- a/team/index.html
+++ b/team/index.html
@@ -576,7 +576,7 @@ The SkyWalking team is comprised of Members and 
Contributors, and the growth has
 <div class="pt-4">
   <h2>
     Contributors
-    <span class="total">816</span>
+    <span class="total">817</span>
   </h2>
   <div class="contributors-wrapper">
     
@@ -4025,12 +4025,11 @@ The SkyWalking team is comprised of Members and 
Contributors, and the growth has
 
           <li class="mb-2 mr-2">
             
-            <a class="link" href="https://github.com/damonxue"; target="_blank">
-              <i class="fab fa-github"></i>
-              damonxue
+            <a>
+              <i class="fas fa-envelope"></i>
+              damonxue2**
             </a>
-          </li>
-          
+            
           
 
           <li class="mb-2 mr-2">
@@ -6566,7 +6565,7 @@ The SkyWalking team is comprised of Members and 
Contributors, and the growth has
           </span>
         </div>
         <div>
-          <span class="total">31</span>
+          <span class="total">32</span>
           <i class="iconfont icon-arrow-right"></i>
         </div>
       </div>
@@ -6775,6 +6774,16 @@ The SkyWalking team is comprised of Members and 
Contributors, and the growth has
           
           
 
+          <li class="mb-2 mr-2">
+            
+            <a class="link" href="https://github.com/ZhuWang1112"; 
target="_blank">
+              <i class="fab fa-github"></i>
+              ZhuWang1112
+            </a>
+          </li>
+          
+          
+
           <li class="mb-2 mr-2">
             
             <a class="link" href="https://github.com/smartboy37597"; 
target="_blank">

Reply via email to