You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/01/10 08:58:02 UTC

(camel-website) branch kafka-connector-sbom created (now 761d709a)

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

acosentino pushed a change to branch kafka-connector-sbom
in repository https://gitbox.apache.org/repos/asf/camel-website.git


      at 761d709a Add SBOM download links for Camel-Kafka-connector

This branch includes the following new commits:

     new 761d709a Add SBOM download links for Camel-Kafka-connector

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(camel-website) 01/01: Add SBOM download links for Camel-Kafka-connector

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch kafka-connector-sbom
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 761d709a73c91f941299225cba4d70405855d0a8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 10 09:57:58 2024 +0100

    Add SBOM download links for Camel-Kafka-connector
    
    Fixes #1116
---
 data/release-categories.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/data/release-categories.yaml b/data/release-categories.yaml
index 64148ba3..c06d077f 100644
--- a/data/release-categories.yaml
+++ b/data/release-categories.yaml
@@ -93,6 +93,12 @@ camel-kafka-connector:
     - name: 'Sources'
       path_format: 'camel/camel-kafka-connector/{version}/camel-kafka-connector-{version}-src.zip'
       filename_format: 'camel-kafka-connector-{version}-src.zip'
+    - name: 'SBOM, CycloneDX XML'
+      path_format: 'camel/camel-kafka-connector/{version}/camel-kafka-connector-{version}-sbom.xml'
+      filename_format: 'camel-kafka-connector-{version}-sbom.xml'
+    - name: 'SBOM, CycloneDX JSON'
+      path_format: 'camel/camel-kafka-connector/{version}/camel-kafka-connector-{version}-sbom.json'
+      filename_format: 'camel-kafka-connector-{version}-sbom.json'
     - name: 'Binaries'
       title: 'Connectors download list'
       link: '/camel-kafka-connector/next/reference/index.html'