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 900bd7001 Regen SBOM from commit
030258503b9308c36af5b3b8e04eaa6f3d4240f7
add 69c1ba357 Regen SBOM from commit
030258503b9308c36af5b3b8e04eaa6f3d4240f7 (#2556)
add d464b8b83 Kamelets Catalog - Make the description a one liner -
Bitcoin source (#2557)
add a88f64d38 Updated CHANGELOG.md
add 5b69ad0ee Kamelets Catalog - Make description a one liner - Cassandra
Kamelets (#2559)
add 7a08d056c Kamelets Catalog - Make the description a one liner - CEPH
Kamelets (#2561)
add 016658f0e Kamelets Catalog - Make the description a one liner - Chuck
Norris Kamelet (#2563)
add 222a45210 feat(go): make it a golang dependency
add 35709055c Bump actions/setup-go from 5.5.0 to 6.0.0
add 1caed85e3 feat: make the golang independent from camel k
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 (900bd7001)
\
N -- N -- N refs/heads/regen_bot_sbom (1caed85e3)
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 | 2 +-
.github/workflows/validate.yaml | 2 +-
CHANGELOG.md | 8 +
crds/config/crd/camel.apache.org_kamelets.yaml | 40 +-
crds/generate.sh | 2 +-
crds/go.mod | 36 +-
crds/go.sum | 67 +-
crds/pkg/apis/camel/kamelets_test.go | 23 +-
.../camel/{group.go => v1/common_types_support.go} | 44 +-
.../ROOT/partials/bitcoin-source-description.adoc | 3 +
.../ROOT/partials/cassandra-sink-description.adoc | 9 +
.../partials/cassandra-source-description.adoc | 5 +
.../ROOT/partials/ceph-sink-description.adoc | 11 +
.../ROOT/partials/ceph-source-description.adoc | 5 +
kamelets/bitcoin-source.kamelet.yaml | 3 +-
kamelets/cassandra-sink.kamelet.yaml | 5 +-
kamelets/cassandra-source.kamelet.yaml | 3 +-
kamelets/ceph-sink.kamelet.yaml | 7 +-
kamelets/ceph-source.kamelet.yaml | 4 +-
kamelets/chuck-norris-source.kamelet.yaml | 3 +-
.../resources/kamelets/bitcoin-source.kamelet.yaml | 3 +-
.../resources/kamelets/cassandra-sink.kamelet.yaml | 5 +-
.../kamelets/cassandra-source.kamelet.yaml | 3 +-
.../main/resources/kamelets/ceph-sink.kamelet.yaml | 7 +-
.../resources/kamelets/ceph-source.kamelet.yaml | 4 +-
.../kamelets/chuck-norris-source.kamelet.yaml | 3 +-
script/generator/generator.go | 37 +-
script/generator/go.mod | 36 +-
script/generator/go.sum | 81 +-
script/validator/go.mod | 115 +-
script/validator/go.sum | 1191 +-------------------
script/validator/validator.go | 101 +-
32 files changed, 332 insertions(+), 1536 deletions(-)
copy crds/pkg/apis/camel/{group.go => v1/common_types_support.go} (50%)
create mode 100644 docs/modules/ROOT/partials/bitcoin-source-description.adoc
create mode 100644 docs/modules/ROOT/partials/cassandra-sink-description.adoc
create mode 100644 docs/modules/ROOT/partials/cassandra-source-description.adoc
create mode 100644 docs/modules/ROOT/partials/ceph-sink-description.adoc
create mode 100644 docs/modules/ROOT/partials/ceph-source-description.adoc