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/04/02 11:32:17 UTC

[camel-kamelets] branch regen_bot_sbom updated (da37467e -> b11951f8)

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 da37467e Regen SBOM from commit 633dad458148f13f7d34987a67b00dfbff6bfbd1
     add a9533aa9 Regen SBOM from commit 633dad458148f13f7d34987a67b00dfbff6bfbd1
     add 4709f7f1 Added GraphQL basic sink Kamelet
     add 4b73b448 Added GraphQL basic sink Kamelet
     add 92f1f1c8 Added GraphQL basic sink Kamelet
     add 55ece7c7 Upgrade to Camel 4.0.0-M2
     add 3f6ada72 Upgrade to Camel 4.0.0-M2
     add b653df9e Upgrade to Camel 4.0.0-M2
     add 3fe5f450 Upgrade to Camel 4.0.0-M2
     add d45ccb16 Updated CHANGELOG.md
     add 46eea846 Updated CHANGELOG.md
     add c1d98650 Create a Kamelet action for setting a specific kafka key based on a particular header incoming
     add 29e9ea12 Create a Kamelet action for setting a specific kafka key based on a particular header incoming
     add 4a012bc9 Create a Kamelet action for setting a specific kafka key based on a particular header incoming
     add 8f114439 Create a Kamelet action for setting a specific kafka key based on a particular header incoming
     add d1282dd3 Create a Kamelet action for setting a specific kafka key based on a particular header incoming
     add 90043e59 Create a Kamelet action for setting a specific kafka key based on a particular header incoming
     add 15cb4155 Updated CHANGELOG.md
     add b11951f8 Regen SBOM from commit 15cb4155f224358f1057663c62c8b0525a421580

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   (da37467e)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (b11951f8)

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                                       |    8 +
 camel-kamelets-sbom/camel-kamelets-sbom.json       | 1777 +++++++++++---------
 camel-kamelets-sbom/camel-kamelets-sbom.xml        | 1637 +++++++++---------
 docs/modules/ROOT/nav.adoc                         |    2 +
 ...sink.kamelet.yaml => graphql-sink.kamelet.yaml} |   38 +-
 ...elet.yaml => set-kafka-key-action.kamelet.yaml} |   51 +-
 .../kamelets/catalog/KameletsCatalogTest.java      |    2 +-
 .../utils/format/AnnotationDataTypeLoader.java     |    2 +-
 .../format/DefaultDataTypeConverterResolver.java   |    2 +-
 .../resources/kamelets/graphql-sink.kamelet.yaml   |   38 +-
 .../kamelets/set-kafka-key-action.kamelet.yaml     |   51 +-
 .../maven/plugin/ValidateKameletsMojo.java         |    2 +-
 pom.xml                                            |    2 +-
 script/validator/validator.go                      |    2 +-
 14 files changed, 1964 insertions(+), 1650 deletions(-)
 copy kamelets/{http-sink.kamelet.yaml => graphql-sink.kamelet.yaml} (75%)
 copy kamelets/{hoist-field-action.kamelet.yaml => set-kafka-key-action.kamelet.yaml} (84%)
 copy kamelets/http-sink.kamelet.yaml => library/camel-kamelets/src/main/resources/kamelets/graphql-sink.kamelet.yaml (75%)
 copy kamelets/hoist-field-action.kamelet.yaml => library/camel-kamelets/src/main/resources/kamelets/set-kafka-key-action.kamelet.yaml (84%)