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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e8c2e8131 Add release news for php 0.1.0 (#517)
7e8c2e8131 is described below

commit 7e8c2e81312cfe1a677a393c46cf47354ea8290a
Author: 何延龙 <[email protected]>
AuthorDate: Sat Oct 8 14:35:00 2022 +0800

    Add release news for php 0.1.0 (#517)
---
 .../release-apache-skwaylking-php-0-1-0/index.md   | 29 ++++++++++++++++++++++
 data/docs.yml                                      |  3 +++
 data/releases.yml                                  | 20 +++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/content/events/release-apache-skwaylking-php-0-1-0/index.md 
b/content/events/release-apache-skwaylking-php-0-1-0/index.md
new file mode 100644
index 0000000000..452cf22e3b
--- /dev/null
+++ b/content/events/release-apache-skwaylking-php-0-1-0/index.md
@@ -0,0 +1,29 @@
+---
+title: Release Apache SkyWalking PHP 0.1.0
+date: 2022-10-08
+author: SkyWalking Team
+description: "Release Apache SkyWalking PHP 0.1.0"
+---
+
+SkyWalking PHP 0.1.0 is released. Go to 
[downloads](https://skywalking.apache.org/downloads) page to find release tars.
+
+## What&apos;s Changed
+* [docs] Update README by @heyanlong in 
https://github.com/apache/skywalking-php/pull/1
+* Remove the CI limit first, in order to run CI. by @jmjoy in 
https://github.com/apache/skywalking-php/pull/3
+* Setup CI. by @jmjoy in https://github.com/apache/skywalking-php/pull/5
+* Implementation, with curl support. By @jmjoy in 
https://github.com/apache/skywalking-php/pull/4
+* Turn off Swoole support, and fix Makefile. By @jmjoy in 
https://github.com/apache/skywalking-php/pull/6
+* Update docs by @heyanlong in https://github.com/apache/skywalking-php/pull/7
+* Add PECL support. By @jmjoy in 
https://github.com/apache/skywalking-php/pull/8
+* Support macOS by replace ipc-channel with socket pair, upgrade dependencies 
and improve CI. by @jmjoy in https://github.com/apache/skywalking-php/pull/9
+* Add compile and release docs. By @jmjoy in 
https://github.com/apache/skywalking-php/pull/10
+* Update official documentation link. By @jmjoy in 
https://github.com/apache/skywalking-php/pull/11
+
+## New Contributors
+* @heyanlong made their first contribution in 
https://github.com/apache/skywalking-php/pull/1
+* @jmjoy made their first contribution in 
https://github.com/apache/skywalking-php/pull/3
+
+**Full Changelog**: https://github.com/apache/skywalking-php/commits/v0.1.0
+
+## PECL
+https://pecl.php.net/package/skywalking_agent/0.1.0
\ No newline at end of file
diff --git a/data/docs.yml b/data/docs.yml
index 1a93701c37..67dadf809f 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -158,6 +158,9 @@
       docs:
         - version: Next
           link: /docs/skywalking-php/next/readme/
+        - version: v0.1.0
+          link: /docs/skywalking-php/v0.1.0/readme/
+          commitId: 86005c28c8f05125862c964aa8a6e14e10a0a687
 
     - name: SkyWalking Satellite
       icon: skywalking-satellite
diff --git a/data/releases.yml b/data/releases.yml
index 2194d24fb0..2f81f20bfd 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -323,6 +323,26 @@
             - name: Install via crates.io
               link: https://crates.io/crates/skywalking
 
+    - name: SkyWalking PHP
+      icon: php-agent
+      description: The PHP Agent for Apache SkyWalking, which provides the 
native tracing abilities for PHP project.
+      source:
+        - version: v0.1.0
+          date: Oct. 08th, 2022
+          downloadLink:
+            - name: tar
+              link: 
https://www.apache.org/dyn/closer.cgi/skywalking/php/0.1.0/skywalking_agent-0.1.0.tgz
+            - name: asc
+              link: 
https://downloads.apache.org/skywalking/php/0.1.0/skywalking_agent-0.1.0.tgz.asc
+            - name: sha512
+              link: 
https://downloads.apache.org/skywalking/php/0.1.0/skywalking_agent-0.1.0.tgz.sha512
+      distribution:
+        - version: v0.1.0
+          date: Oct. 08th, 2022
+          downloadLink:
+            - name: Install via PECL
+              link: https://pecl.php.net/package/skywalking_agent
+
     - name: SkyWalking Satellite
       icon: skywalking-satellite
       description: A lightweight collector/sidecar could be deployed closing 
to the target monitored system, to collect metrics, traces, and logs.

Reply via email to