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 8d28088a Regen SBOM from commit 00195cc650727780920307b76f901319982767d7 add a6c0f311 Regen SBOM from commit 00195cc650727780920307b76f901319982767d7 (#1583) add 5b3ad7c7 Updated CHANGELOG.md add 88c0e998 Rename Jenkinsfile (#1584) add 6faf2e03 Updated CHANGELOG.md add 68ca6225 chore(deps): Update to YAKS 0.15.1 add 31973927 fix(aws2-ddb): Fix AWS2 DDB sink Kamelet add 583ab6bd chore(test): Fix AWS2 S3 YAKS tests add 7c2047e8 fix: Typo in data-type-action.kamelet add 751c0744 chore(test): Run YAKS tests with Camel 4.0.0 add b30af151 Upgrade Camel from 4.0.0-RC1 to 4.0.0 add 63fdde8d Remove no more needed GitHub actions/cache (#1587) add 38d14b66 chore(doc) : Add examples for simple-filter-action kamelet (#1589) add bbd57854 Updated CHANGELOG.md add ed976214 Added Opensearch Sink Kamelet (#1592) add efa068a9 Updated CHANGELOG.md add 92320f96 Added Opensearch Search Source Kamelet (#1594) add 6ab3651e Updated CHANGELOG.md add 761c7cbf Regen SBOM from commit 6ab3651ef4fb0ea8ea8d3d3adc2c0b7f16d56d34 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 (8d28088a) \ N -- N -- N refs/heads/regen_bot_sbom (761c7cbf) 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: .github/workflows/main-push-regen.yaml | 6 - .github/workflows/yaks-tests.yaml | 4 +- CHANGELOG.md | 17 + jenkinsfile.ppc64le => Jenkinsfile.ppc64le | 0 camel-kamelets-sbom/camel-kamelets-sbom.json | 2044 +++++++++---------- camel-kamelets-sbom/camel-kamelets-sbom.xml | 2045 ++++++++++---------- docs/modules/ROOT/nav.adoc | 2 + kamelets/aws-ddb-sink.kamelet.yaml | 2 +- kamelets/data-type-action.kamelet.yaml | 2 +- kamelets/opensearch-index-sink.kamelet.yaml | 147 ++ kamelets/opensearch-search-source.kamelet.yaml | 126 ++ kamelets/simple-filter-action.kamelet.yaml | 1 + .../kamelets/catalog/KameletsCatalogTest.java | 4 +- .../resources/kamelets/aws-ddb-sink.kamelet.yaml | 2 +- .../kamelets/data-type-action.kamelet.yaml | 2 +- .../kamelets/opensearch-index-sink.kamelet.yaml | 147 ++ .../kamelets/opensearch-search-source.kamelet.yaml | 126 ++ .../kamelets/simple-filter-action.kamelet.yaml | 1 + pom.xml | 4 +- script/validator/validator.go | 2 +- ...ding.yaml => simple-filter-action-binding.yaml} | 16 +- ...ding.yaml => simple-filter-action-binding.yaml} | 6 +- test/aws-s3/amazonS3Client.groovy | 2 +- test/insert-field-action/yaks-config.yaml | 4 +- 24 files changed, 2638 insertions(+), 2074 deletions(-) rename jenkinsfile.ppc64le => Jenkinsfile.ppc64le (100%) create mode 100644 kamelets/opensearch-index-sink.kamelet.yaml create mode 100644 kamelets/opensearch-search-source.kamelet.yaml create mode 100644 library/camel-kamelets/src/main/resources/kamelets/opensearch-index-sink.kamelet.yaml create mode 100644 library/camel-kamelets/src/main/resources/kamelets/opensearch-search-source.kamelet.yaml copy templates/bindings/camel-k/{azure-storage-blob-source-binding.yaml => simple-filter-action-binding.yaml} (56%) copy templates/bindings/core/{chunk-template-action-binding.yaml => simple-filter-action-binding.yaml} (58%)