From 05ffbbb973c29fb948f3cf249fdc37ac7f5769dc Mon Sep 17 00:00:00 2001 From: Wu Sheng Date: Mon, 31 Aug 2026 21:19:20 +0800 Subject: [PATCH] Downloads: link the Helm chart tarball on the Kubernetes Helm card MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit skywalking-helm-.tgz — the packaged chart, and the artifact people actually install — is published to the ASF dist but was never linked. The Kubernetes Helm card carried a Source section alone, offering only the source tarball, so the chart was reachable only by browsing the mirror by hand. Adds a Distribution section with the chart for 5.0.0 (closer.cgi plus downloads.apache.org signatures) and 4.9.0 (archive), labelled "Helm chart" to match what the SWCK card already shows. All six links verified to return 200. This is a standing omission rather than something 5.0.0 introduced — 4.9.0 shipped the chart too. It became visible now because SWCK 0.11.0 started publishing its own chart in #912, leaving two adjacent cards disagreeing about whether a released chart gets a link. --- data/releases.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/data/releases.yml b/data/releases.yml index 6a0922081d0e..5cbc25adc04f 100644 --- a/data/releases.yml +++ b/data/releases.yml @@ -796,6 +796,25 @@ link: https://archive.apache.org/dist/skywalking/helm/4.9.0/skywalking-helm-4.9.0-src.tgz.asc - name: sha512 link: https://archive.apache.org/dist/skywalking/helm/4.9.0/skywalking-helm-4.9.0-src.tgz.sha512 + distribution: + - version: v5.0.0 + date: Sep. 1st, 2026 + downloadLink: + - name: Helm chart + link: https://www.apache.org/dyn/closer.cgi/skywalking/helm/5.0.0/skywalking-helm-5.0.0.tgz + - name: asc + link: https://downloads.apache.org/skywalking/helm/5.0.0/skywalking-helm-5.0.0.tgz.asc + - name: sha512 + link: https://downloads.apache.org/skywalking/helm/5.0.0/skywalking-helm-5.0.0.tgz.sha512 + - version: v4.9.0 + date: May. 6th, 2026 + downloadLink: + - name: Helm chart + link: https://archive.apache.org/dist/skywalking/helm/4.9.0/skywalking-helm-4.9.0.tgz + - name: asc + link: https://archive.apache.org/dist/skywalking/helm/4.9.0/skywalking-helm-4.9.0.tgz.asc + - name: sha512 + link: https://archive.apache.org/dist/skywalking/helm/4.9.0/skywalking-helm-4.9.0.tgz.sha512 - name: SkyWalking Cloud on Kubernetes icon: kubernetes description: A bridge project between Apache SkyWalking and Kubernetes.