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 7ad3a24ad1c deploy: b543ebabb81cd6e8bc8b8dd28d0d14a0c91598a6
7ad3a24ad1c is described below
commit 7ad3a24ad1c62a303a80dd7445c181b81393f972
Author: wu-sheng <[email protected]>
AuthorDate: Sat Jan 17 10:06:21 2026 +0000
deploy: b543ebabb81cd6e8bc8b8dd28d0d14a0c91598a6
---
docs/skywalking-swck/next/binary-readme/index.html | 2 +-
docs/skywalking-swck/next/custom-metrics-adapter/index.html | 2 +-
docs/skywalking-swck/next/design/proposal/index.html | 2 +-
docs/skywalking-swck/next/examples/default-backend/index.html | 6 +++---
docs/skywalking-swck/next/examples/event-exporter/index.html | 2 +-
docs/skywalking-swck/next/examples/istio-controlplane/index.html | 6 +++---
.../next/examples/java-agent-injector-usage/index.html | 4 ++--
docs/skywalking-swck/next/examples/satellite/index.html | 8 ++++----
docs/skywalking-swck/next/examples/storage/index.html | 6 +++---
docs/skywalking-swck/next/getting-started/index.html | 4 ++--
.../next/how-to-add-new-crd-and-controller/index.html | 4 ++--
docs/skywalking-swck/next/java-agent-injector/index.html | 4 ++--
docs/skywalking-swck/next/javaagent/index.html | 2 +-
docs/skywalking-swck/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 ++--
17 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/docs/skywalking-swck/next/binary-readme/index.html
b/docs/skywalking-swck/next/binary-readme/index.html
index 601029dcb14..ffd60512308 100644
--- a/docs/skywalking-swck/next/binary-readme/index.html
+++ b/docs/skywalking-swck/next/binary-readme/index.html
@@ -491,7 +491,7 @@ Features Java Agent Injector: Inject the java agent into
the application pod na
})()
</script>
- <div class="commit-id">Commit Id: ff7bedd</div>
+ <div class="commit-id">Commit Id: 52e2e89</div>
diff --git a/docs/skywalking-swck/next/custom-metrics-adapter/index.html
b/docs/skywalking-swck/next/custom-metrics-adapter/index.html
index c0050733341..9868edd1808 100644
--- a/docs/skywalking-swck/next/custom-metrics-adapter/index.html
+++ b/docs/skywalking-swck/next/custom-metrics-adapter/index.html
@@ -488,7 +488,7 @@ Use kustomize to customise your deployment Clone the
source code: git clone gi
})()
</script>
- <div class="commit-id">Commit Id: ff7bedd</div>
+ <div class="commit-id">Commit Id: 52e2e89</div>
diff --git a/docs/skywalking-swck/next/design/proposal/index.html
b/docs/skywalking-swck/next/design/proposal/index.html
index 7b21f2cd4e9..9d65bdf1061 100644
--- a/docs/skywalking-swck/next/design/proposal/index.html
+++ b/docs/skywalking-swck/next/design/proposal/index.html
@@ -491,7 +491,7 @@ First of them is the complex of deployment, it doesn’t only
mean the OAP serve
})()
</script>
- <div class="commit-id">Commit Id: ff7bedd</div>
+ <div class="commit-id">Commit Id: 52e2e89</div>
diff --git a/docs/skywalking-swck/next/examples/default-backend/index.html
b/docs/skywalking-swck/next/examples/default-backend/index.html
index 7716005bcb4..3e59d46bd07 100644
--- a/docs/skywalking-swck/next/examples/default-backend/index.html
+++ b/docs/skywalking-swck/next/examples/default-backend/index.html
@@ -497,7 +497,7 @@ kubectl apply -f default."/>
})()
</script>
- <div class="commit-id">Commit Id: ff7bedd</div>
+ <div class="commit-id">Commit Id: 52e2e89</div>
@@ -517,9 +517,9 @@ kubectl apply -f default."/>
<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/ff7bedd6b3746410db11a2cf81409ab97a3cf5c2/README.md#operator">Operator
installation instrument</a> to install the operator.</p>
+<p>Follow <a
href="https://github.com/apache/skywalking-swck/tree/52e2e8986e410d46ace6e76a191c5d1ddd654e8e/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/ff7bedd6b3746410db11a2cf81409ab97a3cf5c2/operator/config/samples">samples</a>.</p>
+<p>Clone this repo, then change current directory to <a
href="https://github.com/apache/skywalking-swck/tree/52e2e8986e410d46ace6e76a191c5d1ddd654e8e/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/event-exporter/index.html
b/docs/skywalking-swck/next/examples/event-exporter/index.html
index 054b52f5ea3..4969dbbaff3 100644
--- a/docs/skywalking-swck/next/examples/event-exporter/index.html
+++ b/docs/skywalking-swck/next/examples/event-exporter/index.html
@@ -494,7 +494,7 @@ $ kubectl create namespace skywalking-system Deploy an OAP
server and an event e
})()
</script>
- <div class="commit-id">Commit Id: ff7bedd</div>
+ <div class="commit-id">Commit Id: 52e2e89</div>
diff --git a/docs/skywalking-swck/next/examples/istio-controlplane/index.html
b/docs/skywalking-swck/next/examples/istio-controlplane/index.html
index 009f4cc491d..8b032862476 100644
--- a/docs/skywalking-swck/next/examples/istio-controlplane/index.html
+++ b/docs/skywalking-swck/next/examples/istio-controlplane/index.html
@@ -494,7 +494,7 @@ Deploy Fetcher, OAP server and UI with default settings
Clone this repo, then ch
})()
</script>
- <div class="commit-id">Commit Id: ff7bedd</div>
+ <div class="commit-id">Commit Id: 52e2e89</div>
@@ -514,12 +514,12 @@ Deploy Fetcher, OAP server and UI with default settings
Clone this repo, then ch
<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/ff7bedd6b3746410db11a2cf81409ab97a3cf5c2/README.md#operator">Operator
installation instrument</a> to install the operator.</p>
+<p>Follow <a
href="https://github.com/apache/skywalking-swck/tree/52e2e8986e410d46ace6e76a191c5d1ddd654e8e/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/ff7bedd6b3746410db11a2cf81409ab97a3cf5c2/operator/config/samples">samples</a>.</p>
+<p>Clone this repo, then change current directory to <a
href="https://github.com/apache/skywalking-swck/tree/52e2e8986e410d46ace6e76a191c5d1ddd654e8e/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 96a02696848..234bf7bf515 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
@@ -494,7 +494,7 @@ Deployment Example Let’s take a demo deployment for
example.
})()
</script>
- <div class="commit-id">Commit Id: ff7bedd</div>
+ <div class="commit-id">Commit Id: 52e2e89</div>
@@ -514,7 +514,7 @@ Deployment Example Let’s take a demo deployment for
example.
<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/ff7bedd6b3746410db11a2cf81409ab97a3cf5c2/README.md#operator">Operator
installation instrument</a> to install the operator firstly.</p>
+follow <a
href="https://github.com/apache/skywalking-swck/tree/52e2e8986e410d46ace6e76a191c5d1ddd654e8e/README.md#operator">Operator
installation instrument</a> to install the operator firstly.</p>
<h2 id="deployment-example">Deployment Example</h2>
<p>Let’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 b5f313d3708..eed8214d6a8 100644
--- a/docs/skywalking-swck/next/examples/satellite/index.html
+++ b/docs/skywalking-swck/next/examples/satellite/index.html
@@ -494,7 +494,7 @@ Issue the below command to deploy an OAP server and UI."/>
})()
</script>
- <div class="commit-id">Commit Id: ff7bedd</div>
+ <div class="commit-id">Commit Id: 52e2e89</div>
@@ -516,14 +516,14 @@ Issue the below command to deploy an OAP server and UI."/>
<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/ff7bedd6b3746410db11a2cf81409ab97a3cf5c2/README.md#operator">Operator
installation instrument</a> to install the operator.</li>
+<li>Follow <a
href="https://github.com/apache/skywalking-swck/tree/52e2e8986e410d46ace6e76a191c5d1ddd654e8e/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/ff7bedd6b3746410db11a2cf81409ab97a3cf5c2/operator/config/samples">samples</a>.</p>
+<p>Clone this repo, then change current directory to <a
href="https://github.com/apache/skywalking-swck/tree/52e2e8986e410d46ace6e76a191c5d1ddd654e8e/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">
@@ -547,7 +547,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/ff7bedd6b3746410db11a2cf81409ab97a3cf5c2/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/52e2e8986e410d46ace6e76a191c5d1ddd654e8e/operator/config/samples/satellite-hpa.yaml">update
the config file</a> the <code>service</code> and <code>target</code> to your
excepted config.
It’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 c9904b4797d..f83e2f8ac70 100644
--- a/docs/skywalking-swck/next/examples/storage/index.html
+++ b/docs/skywalking-swck/next/examples/storage/index.html
@@ -491,7 +491,7 @@ Define Storage with default setting sample.yaml(use the
internal type) apiVers
})()
</script>
- <div class="commit-id">Commit Id: ff7bedd</div>
+ <div class="commit-id">Commit Id: 52e2e89</div>
@@ -510,7 +510,7 @@ Define Storage with default setting sample.yaml(use the
internal type) apiVers
<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/ff7bedd6b3746410db11a2cf81409ab97a3cf5c2/README.md#operator">Operator
installation instrument</a> to install the operator.</p>
+<p>Follow <a
href="https://github.com/apache/skywalking-swck/tree/52e2e8986e410d46ace6e76a191c5d1ddd654e8e/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>
@@ -570,7 +570,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/ff7bedd6b3746410db11a2cf81409ab97a3cf5c2/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/52e2e8986e410d46ace6e76a191c5d1ddd654e8e/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/getting-started/index.html
b/docs/skywalking-swck/next/getting-started/index.html
index d7ce15a0f7d..3a61103a88a 100644
--- a/docs/skywalking-swck/next/getting-started/index.html
+++ b/docs/skywalking-swck/next/getting-started/index.html
@@ -491,7 +491,7 @@ Prerequisites docker >= v20.10.6 kubectl >= v1.21.0
kind >= v0.20.0 sw
})()
</script>
- <div class="commit-id">Commit Id: ff7bedd</div>
+ <div class="commit-id">Commit Id: 52e2e89</div>
@@ -763,7 +763,7 @@ metadata:
<p><img src="https://skywalking.apache.org/doc-graph/swck/demo-ui.png"
alt="ui"></p>
</details>
<p>Also, if you want to expose the external metrics to the kubernetes HPA, you
can follow the <a href="./../custom-metrics-adapter">guide</a> to deploy the
custom metrics adapter and you may get some inspiration from the
-<a
href="https://github.com/apache/skywalking-swck/tree/ff7bedd6b3746410db11a2cf81409ab97a3cf5c2/test/e2e/oap-agent-adapter-hpa/e2e.yaml">e2e
test</a>.</p>
+<a
href="https://github.com/apache/skywalking-swck/tree/52e2e8986e410d46ace6e76a191c5d1ddd654e8e/test/e2e/oap-agent-adapter-hpa/e2e.yaml">e2e
test</a>.</p>
</div>
<div>
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 b481734357e..61533f942a1 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
@@ -494,7 +494,7 @@
})()
</script>
- <div class="commit-id">Commit Id: ff7bedd</div>
+ <div class="commit-id">Commit Id: 52e2e89</div>
@@ -516,7 +516,7 @@
<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/ff7bedd6b3746410db11a2cf81409ab97a3cf5c2/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/52e2e8986e410d46ace6e76a191c5d1ddd654e8e/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">&&</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 0b1649ee3e3..7b6f524a3ed 100644
--- a/docs/skywalking-swck/next/java-agent-injector/index.html
+++ b/docs/skywalking-swck/next/java-agent-injector/index.html
@@ -491,7 +491,7 @@ The following sections describe how to configure the agent,
if you want to try i
})()
</script>
- <div class="commit-id">Commit Id: ff7bedd</div>
+ <div class="commit-id">Commit Id: 52e2e89</div>
@@ -512,7 +512,7 @@ The following sections describe how to configure the agent,
if you want to try i
<p>When enabled in a pod’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/ff7bedd6b3746410db11a2cf81409ab97a3cf5c2/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/52e2e8986e410d46ace6e76a191c5d1ddd654e8e/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 b84ab04e9fa..0f7aff54fb5 100644
--- a/docs/skywalking-swck/next/javaagent/index.html
+++ b/docs/skywalking-swck/next/javaagent/index.html
@@ -491,7 +491,7 @@ Spec Field Name Description podSelector We hope
users can use workloads t
})()
</script>
- <div class="commit-id">Commit Id: ff7bedd</div>
+ <div class="commit-id">Commit Id: 52e2e89</div>
diff --git a/docs/skywalking-swck/next/oapserver-configuration/index.html
b/docs/skywalking-swck/next/oapserver-configuration/index.html
index 7436aafd973..a260c5de25f 100644
--- a/docs/skywalking-swck/next/oapserver-configuration/index.html
+++ b/docs/skywalking-swck/next/oapserver-configuration/index.html
@@ -488,7 +488,7 @@
})()
</script>
- <div class="commit-id">Commit Id: ff7bedd</div>
+ <div class="commit-id">Commit Id: 52e2e89</div>
diff --git a/docs/skywalking-swck/next/operator/index.html
b/docs/skywalking-swck/next/operator/index.html
index e279504c43d..b18a3462553 100644
--- a/docs/skywalking-swck/next/operator/index.html
+++ b/docs/skywalking-swck/next/operator/index.html
@@ -491,7 +491,7 @@ Binary Package Go to the download page to download the
latest release binary, s
})()
</script>
- <div class="commit-id">Commit Id: ff7bedd</div>
+ <div class="commit-id">Commit Id: 52e2e89</div>
diff --git a/docs/skywalking-swck/next/readme/index.html
b/docs/skywalking-swck/next/readme/index.html
index 7e728ec7cad..caff66d8096 100644
--- a/docs/skywalking-swck/next/readme/index.html
+++ b/docs/skywalking-swck/next/readme/index.html
@@ -488,7 +488,7 @@
})()
</script>
- <div class="commit-id">Commit Id: ff7bedd</div>
+ <div class="commit-id">Commit Id: 52e2e89</div>
diff --git a/docs/skywalking-swck/next/release/index.html
b/docs/skywalking-swck/next/release/index.html
index cf536dc77d0..42f10b24c2e 100644
--- a/docs/skywalking-swck/next/release/index.html
+++ b/docs/skywalking-swck/next/release/index.html
@@ -488,7 +488,7 @@ Prerequisites Close(if finished, or move to next milestone
otherwise) all issue
})()
</script>
- <div class="commit-id">Commit Id: ff7bedd</div>
+ <div class="commit-id">Commit Id: 52e2e89</div>
@@ -509,7 +509,7 @@ Prerequisites Close(if finished, or move to next milestone
otherwise) all issue
<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/ff7bedd6b3746410db11a2cf81409ab97a3cf5c2/CHANGES.md">CHANGES.md</a>.</li>
+<li>Update <a
href="https://github.com/apache/skywalking-swck/tree/52e2e8986e410d46ace6e76a191c5d1ddd654e8e/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>