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

dependabot[bot] pushed a change to branch 
dependabot/go_modules/crds/golang.org/x/net-0.55.0
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


 discard 69d4d557e chore(deps): bump golang.org/x/net from 0.40.0 to 0.55.0 in 
/crds
     add 8a8c4381b chore(deps): bump 
org.apache.maven.resolver:maven-resolver-api
     add 34dd734be chore: Migrate AWS tests from LocalStack to Floci and add 
sink tests (#2913)
     add 99d90a692 chore: Add Citrus integration tests for 10 self-contained 
kamelets (#2915)
     add 6d7d089a3 chore: Mark AWS kamelets with integration tests as verified 
(#2914)
     add d73d4ba39 Regen for commit 6d7d089a3c245ce76c13f861ed59b943155f4b89 
(#2916)
     add 771c01d52 chore: Mark Tier 1 kamelets with integration tests as 
verified (#2917)
     add 396e17b53 Regen for commit 771c01d5298b2ce12bcd6faf945c384ad1614de6 
(#2918)
     add be5732ee5 Updated CHANGELOG.md
     add fe4e386eb Regen SBOM from commit 
be5732ee59d269fa6c1a347314904766da0bc40c (#2920)
     add 82caead04 chore: Add Citrus integration tests for database kamelets 
(#2919)
     add eca3a7e13 chore(deps): bump golang.org/x/net in /script/generator 
(#2909)
     add 5cef30b65 chore(deps): bump golang.org/x/net from 0.40.0 to 0.55.0 in 
/crds

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   (69d4d557e)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/crds/golang.org/x/net-0.55.0 (5cef30b65)

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       | 40 +++++------
 camel-kamelets-sbom/camel-kamelets-sbom.xml        | 40 +++++------
 kamelets/aws-eventbridge-sink.kamelet.yaml         |  1 +
 kamelets/aws-kinesis-sink.kamelet.yaml             |  1 +
 kamelets/aws-kinesis-source.kamelet.yaml           |  1 +
 kamelets/aws-s3-sink.kamelet.yaml                  |  1 +
 kamelets/aws-s3-source.kamelet.yaml                |  1 +
 kamelets/aws-sns-sink.kamelet.yaml                 |  1 +
 kamelets/aws-sqs-sink.kamelet.yaml                 |  1 +
 kamelets/aws-sqs-source.kamelet.yaml               |  1 +
 kamelets/cron-source.kamelet.yaml                  |  1 +
 kamelets/delay-action.kamelet.yaml                 |  1 +
 kamelets/dns-ip-action.kamelet.yaml                |  1 +
 kamelets/regex-router-action.kamelet.yaml          |  1 +
 kamelets/set-body-action.kamelet.yaml              |  1 +
 kamelets/simple-filter-action.kamelet.yaml         |  1 +
 kamelets/throttle-action.kamelet.yaml              |  1 +
 kamelets/timestamp-router-action.kamelet.yaml      |  1 +
 .../topic-name-matches-filter-action.kamelet.yaml  |  1 +
 kamelets/xj-identity-action.kamelet.yaml           |  1 +
 .../kamelets/aws-eventbridge-sink.kamelet.yaml     |  1 +
 .../kamelets/aws-kinesis-sink.kamelet.yaml         |  1 +
 .../kamelets/aws-kinesis-source.kamelet.yaml       |  1 +
 .../resources/kamelets/aws-s3-sink.kamelet.yaml    |  1 +
 .../resources/kamelets/aws-s3-source.kamelet.yaml  |  1 +
 .../resources/kamelets/aws-sns-sink.kamelet.yaml   |  1 +
 .../resources/kamelets/aws-sqs-sink.kamelet.yaml   |  1 +
 .../resources/kamelets/aws-sqs-source.kamelet.yaml |  1 +
 .../resources/kamelets/cron-source.kamelet.yaml    |  1 +
 .../resources/kamelets/delay-action.kamelet.yaml   |  1 +
 .../resources/kamelets/dns-ip-action.kamelet.yaml  |  1 +
 .../kamelets/regex-router-action.kamelet.yaml      |  1 +
 .../kamelets/set-body-action.kamelet.yaml          |  1 +
 .../kamelets/simple-filter-action.kamelet.yaml     |  1 +
 .../kamelets/throttle-action.kamelet.yaml          |  1 +
 .../kamelets/timestamp-router-action.kamelet.yaml  |  1 +
 .../topic-name-matches-filter-action.kamelet.yaml  |  1 +
 .../kamelets/xj-identity-action.kamelet.yaml       |  1 +
 pom.xml                                            |  2 +-
 script/generator/go.mod                            |  7 +-
 script/generator/go.sum                            |  9 +--
 tests/camel-kamelets-itest/pom.xml                 | 43 ++++++++++++
 .../camel-kamelets-itest/src/test/java/AwsIT.java  |  5 ++
 .../test/java/{MailIT.java => CassandraIT.java}    |  6 +-
 .../src/test/java/CommonIT.java                    | 35 ++++++++++
 .../src/test/java/{MailIT.java => MongoIT.java}    |  6 +-
 .../src/test/java/{MailIT.java => PostgresIT.java} |  6 +-
 .../src/test/java/{MailIT.java => RedisIT.java}    |  6 +-
 .../citrus-application.properties                  |  4 ++
 ...ws-ddb-sink-delete-item.citrus.it.yaml.disabled |  4 +-
 .../test/resources/aws/ddb/aws-ddb-sink-pipe.yaml  | 50 --------------
 .../aws-ddb-sink-put-item.citrus.it.yaml.disabled  |  4 +-
 .../aws-ddb-sink-route.yaml}                       | 27 +++++---
 ...ws-ddb-sink-update-item.citrus.it.yaml.disabled |  4 +-
 .../resources/aws/ddb/aws-ddb-source-pipe.yaml     | 42 ------------
 .../aws-ddb-source-route.yaml}                     | 21 +++---
 .../aws/ddb/aws-ddb-source.citrus.it.yaml.disabled |  6 +-
 .../aws/eventbridge/aws-eventbridge-sink-pipe.yaml | 51 --------------
 .../aws-eventbridge-sink-route.yaml}               | 28 +++++---
 .../aws-eventbridge-sink.citrus.it.yaml            |  8 +--
 .../eventbridge/aws-sqs-event-listener-pipe.yaml   | 41 -----------
 .../aws-sqs-event-listener-route.yaml}             | 15 ++--
 .../aws/kinesis/aws-kinesis-sink-pipe.yaml         | 56 ---------------
 .../aws-kinesis-sink-route.yaml}                   | 27 +++++---
 .../aws/kinesis/aws-kinesis-sink.citrus.it.yaml    |  4 +-
 .../aws/kinesis/aws-kinesis-source-pipe.yaml       | 41 -----------
 .../aws-kinesis-source-route.yaml}                 | 19 +++---
 .../aws/kinesis/aws-kinesis-source.citrus.it.yaml  |  6 +-
 .../src/test/resources/aws/s3/README.md            |  6 +-
 .../aws-s3-sink-route.citrus.it.yaml}              | 58 ++++++++--------
 ...o-log-uri-based.yaml => aws-s3-sink-route.yaml} | 25 ++++---
 ...log-uri-based.yaml => aws-s3-source-route.yaml} |  5 +-
 ...based.yaml => aws-s3-source-to-http-route.yaml} | 26 ++++++-
 .../resources/aws/s3/aws-s3-to-http.citrus.it.yaml |  6 +-
 .../src/test/resources/aws/s3/aws-s3-to-http.yaml  | 79 ----------------------
 .../aws/s3/aws-s3-to-log-uri-based.citrus.it.yaml  |  2 +-
 .../aws/s3/aws-s3-uri-pipe.citrus.it.yaml          |  6 +-
 .../src/test/resources/aws/s3/aws-s3-uri-pipe.yaml | 42 ------------
 .../{amazonS3Client.groovy => getS3Object.groovy}  |  9 ++-
 .../aws-sns-sink-route.citrus.it.yaml}             | 60 ++++++++++------
 .../aws-sns-sink-route.yaml}                       | 24 ++++---
 .../aws-sqs-sns-event-listener.yaml}               | 10 ++-
 .../test/resources/aws/sns/setupSnsToSqs.groovy    | 53 +++++++++++++++
 .../src/test/resources/aws/sqs/README.md           |  6 +-
 ...based.yaml => aws-sqs-sink-event-listener.yaml} | 10 ++-
 ...s.it.yaml => aws-sqs-sink-route.citrus.it.yaml} | 46 +++++++++----
 .../aws-sqs-sink-route.yaml}                       | 24 ++++---
 ...og-uri-based.yaml => aws-sqs-source-route.yaml} |  5 +-
 .../sqs/aws-sqs-to-log-uri-based.citrus.it.yaml    |  2 +-
 .../aws/sqs/aws-sqs-uri-pipe.citrus.it.yaml        |  6 +-
 .../test/resources/aws/sqs/aws-sqs-uri-pipe.yaml   | 41 -----------
 .../cassandra-sink-route.citrus.it.yaml.disabled   | 69 +++++++++++++++++++
 .../cassandra-sink-route.yaml}                     | 22 +++---
 .../cassandra-source-route.citrus.it.yaml.disabled | 69 +++++++++++++++++++
 .../cassandra-source-route.yaml}                   | 24 +++----
 .../setupKeyspace.groovy}                          | 21 +++---
 .../cron-source-route.citrus.it.yaml}              | 11 ++-
 .../cron-source-route.yaml}                        | 23 +++----
 .../delay-action-route.citrus.it.yaml}             | 30 +++-----
 .../delay-action-route.yaml}                       | 21 +++---
 .../dns-ip-action-route.citrus.it.yaml}            | 11 ++-
 .../dns-ip-action-route.yaml}                      | 25 +++----
 .../simple-filter-action-route.citrus.it.yaml}     | 30 +++-----
 .../simple-filter-action-route.yaml}               | 21 +++---
 .../regex-router-action-route.citrus.it.yaml}      | 11 ++-
 .../regex-router-action-route.yaml}                | 25 ++++---
 .../timestamp-router-action-route.citrus.it.yaml}  | 11 ++-
 .../timestamp-router-action-route.yaml}            | 29 +++++---
 ...ame-matches-filter-action-route.citrus.it.yaml} | 11 ++-
 .../topic-name-matches-filter-action-route.yaml}   | 22 +++---
 .../{kafka => mongo}/application.properties        |  9 +--
 .../insertDocument.groovy}                         | 18 +++--
 .../mongodb-sink-route.citrus.it.yaml}             | 24 +++----
 .../mongodb-sink-route.yaml}                       | 24 ++++---
 .../mongodb-source-route.citrus.it.yaml}           | 29 ++++----
 .../mongodb-source-route.yaml}                     | 17 +++--
 .../test/resources/postgres/application.properties | 12 ++--
 .../src/test/resources/postgres/init.sql           |  2 +
 .../postgresql-sink-route.citrus.it.yaml}          | 29 ++++----
 .../postgresql-sink-route.yaml}                    | 24 ++++---
 .../postgresql-source-route.citrus.it.yaml}        | 27 +++++---
 .../postgresql-source-route.yaml}                  | 18 ++---
 .../redis-sink-route.citrus.it.yaml.disabled}      | 32 ++++++---
 .../redis-sink-route.yaml}                         | 22 +++---
 .../set-body-action-route.citrus.it.yaml}          | 30 +++-----
 .../set-body-action-route.yaml}                    | 21 +++---
 .../throttle-action-route.citrus.it.yaml}          | 30 +++-----
 .../throttle-action-route.yaml}                    | 21 +++---
 .../xj-identity-action-route.citrus.it.yaml}       | 25 ++++---
 .../xj-identity-action-route.yaml}                 | 26 ++++---
 131 files changed, 1086 insertions(+), 1098 deletions(-)
 copy tests/camel-kamelets-itest/src/test/java/{MailIT.java => 
CassandraIT.java} (92%)
 copy tests/camel-kamelets-itest/src/test/java/{MailIT.java => MongoIT.java} 
(93%)
 copy tests/camel-kamelets-itest/src/test/java/{MailIT.java => PostgresIT.java} 
(92%)
 copy tests/camel-kamelets-itest/src/test/java/{MailIT.java => RedisIT.java} 
(93%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-pipe.yaml
 copy 
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-log-uri-based.yaml
 => ddb/aws-ddb-sink-route.yaml} (61%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-source-pipe.yaml
 copy 
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-log-uri-based.yaml
 => ddb/aws-ddb-source-route.yaml} (68%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/eventbridge/aws-eventbridge-sink-pipe.yaml
 copy 
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-log-uri-based.yaml
 => eventbridge/aws-eventbridge-sink-route.yaml} (53%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/eventbridge/aws-sqs-event-listener-pipe.yaml
 copy 
tests/camel-kamelets-itest/src/test/resources/aws/{sqs/aws-sqs-to-log-uri-based.yaml
 => eventbridge/aws-sqs-event-listener-route.yaml} (74%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/kinesis/aws-kinesis-sink-pipe.yaml
 copy 
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-log-uri-based.yaml
 => kinesis/aws-kinesis-sink-route.yaml} (59%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/kinesis/aws-kinesis-source-pipe.yaml
 copy 
tests/camel-kamelets-itest/src/test/resources/aws/{sqs/aws-sqs-to-log-uri-based.yaml
 => kinesis/aws-kinesis-source-route.yaml} (69%)
 copy 
tests/camel-kamelets-itest/src/test/resources/aws/{ddb/aws-ddb-source.citrus.it.yaml.disabled
 => s3/aws-s3-sink-route.citrus.it.yaml} (59%)
 copy 
tests/camel-kamelets-itest/src/test/resources/aws/s3/{aws-s3-to-log-uri-based.yaml
 => aws-s3-sink-route.yaml} (62%)
 copy 
tests/camel-kamelets-itest/src/test/resources/aws/s3/{aws-s3-to-log-uri-based.yaml
 => aws-s3-source-route.yaml} (94%)
 copy 
tests/camel-kamelets-itest/src/test/resources/aws/s3/{aws-s3-to-log-uri-based.yaml
 => aws-s3-source-to-http-route.yaml} (67%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/s3/aws-s3-to-http.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/s3/aws-s3-uri-pipe.yaml
 copy 
tests/camel-kamelets-itest/src/test/resources/aws/s3/{amazonS3Client.groovy => 
getS3Object.groovy} (81%)
 copy 
tests/camel-kamelets-itest/src/test/resources/aws/{sqs/aws-sqs-to-log-uri-based.citrus.it.yaml
 => sns/aws-sns-sink-route.citrus.it.yaml} (55%)
 copy 
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-log-uri-based.yaml
 => sns/aws-sns-sink-route.yaml} (65%)
 copy 
tests/camel-kamelets-itest/src/test/resources/aws/{sqs/aws-sqs-to-log-uri-based.yaml
 => sns/aws-sqs-sns-event-listener.yaml} (89%)
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/sns/setupSnsToSqs.groovy
 copy 
tests/camel-kamelets-itest/src/test/resources/aws/sqs/{aws-sqs-to-log-uri-based.yaml
 => aws-sqs-sink-event-listener.yaml} (89%)
 copy 
tests/camel-kamelets-itest/src/test/resources/aws/sqs/{aws-sqs-to-log-uri-based.citrus.it.yaml
 => aws-sqs-sink-route.citrus.it.yaml} (61%)
 copy 
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-log-uri-based.yaml
 => sqs/aws-sqs-sink-route.yaml} (65%)
 copy 
tests/camel-kamelets-itest/src/test/resources/aws/sqs/{aws-sqs-to-log-uri-based.yaml
 => aws-sqs-source-route.yaml} (93%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-uri-pipe.yaml
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/cassandra/cassandra-sink-route.citrus.it.yaml.disabled
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/s3/aws-s3-to-log-uri-based.yaml
 => cassandra/cassandra-sink-route.yaml} (67%)
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/cassandra/cassandra-source-route.citrus.it.yaml.disabled
 copy 
tests/camel-kamelets-itest/src/test/resources/{earthquake/earthquake-to-http.yaml
 => cassandra/cassandra-source-route.yaml} (74%)
 copy tests/camel-kamelets-itest/src/test/resources/{aws/ddb/putItem.groovy => 
cassandra/setupKeyspace.groovy} (54%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{counter/counter-source-pipe.citrus.it.yaml
 => cron/cron-source-route.citrus.it.yaml} (79%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{earthquake/earthquake-to-http.yaml
 => cron/cron-source-route.yaml} (78%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{timer/timer-to-http-pipe.citrus.it.yaml
 => delay/delay-action-route.citrus.it.yaml} (67%)
 copy tests/camel-kamelets-itest/src/test/resources/{timer/timer-to-http.yaml 
=> delay/delay-action-route.yaml} (73%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{counter/counter-source-pipe.citrus.it.yaml
 => dns/dns-ip-action-route.citrus.it.yaml} (79%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{earthquake/earthquake-to-http.yaml
 => dns/dns-ip-action-route.yaml} (77%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{timer/timer-to-http-pipe.citrus.it.yaml
 => filter/simple-filter-action-route.citrus.it.yaml} (67%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/sqs/aws-sqs-to-log-uri-based.yaml
 => filter/simple-filter-action-route.yaml} (72%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{counter/counter-source-pipe.citrus.it.yaml
 => kafkarouter/regex-router-action-route.citrus.it.yaml} (79%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/sqs/aws-sqs-to-log-uri-based.yaml
 => kafkarouter/regex-router-action-route.yaml} (69%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{counter/counter-source-pipe.citrus.it.yaml
 => kafkarouter/timestamp-router-action-route.citrus.it.yaml} (79%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/s3/aws-s3-to-log-uri-based.yaml
 => kafkarouter/timestamp-router-action-route.yaml} (64%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{counter/counter-source-pipe.citrus.it.yaml
 => kafkarouter/topic-name-matches-filter-action-route.citrus.it.yaml} (79%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/sqs/aws-sqs-to-log-uri-based.yaml
 => kafkarouter/topic-name-matches-filter-action-route.yaml} (72%)
 copy tests/camel-kamelets-itest/src/test/resources/{kafka => 
mongo}/application.properties (80%)
 copy tests/camel-kamelets-itest/src/test/resources/{aws/ddb/verifyItems.groovy 
=> mongo/insertDocument.groovy} (59%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{log/log-sink-pipe.citrus.it.yaml 
=> mongo/mongodb-sink-route.citrus.it.yaml} (73%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/s3/aws-s3-to-log-uri-based.yaml
 => mongo/mongodb-sink-route.yaml} (66%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{log/log-sink-pipe.citrus.it.yaml 
=> mongo/mongodb-source-route.citrus.it.yaml} (69%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/sqs/aws-sqs-to-log-uri-based.yaml
 => mongo/mongodb-source-route.yaml} (72%)
 copy docs/local-build.sh => 
tests/camel-kamelets-itest/src/test/resources/postgres/application.properties 
(70%)
 mode change 100755 => 100644
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/postgres/init.sql
 copy 
tests/camel-kamelets-itest/src/test/resources/{log/log-sink-pipe.citrus.it.yaml 
=> postgres/postgresql-sink-route.citrus.it.yaml} (67%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/s3/aws-s3-to-log-uri-based.yaml
 => postgres/postgresql-sink-route.yaml} (62%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{log/log-sink-pipe.citrus.it.yaml 
=> postgres/postgresql-source-route.citrus.it.yaml} (69%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/sqs/aws-sqs-to-log-uri-based.yaml
 => postgres/postgresql-source-route.yaml} (72%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{log/log-sink-pipe.citrus.it.yaml 
=> redis/redis-sink-route.citrus.it.yaml.disabled} (62%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/sqs/aws-sqs-to-log-uri-based.yaml
 => redis/redis-sink-route.yaml} (72%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{timer/timer-to-http-pipe.citrus.it.yaml
 => setbody/set-body-action-route.citrus.it.yaml} (67%)
 copy tests/camel-kamelets-itest/src/test/resources/{timer/timer-to-http.yaml 
=> setbody/set-body-action-route.yaml} (72%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{timer/timer-to-http-pipe.citrus.it.yaml
 => throttle/throttle-action-route.citrus.it.yaml} (67%)
 copy tests/camel-kamelets-itest/src/test/resources/{timer/timer-to-http.yaml 
=> throttle/throttle-action-route.yaml} (73%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{earthquake/earthquake-to-http.citrus.it.yaml
 => xj/xj-identity-action-route.citrus.it.yaml} (71%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/s3/aws-s3-to-log-uri-based.yaml
 => xj/xj-identity-action-route.yaml} (68%)

Reply via email to