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/12 11:32:27 UTC

[camel-kamelets] branch regen_bot_sbom updated (093dd60d -> d1619f67)

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 093dd60d Regen SBOM from commit 8d0da4aaedfcce28e15d8982193c5e4739271590
     add be97d2d4 Regen SBOM from commit 8d0da4aaedfcce28e15d8982193c5e4739271590
     add 3a031c60 Updated CHANGELOG.md
     add 99e4f164 Updated CHANGELOG.md
     add 6fcead6e Updated Prefix Enum after Kamelets removal
     add bf3b1f4c Upgrade Redshift-jdbc42 to version 2.1.0.12
     add 8d1c1401 Upgrade Redshift-jdbc42 to version 2.1.0.12
     add 8148ce8d Upgrade Artemis to version 2.28.0
     add 706500c7 Upgrade Artemis to version 2.28.0
     add 605a2428 Remove Activemq-http from POM and BOM since we don't use it anymore
     add 62e7986c SFTP source - it creates a new folder (if doesn't exist) instead of throwing an exception
     add 814a4339 SFTP source - it creates a new folder (if doesn't exist) instead of throwing an exception
     add cc6ef81b SFTP sink - Add autocreate option for consistency with the source
     add defaebdc SFTP sink - Add autocreate option for consistency with the source
     add 9b82416f SFTP source - it creates a new folder (if doesn't exist) instead of throwing an exception
     add ab537e6e SFTP source - it creates a new folder (if doesn't exist) instead of throwing an exception
     add 0d6666f2 Switch examples to use Kafka kamelets
     add 4c6a3d1e Updated CHANGELOG.md
     add fd1ad815 FTP source - it creates a new folder (if doesn't exist) instead of throwing an exception
     add 2272c217 FTP sink - Add autocreate option for consistency with the source
     add 09a8ab8d SFTP source - it creates a new folder (if doesn't exist) instead of throwing an exception
     add e52be0ac SFTP sink - Add autocreate option for consistency with the source
     add 064617a2 Regen
     add 2d7559a5 FTP source - it creates a new folder (if doesn't exist) instead of throwing an exception
     add 40198623 FTP sink - Add autocreate option for consistency with the source
     add 8bfb9496 Regen
     add 4475d4c2 FTPS Source - Add autoCreate parameter
     add d5b2b935 FTPS Source - Add autoCreate parameter
     add b3b2c3f5 FTPS Sink - Add autoCreate parameter
     add 6055935e FTPS Sink - Add autoCreate parameter
     add 63a8db64 Azure Functions Sink Kamelets: Added enum for HTTP Methods
     add 35250034 Azure Functions Sink Kamelets: Added enum for HTTP Methods
     add d1619f67 Regen SBOM from commit 352500345afc910999b2d7059c268a6e46490498

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   (093dd60d)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (d1619f67)

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                                               | 14 ++++++++++++++
 camel-kamelets-sbom/camel-kamelets-sbom.json               |  4 ++--
 camel-kamelets-sbom/camel-kamelets-sbom.xml                |  4 ++--
 docs/modules/ROOT/examples/js/kamelets.js                  |  7 +++++--
 kamelets/aws-redshift-sink.kamelet.yaml                    |  2 +-
 kamelets/aws-redshift-source.kamelet.yaml                  |  2 +-
 kamelets/azure-functions-sink.kamelet.yaml                 |  1 +
 kamelets/ftp-sink.kamelet.yaml                             |  8 ++++++++
 kamelets/ftp-source.kamelet.yaml                           |  8 ++++++++
 kamelets/ftps-sink.kamelet.yaml                            |  8 ++++++++
 kamelets/ftps-source.kamelet.yaml                          |  8 ++++++++
 kamelets/jms-apache-artemis-sink.kamelet.yaml              |  2 +-
 kamelets/jms-apache-artemis-source.kamelet.yaml            |  2 +-
 kamelets/sftp-sink.kamelet.yaml                            |  8 ++++++++
 kamelets/sftp-source.kamelet.yaml                          |  8 ++++++++
 library/camel-kamelets-bom/pom.xml                         |  5 -----
 .../kamelets/catalog/model/KameletPrefixSchemeEnum.java    |  3 ---
 .../apache/camel/kamelets/catalog/KameletsCatalogTest.java |  1 +
 .../main/resources/kamelets/aws-redshift-sink.kamelet.yaml |  2 +-
 .../resources/kamelets/aws-redshift-source.kamelet.yaml    |  2 +-
 .../resources/kamelets/azure-functions-sink.kamelet.yaml   |  1 +
 .../src/main/resources/kamelets/ftp-sink.kamelet.yaml      |  8 ++++++++
 .../src/main/resources/kamelets/ftp-source.kamelet.yaml    |  8 ++++++++
 .../src/main/resources/kamelets/ftps-sink.kamelet.yaml     |  8 ++++++++
 .../src/main/resources/kamelets/ftps-source.kamelet.yaml   |  8 ++++++++
 .../kamelets/jms-apache-artemis-sink.kamelet.yaml          |  2 +-
 .../kamelets/jms-apache-artemis-source.kamelet.yaml        |  2 +-
 .../src/main/resources/kamelets/sftp-sink.kamelet.yaml     |  8 ++++++++
 .../src/main/resources/kamelets/sftp-source.kamelet.yaml   |  8 ++++++++
 pom.xml                                                    |  8 +++-----
 30 files changed, 133 insertions(+), 27 deletions(-)