diff --git a/content/events/release-apache-skywalking-python-1.3.0/index.md b/content/events/release-apache-skywalking-python-1.3.0/index.md new file mode 100644 index 000000000000..fb28814f5b51 --- /dev/null +++ b/content/events/release-apache-skywalking-python-1.3.0/index.md @@ -0,0 +1,14 @@ +--- +title: "Release Apache SkyWalking Python " +date: 2026-08-14 +author: SkyWalking Team +description: "Release Apache SkyWalking Python ." +--- + +SkyWalking Python is released! Go to [downloads](/downloads) page to find release tars. + +**PyPI Wheel**: + +**DockerHub Image**: + + diff --git a/data/docs.yml b/data/docs.yml index 366ed015a07a..8e1c4b6d61c5 100644 --- a/data/docs.yml +++ b/data/docs.yml @@ -166,10 +166,10 @@ link: /docs/skywalking-python/next/readme/ - version: Latest link: /docs/skywalking-python/latest/readme/ - commitId: 1f091ee33f51fff91dd53e2bb65a15d932a12f89 - - version: v1.2.0 + commitId: ${{ steps.release.outputs.commit-id }} + - version: 1.3.0 link: /docs/skywalking-python/v1.2.0/readme/ - commitId: 1f091ee33f51fff91dd53e2bb65a15d932a12f89 + commitId: ${{ steps.release.outputs.commit-id }} - name: NodeJS Agent icon: nodejs-agent description: The NodeJS Agent for Apache SkyWalking, which provides the native tracing abilities for NodeJS projects. diff --git a/data/releases.yml b/data/releases.yml index c0194dff6239..af9fe7cfc280 100644 --- a/data/releases.yml +++ b/data/releases.yml @@ -471,21 +471,21 @@ icon: python-agent description: The Python Agent for Apache SkyWalking, which provides the native tracing/metrics/logging/profiling abilities for Python projects. source: - - version: v1.2.0 - date: "2025-05-11" + - version: v1.3.0 + date: "2026-08-14" downloadLink: - name: src - link: https://www.apache.org/dyn/closer.cgi/skywalking/python/1.2.0/skywalking-python-src-1.2.0.tgz + link: https://www.apache.org/dyn/closer.cgi/skywalking/python/1.3.0/skywalking-python-src-1.3.0.tgz - name: asc - link: https://downloads.apache.org/skywalking/python/1.2.0/skywalking-python-src-1.2.0.tgz.asc + link: https://downloads.apache.org/skywalking/python/1.3.0/skywalking-python-src-1.3.0.tgz.asc - name: sha512 - link: https://downloads.apache.org/skywalking/python/1.2.0/skywalking-python-src-1.2.0.tgz.sha512 + link: https://downloads.apache.org/skywalking/python/1.3.0/skywalking-python-src-1.3.0.tgz.sha512 distribution: - - version: v1.2.0 - date: 2025-05-11 + - version: 1.3.0 + date: "2026-08-14" downloadLink: - name: Install via pip - link: https://pypi.org/project/apache-skywalking/1.2.0/ + link: https://pypi.org/project/apache-skywalking/1.3.0/ - name: Go Agent icon: skywalking-go description: The Go Agent for Apache SkyWalking, which provides the native tracing/metrics/logging abilities for Golang projects.