This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 21a98598 fix(release): Show list of distributed artifacts
21a98598 is described below
commit 21a98598316714f4a1875f6f6e2de27fc6371d14
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Feb 10 16:20:18 2026 +0100
fix(release): Show list of distributed artifacts
Closes https://github.com/apache/camel-k/issues/6440
---
data/release-categories.yaml | 22 ++++++++++++++++++----
1 file changed, 18 insertions(+), 4 deletions(-)
diff --git a/data/release-categories.yaml b/data/release-categories.yaml
index 8bb87d24..d1eecba5 100644
--- a/data/release-categories.yaml
+++ b/data/release-categories.yaml
@@ -48,12 +48,27 @@ camel-k:
- name: 'latest'
filter: 'latest'
downloads:
- - name: 'CLIs Distribution'
- path_format: 'camel/camel-k/{version}/'
- filename_format: 'camel-k-dist-{version}'
+ - name: 'Linux AMD64 CLI'
+ path_format:
'camel/camel-k/{version}/camel-k-client-{version}-linux-amd64.tar.gz'
+ filename_format: 'camel-k-client-{version}-linux-amd64.tar.gz'
+ - name: 'Linux ARM64 CLI'
+ path_format:
'camel/camel-k/{version}/camel-k-client-{version}-linux-arm64.tar.gz'
+ filename_format: 'camel-k-client-{version}-linux-arm64.tar.gz'
+ - name: 'Darwin AMD64 CLI'
+ path_format:
'camel/camel-k/{version}/camel-k-client-{version}-darwin-amd64.tar.gz'
+ filename_format: 'camel-k-client-{version}-darwin-amd64.tar.gz'
+ - name: 'Darwin ARM64 CLI'
+ path_format:
'camel/camel-k/{version}/camel-k-client-{version}-darwin-arm64.tar.gz'
+ filename_format: 'camel-k-client-{version}-darwin-arm64.tar.gz'
+ - name: 'Windows AMD64 CLI'
+ path_format:
'camel/camel-k/{version}/camel-k-client-{version}-windows-amd64.tar.gz'
+ filename_format: 'camel-k-client-{version}-windows-amd64.tar.gz'
- name: 'Sources'
path_format: 'camel/camel-k/{version}/camel-k-sources-{version}.tar.gz'
filename_format: 'camel-k-sources-{version}.tar.gz'
+ - name: 'SBOM'
+ path_format: 'camel/camel-k/{version}/sbom.json'
+ filename_format: 'sbom.json'
camel-k-runtime:
id: 'camel-k-runtime'
name: 'Apache Camel-K Runtime'
@@ -141,4 +156,3 @@ camel-upgrade-recipes:
- name: 'Sources'
path_format:
'camel/camel-upgrade-recipes/{version}/camel-upgrade-recipes-sources-{version}.tar.gz'
filename_format: 'camel-upgrade-recipes-sources-{version}.tar.gz'
-