You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/07/16 11:32:22 UTC

[camel-kamelets] branch regen_bot_sbom updated (7579108e -> 1c6786a7)

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

github-bot pushed a change to branch regen_bot_sbom
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


    omit 7579108e Regen SBOM from commit 7bb29c9bf032494912cc01746f9aa1c25fbe9bdc
     add 592a6a53 Regen SBOM from commit 7bb29c9bf032494912cc01746f9aa1c25fbe9bdc
     add b739f6a8 Added AWS SQS Infra file for Ansible
     add 01cc9451 Added AWS SQS Infra file for Terraform
     add 8534c140 Added AWS SQS Infra file for Cloudformation
     add 49830579 Updated CHANGELOG.md
     add fc13a940 Added an extract field tests for horizontal tab escaping
     add 1167d43c Switch from Fabric8 Camel K Extension to Camel K CRDS
     add e1f32172 Updated CHANGELOG.md
     add 1c6786a7 Regen SBOM from commit e1f3217295538760cb8694ca6518060050d99449

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7579108e)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (1c6786a7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |    3 +
 camel-kamelets-sbom/camel-kamelets-sbom.json       | 1999 ++++++++++++++++++--
 camel-kamelets-sbom/camel-kamelets-sbom.xml        |  891 ++++++++-
 infra/{aws-s3 => aws-sqs}/Readme.md                |   10 +-
 infra/aws-sqs/ansible/aws-sqs.yaml                 |   10 +
 infra/aws-sqs/cloudformation/aws-sqs.yaml          |   11 +
 infra/aws-sqs/terraform/main.tf                    |    7 +
 library/camel-kamelets-catalog/pom.xml             |    6 +-
 .../camel/kamelets/catalog/KameletsCatalog.java    |    9 +-
 .../kamelets/catalog/KameletsCatalogTest.java      |   13 +-
 .../kamelets/utils/transform/ExtractFieldTest.java |   14 +
 .../maven/plugin/ValidateKameletsMojo.java         |   12 +-
 pom.xml                                            |    2 +-
 13 files changed, 2764 insertions(+), 223 deletions(-)
 copy infra/{aws-s3 => aws-sqs}/Readme.md (63%)
 create mode 100644 infra/aws-sqs/ansible/aws-sqs.yaml
 create mode 100644 infra/aws-sqs/cloudformation/aws-sqs.yaml
 create mode 100644 infra/aws-sqs/terraform/main.tf