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/03/26 11:32:37 UTC

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

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 e9f91b32 Regen SBOM from commit fdd314b62671b79a18f5616371b9a15369c8f196
     add 9cd7da7e Regen SBOM from commit fdd314b62671b79a18f5616371b9a15369c8f196
     add 874bdc16 Add azure data lake gen2 - Source Kamelet
     add 2221edd7 Add azure data lake gen2 - Source Kamelet
     add 5a7da2db Add azure data lake gen2 - Source Kamelet
     add 209b9f12 Add azure data lake gen2 - Sink Kamelet
     add 0f766ad4 Add azure data lake gen2 - Sink Kamelet
     add d883cd12 Add azure data lake gen2 - Sink Kamelet
     add f5e2f423 Add azure data lake gen2 - Sink Kamelet
     add ddc8c478 AWS DDB Sink Kamelet: Remove WriteCapacity parameter
     add 09b3c0e2 AWS DDB Sink Kamelet: Remove WriteCapacity parameter
     add c1887e31 Updated CHANGELOG.md
     add dc5539f0 Extract Field: Add a property to trim the field
     add c6d8b115 Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default - Source Kamelet
     add aa9f916d Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default - Source Kamelet
     add b31b61fa Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default - Sink Kamelet
     add 2f55f218 Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default - Sink Kamelet
     add a24d5347 Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default - Changefeed Kamelet
     add 5c6f585d Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default - Changefeed Kamelet
     add 57bc2de8 Updated CHANGELOG.md
     add f29e7dd4 Azure Storage Blob Sink: Remove operation parameter, since the kamelet has been developed just for uploadBlockBlob operation
     add 9098ac57 Azure Storage Blob Sink: Remove operation parameter, since the kamelet has been developed just for uploadBlockBlob operation
     add 35c981e4 Cassandra Kamelets: Consistency Level in source should list only available consistency level for reading
     add a5c64c07 Cassandra Kamelets: Consistency Level in source should list only available consistency level for reading
     add a7185693 Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default
     add 1a7eb162 Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default
     add 45096254 Updated CHANGELOG.md
     add 4a21e728 Cassandra Kamelets: Consistency Level in source should list only available consistency level for writing
     add 633dad45 Cassandra Kamelets: Consistency Level in source should list only available consistency level for writing
     add da37467e Regen SBOM from commit 633dad458148f13f7d34987a67b00dfbff6bfbd1

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

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                                       |   6 ++
 camel-kamelets-sbom/camel-kamelets-sbom.json       |   4 +-
 camel-kamelets-sbom/camel-kamelets-sbom.xml        |   4 +-
 docs/modules/ROOT/nav.adoc                         |   2 +
 kamelets/aws-ddb-sink.kamelet.yaml                 |   6 --
 ...ure-storage-blob-changefeed-source.kamelet.yaml |   8 +-
 kamelets/azure-storage-blob-sink.kamelet.yaml      |  15 +--
 kamelets/azure-storage-blob-source.kamelet.yaml    |  10 +-
 kamelets/azure-storage-datalake-sink.kamelet.yaml  | 113 +++++++++++++++++++++
 .../azure-storage-datalake-source.kamelet.yaml     | 100 ++++++++++++++++++
 kamelets/cassandra-sink.kamelet.yaml               |   2 +-
 kamelets/cassandra-source.kamelet.yaml             |   2 +-
 kamelets/extract-field-action.kamelet.yaml         |  29 ++++--
 .../kamelets/utils/transform/ExtractField.java     |  10 ++
 .../resources/kamelets/aws-ddb-sink.kamelet.yaml   |   6 --
 ...ure-storage-blob-changefeed-source.kamelet.yaml |   8 +-
 .../kamelets/azure-storage-blob-sink.kamelet.yaml  |  15 +--
 .../azure-storage-blob-source.kamelet.yaml         |  10 +-
 .../azure-storage-datalake-sink.kamelet.yaml       | 113 +++++++++++++++++++++
 .../azure-storage-datalake-source.kamelet.yaml     | 100 ++++++++++++++++++
 .../resources/kamelets/cassandra-sink.kamelet.yaml |   2 +-
 .../kamelets/cassandra-source.kamelet.yaml         |   2 +-
 .../kamelets/extract-field-action.kamelet.yaml     |  29 ++++--
 23 files changed, 504 insertions(+), 92 deletions(-)
 create mode 100644 kamelets/azure-storage-datalake-sink.kamelet.yaml
 create mode 100644 kamelets/azure-storage-datalake-source.kamelet.yaml
 create mode 100644 library/camel-kamelets/src/main/resources/kamelets/azure-storage-datalake-sink.kamelet.yaml
 create mode 100644 library/camel-kamelets/src/main/resources/kamelets/azure-storage-datalake-source.kamelet.yaml