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 2024/03/10 11:32:20 UTC

(camel-kamelets) branch regen_bot_sbom updated (60b0481c -> ca7687c2)

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


    from 60b0481c Updated CHANGELOG.md
     add f02ea709 Bump org.apache.commons:commons-dbcp2 from 2.11.0 to 2.12.0 (#1928)
     add d77bd266 Regen for commit f02ea7091d98ff1b06c83be8d4619edd5815bb49 (#1929)
     add d53603c8 Added AWS Bedrock Text Sink Kamelet
     add 5d025c01 Added AWS Bedrock Text Sink Kamelet
     add 6c1e9ac2 Added AWS Bedrock Text Sink Kamelet
     add 32a38587 Bump github.com/cloudevents/sdk-go/v2 in /script/validator
     add a8e634a3 CDC Storage Source Kamelets, rename to -event-based instead of cdc - AWS S3
     add 04317adf CDC Storage Source Kamelets, rename to -event-based instead of cdc - AWS S3
     add ff1cdcba CDC Storage Source Kamelets, rename to -event-based instead of cdc - AWS S3
     add a83d516c CDC Storage Source Kamelets, rename to -event-based instead of cdc - AWS S3
     add f48f8f32 CDC Storage Source Kamelets, rename to -event-based instead of cdc - Azure Storage Blob
     add cea4b541 CDC Storage Source Kamelets, rename to -event-based instead of cdc - Azure Storage Blob
     add 17e17310 CDC Storage Source Kamelets, rename to -event-based instead of cdc - Azure Storage Blob
     add 7a3037ae CDC Storage Source Kamelets, rename to -event-based instead of cdc - Google Storage
     add 2b4eb4bf CDC Storage Source Kamelets, rename to -event-based instead of cdc - Google Storage
     add 713c77be CDC Storage Source Kamelets, rename to -event-based instead of cdc - Google Storage
     add d5c92595 CDC Storage Source Kamelets, rename to -event-based instead of cdc - Google Storage
     add ca7687c2 Updated CHANGELOG.md

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   1 +
 docs/modules/ROOT/nav.adoc                         |   7 +-
 kamelets/aws-bedrock-text-sink.kamelet.yaml        | 107 +++++++++++++++++++++
 kamelets/aws-redshift-sink.kamelet.yaml            |   2 +-
 kamelets/aws-redshift-source.kamelet.yaml          |   2 +-
 ...yaml => aws-s3-event-based-source.kamelet.yaml} |   8 +-
 ...e-storage-blob-event-based-source.kamelet.yaml} |   6 +-
 .../google-storage-event-based-source.kamelet.yaml |   6 +-
 kamelets/mariadb-sink.kamelet.yaml                 |   2 +-
 kamelets/mariadb-source.kamelet.yaml               |   2 +-
 kamelets/mysql-sink.kamelet.yaml                   |   2 +-
 kamelets/mysql-source.kamelet.yaml                 |   2 +-
 kamelets/oracle-database-sink.kamelet.yaml         |   2 +-
 kamelets/oracle-database-source.kamelet.yaml       |   2 +-
 kamelets/postgresql-sink.kamelet.yaml              |   2 +-
 kamelets/postgresql-source.kamelet.yaml            |   2 +-
 kamelets/snowflake-sink.kamelet.yaml               |   2 +-
 kamelets/snowflake-source.kamelet.yaml             |   2 +-
 kamelets/sqlserver-sink.kamelet.yaml               |   2 +-
 kamelets/sqlserver-source.kamelet.yaml             |   2 +-
 .../kamelets/catalog/KameletsCatalogTest.java      |   2 +-
 .../kamelets/aws-bedrock-text-sink.kamelet.yaml    | 107 +++++++++++++++++++++
 .../kamelets/aws-redshift-sink.kamelet.yaml        |   2 +-
 .../kamelets/aws-redshift-source.kamelet.yaml      |   2 +-
 ...yaml => aws-s3-event-based-source.kamelet.yaml} |   8 +-
 ...e-storage-blob-event-based-source.kamelet.yaml} |   6 +-
 .../google-storage-event-based-source.kamelet.yaml |   6 +-
 .../resources/kamelets/mariadb-sink.kamelet.yaml   |   2 +-
 .../resources/kamelets/mariadb-source.kamelet.yaml |   2 +-
 .../resources/kamelets/mysql-sink.kamelet.yaml     |   2 +-
 .../resources/kamelets/mysql-source.kamelet.yaml   |   2 +-
 .../kamelets/oracle-database-sink.kamelet.yaml     |   2 +-
 .../kamelets/oracle-database-source.kamelet.yaml   |   2 +-
 .../kamelets/postgresql-sink.kamelet.yaml          |   2 +-
 .../kamelets/postgresql-source.kamelet.yaml        |   2 +-
 .../resources/kamelets/snowflake-sink.kamelet.yaml |   2 +-
 .../kamelets/snowflake-source.kamelet.yaml         |   2 +-
 .../resources/kamelets/sqlserver-sink.kamelet.yaml |   2 +-
 .../kamelets/sqlserver-source.kamelet.yaml         |   2 +-
 pom.xml                                            |   2 +-
 script/validator/go.mod                            |   2 +-
 script/validator/go.sum                            |   4 +-
 script/validator/validator.go                      |   2 +-
 43 files changed, 273 insertions(+), 57 deletions(-)
 create mode 100644 kamelets/aws-bedrock-text-sink.kamelet.yaml
 rename kamelets/{aws-s3-cdc-source.kamelet.yaml => aws-s3-event-based-source.kamelet.yaml} (98%)
 rename kamelets/{azure-storage-blob-cdc-source.kamelet.yaml => azure-storage-blob-event-based-source.kamelet.yaml} (98%)
 rename library/camel-kamelets/src/main/resources/kamelets/google-storage-cdc-source.kamelet.yaml => kamelets/google-storage-event-based-source.kamelet.yaml (97%)
 create mode 100644 library/camel-kamelets/src/main/resources/kamelets/aws-bedrock-text-sink.kamelet.yaml
 rename library/camel-kamelets/src/main/resources/kamelets/{aws-s3-cdc-source.kamelet.yaml => aws-s3-event-based-source.kamelet.yaml} (98%)
 rename library/camel-kamelets/src/main/resources/kamelets/{azure-storage-blob-cdc-source.kamelet.yaml => azure-storage-blob-event-based-source.kamelet.yaml} (98%)
 rename kamelets/google-storage-cdc-source.kamelet.yaml => library/camel-kamelets/src/main/resources/kamelets/google-storage-event-based-source.kamelet.yaml (97%)