Release SkyWalking 9.5.0 (#610)

diff --git a/content/events/release-apache-skywalking-apm-9.5.0/es.png b/content/events/release-apache-skywalking-apm-9.5.0/es.png
new file mode 100644
index 0000000..2077b18
--- /dev/null
+++ b/content/events/release-apache-skywalking-apm-9.5.0/es.png
Binary files differ
diff --git a/content/events/release-apache-skywalking-apm-9.5.0/index.md b/content/events/release-apache-skywalking-apm-9.5.0/index.md
new file mode 100644
index 0000000..03849d6
--- /dev/null
+++ b/content/events/release-apache-skywalking-apm-9.5.0/index.md
@@ -0,0 +1,119 @@
+---
+title: Release Apache SkyWalking APM 9.5.0
+date: 2023-06-14
+author: SkyWalking Team
+description: "Release Apache SkyWalking 9.5.0"
+endTime: 2023-7-15T23:00:00Z
+---
+
+SkyWalking 9.5.0 is released. Go to [downloads](/downloads) page to find release tars.
+
+#### New Topology Layout
+<img src="topo.png"/>
+
+#### Elasticsearch Server Monitoring
+<img src="es.png"/>
+
+#### Project
+
+* Fix `Duplicate class found` due to the `delombok` goal.
+
+#### OAP Server
+
+* Fix wrong layer of metric `user error` in DynamoDB monitoring.
+* ElasticSearch storage does not check field types when OAP running in `no-init` mode.
+* Support to bind TLS status as a part of component for service topology.
+* Fix component ID priority bug.
+* Fix component ID of topology overlap due to storage layer bugs.
+* [Breaking Change] Enhance JDBC storage through merging tables and managing day-based table rolling.
+* [Breaking Change] Sharding-MySQL implementations and tests get removed due to we have the day-based rolling mechanism by default
+* Fix otel k8s-cluster rule add namespace dimension for MAL aggregation calculation(Deployment Status,Deployment Spec Replicas)
+* Support continuous profiling feature.
+* Support collect process level related metrics.
+* Fix K8sRetag reads the wrong k8s service from the cache due to a possible namespace mismatch.
+* [Breaking Change] Support cross-thread trace profiling. The data structure and query APIs are changed.
+* Fix PromQL HTTP API `/api/v1/labels` response missing `service` label.
+* Fix possible NPE when initialize `IntList`.
+* Support parse PromQL expression has empty labels in the braces for metadata query.
+* Support alarm metric OP `!=`.
+* Support metrics query indicates whether value == 0 represents actually zero or no data.
+* Fix `NPE` when query the not exist series indexes in ElasticSearch storage. 
+* Support collecting memory buff/cache metrics in VM monitoring.
+* PromQL: Remove empty values from the query result, fix `/api/v1/metadata` param `limit` could cause out of bound.
+* Support monitoring the total number metrics of k8s StatefulSet and DaemonSet.
+* Support Amazon API Gateway monitoring.
+* Bump up graphql-java to fix cve.
+* Bump up Kubernetes Java client.
+* Support Redis Monitoring.
+* Add component ID for amqp, amqp-producer and amqp-consumer.
+* Support no-proxy mode for aws-firehose receiver
+* Bump up armeria to 1.23.1
+* Support Elasticsearch Monitoring.
+* Fix PromQL HTTP API `/api/v1/series` response missing `service` label when matching metric.
+* Support ServerSide TopN for BanyanDB.
+* Add component ID for Jersey.
+* Remove OpenCensus support, the related codes and docs as [it's sunsetting](https://opentelemetry.io/blog/2023/sunsetting-opencensus/).
+* Support dynamic configuration of searchableTracesTags
+* Support `exportErrorStatusTraceOnly` for export the error status trace segments through the Kafka channel
+* Add component ID for Grizzly.
+* Fix potential NPE in Zipkin receiver when the `Span` is missing some fields.
+* Filter out unknown_cluster metric data.
+* Support RabbitMQ Monitoring.
+* Support Redis slow logs collection.
+* Fix data loss when query continuous profiling task record.
+* Adapt the continuous profiling task query GraphQL.
+* Support Metrics Query Expression(MQE) and allows users to do simple query-stage calculation through the expression.
+* Deprecated metrics query v2 protocol.
+* Deprecated record query protocol.
+* Add component ID for go-redis.
+* Add OpenSearch 2.8.0 to test case.
+* Add `ai-pipeline` module.
+* Support HTTP URI formatting through `ai-pipeline` to do pattern recognition.
+* Add new HTTP URI grouping engine with benchmark. 
+* [Breaking Change] Use the new HTTP URI grouping engine to replace the old regex based mechanism.
+* Support `sumLabeled` in `MAL`.
+* Migrate from kubernetes-client/java to fabric8 client.
+* Envoy ALS generated relation metrics considers http status codes >= 400 has an error at the client side.
+* Add cause message field when query continuous profiling task.
+
+#### UI
+* Revert: cpm5d function. This feature is cancelled from backend.
+* Fix: alerting link breaks on the topology.
+* Refactor Topology widget to make it more hierarchical.
+  1. Choose `User` as the first node.
+  2. If `User` node is absent, choose the busiest node(which has the most calls of all).
+  3. Do a left-to-right flow process.
+  4. At the same level, list nodes from top to bottom in alphabetical order.
+* Fix filter ID when ReadRecords metric associates with trace.
+* Add AWS API Gateway menu.
+* Change trace profiling protocol.
+* Add Redis menu.
+* Optimize data types.
+* Support isEmptyValue flag for metrics query.
+* Add elasticsearch menu.
+* [Clean UI templates before upgrade] Set `showSymbol: true`, and make the data point shows on the Line graph.
+  Please clean `ui_template` index in elasticsearch storage or table in JDBC storage.
+* [Clean UI templates before upgrade] UI templates: Simplify metric name with the label.
+* Add MQ menu.
+* Add Jeysey icon.
+* Fix: set endpoint and instance selectors with url parameters correctly.
+* Bump up dependencies versions icons-vue 1.1.4, element-plus 2.1.0, nanoid 3.3.6, postcss 8.4.23
+* Add OpenTelemetry log protocol support.
+* [Breaking Change] Configuration key `enabledOtelRules` is renamed to `enabledOtelMetricsRules` and
+  the corresponding environment variable is renamed to `SW_OTEL_RECEIVER_ENABLED_OTEL_METRICS_RULES`.
+* Add grizzly icon.
+* Fix: the Instance List data display error.
+* Fix: set topN type to Number.
+* Support Metrics Query Expression(MQE) and allows users to do simple query-stage calculation through the expression.
+* Bump up zipkin ui dependency to 2.24.1.
+* Bump up vite to 4.0.5.
+* Apply MQE on `General` and `Virtual-Database` layer UI-templates.
+
+#### Documentation
+
+* Add Profiling related documentations.
+* Add `SUM_PER_MIN` to MAL documentation.
+* Make the log relative docs more clear, and easier for further more formats support.
+* Update the cluster management and advanced deployment docs.
+
+All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/169?closed=1)
\ No newline at end of file
diff --git a/content/events/release-apache-skywalking-apm-9.5.0/topo.png b/content/events/release-apache-skywalking-apm-9.5.0/topo.png
new file mode 100644
index 0000000..97152cc
--- /dev/null
+++ b/content/events/release-apache-skywalking-apm-9.5.0/topo.png
Binary files differ
diff --git a/data/docs.yml b/data/docs.yml
index 2a199cf..5f916cc 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -35,6 +35,9 @@
       docs:
         - version: Next
           link: /docs/main/next/readme/
+        - version: v9.5.0
+          link: /docs/main/v9.5.0/readme/
+          commitId: 727a722c735d7823cb3109c676086df99ab6b180
         - version: v9.4.0
           link: /docs/main/v9.4.0/readme/
           commitId: 520d531fff8d2ba9687ff8b9086b7e27033a82bb
diff --git a/data/releases.yml b/data/releases.yml
index d62a5bb..43beab7 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -5,15 +5,24 @@
       icon: skywalking
       description: SkyWalking is an Observability Analysis Platform and Application Performance Management system.
       source:
-        - version: v9.3.0
+        - version: v9.5.0
+          date: Jun. 16th, 2023
+          downloadLink:
+            - name: src
+              link: https://www.apache.org/dyn/closer.cgi/skywalking/9.5.0/apache-skywalking-apm-9.5.0-src.tgz
+            - name: asc
+              link: https://downloads.apache.org/skywalking/9.5.0/apache-skywalking-apm-9.5.0-src.tgz.asc
+            - name: sha512
+              link: https://downloads.apache.org/skywalking/9.5.0/apache-skywalking-apm-9.5.0-src.tgz.sha512
+        - version: v9.4.0
           date: Mar. 12th, 2023
           downloadLink:
             - name: src
-              link: https://www.apache.org/dyn/closer.cgi/skywalking/9.4.0/apache-skywalking-apm-9.4.0-src.tgz
+              link: https://archive.apache.org/dist/skywalking/9.4.0/apache-skywalking-apm-9.4.0-src.tgz
             - name: asc
-              link: https://downloads.apache.org/skywalking/9.4.0/apache-skywalking-apm-9.4.0-src.tgz.asc
+              link: https://archive.apache.org/dist/skywalking/9.4.0/apache-skywalking-apm-9.4.0-src.tgz.asc
             - name: sha512
-              link: https://downloads.apache.org/skywalking/9.4.0/apache-skywalking-apm-9.4.0-src.tgz.sha512
+              link: https://archive.apache.org/dist/skywalking/9.4.0/apache-skywalking-apm-9.4.0-src.tgz.sha512
         - version: v9.3.0
           date: Dec. 4th, 2022
           downloadLink:
@@ -51,15 +60,24 @@
             - name: sha512
               link: https://archive.apache.org/dist/skywalking/9.0.0/apache-skywalking-apm-9.0.0-src.tgz.sha512
       distribution:
+        - version: v9.5.0
+          date: Jun. 16th, 2023
+          downloadLink:
+            - name: tar
+              link: https://www.apache.org/dyn/closer.cgi/skywalking/9.5.0/apache-skywalking-apm-9.5.0.tar.gz
+            - name: asc
+              link: https://downloads.apache.org/skywalking/9.5.0/apache-skywalking-apm-9.5.0.tar.gz.asc
+            - name: sha512
+              link: https://downloads.apache.org/skywalking/9.5.0/apache-skywalking-apm-9.5.0.tar.gz.sha512
         - version: v9.4.0
           date: Mar. 12th, 2023
           downloadLink:
             - name: tar
-              link: https://www.apache.org/dyn/closer.cgi/skywalking/9.4.0/apache-skywalking-apm-9.4.0.tar.gz
+              link: https://archive.apache.org/dist/skywalking/9.4.0/apache-skywalking-apm-9.4.0.tar.gz
             - name: asc
-              link: https://downloads.apache.org/skywalking/9.4.0/apache-skywalking-apm-9.4.0.tar.gz.asc
+              link: https://archive.apache.org/dist/skywalking/9.4.0/apache-skywalking-apm-9.4.0.tar.gz.asc
             - name: sha512
-              link: https://downloads.apache.org/skywalking/9.4.0/apache-skywalking-apm-9.4.0.tar.gz.sha512
+              link: https://archive.apache.org/dist/skywalking/9.4.0/apache-skywalking-apm-9.4.0.tar.gz.sha512
         - version: v9.3.0
           date: Dec. 4th, 2022
           downloadLink: