This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to tag v2.6.0-nightly in repository https://gitbox.apache.org/repos/asf/camel-k.git
*** WARNING: tag v2.6.0-nightly was modified! *** from dc9b310dd (commit) to f84840c4b (commit) discard dc9b310dd chore(ci): v2.6.0-nightly release updates add e5adf37ba chore(deps): bump golang.org/x/term from 0.25.0 to 0.26.0 add 460821251 chore(deps): bump golang.org/x/text from 0.19.0 to 0.20.0 add fd8dbd957 fix: allow specifying integration run sources exclusively via config file add 90ada2a51 fix: adjust length check of sources defined in config file add 855423259 feat(api): bump Kubernetes to 1.30 add 0efb08bb0 chore(deps): bump knative.dev/eventing from 0.42.3 to 0.43.1 add 3c1cee73c fix(doc): deprecated badge add 21bf16d41 fix(doc): maven troubleshooting add db56e004e fix(docs): add back compatibility matrix add f5fd81a56 fix(docs): registry links add b71e0579e feat(doc): release and deprecation policies add 016a2287e chore(deps): bump sigs.k8s.io/structured-merge-diff/v4 add 9f53d0bff fix(docs): camel version link add 43adc1f0b chore: nightly automatic updates new f84840c4b chore(ci): v2.6.0-nightly release updates This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the tag 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 (dc9b310dd) \ N -- N -- N refs/tags/v2.6.0-nightly (f84840c4b) 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. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: README.adoc | 2 +- addons/keda/keda.go | 2 + cmd/util/doc-gen/generators/traitdocgen.go | 6 +- docs/antora.yml | 4 +- docs/charts/camel-k-2.6.0-nightly.tgz | Bin 222981 -> 233616 bytes docs/charts/index.yaml | 6 +- docs/modules/ROOT/nav.adoc | 5 +- docs/modules/ROOT/pages/concepts/dependencies.adoc | 38 + docs/modules/ROOT/pages/concepts/releases.adoc | 51 + docs/modules/ROOT/pages/index.adoc | 1 - .../installation/registry/registry-secret.adoc | 6 +- .../ROOT/pages/installation/registry/registry.adoc | 12 +- .../pages/troubleshooting/troubleshooting.adoc | 15 + docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 126 +-- docs/modules/traits/pages/3scale.adoc | 3 +- docs/modules/traits/pages/aws-secrets-manager.adoc | 3 +- docs/modules/traits/pages/azure-key-vault.adoc | 3 +- docs/modules/traits/pages/gcp-secret-manager.adoc | 3 +- docs/modules/traits/pages/hashicorp-vault.adoc | 3 +- docs/modules/traits/pages/keda.adoc | 2 + docs/modules/traits/pages/openapi.adoc | 3 +- docs/modules/traits/pages/resume.adoc | 3 +- docs/modules/traits/pages/service-binding.adoc | 3 +- go.mod | 57 +- go.sum | 124 +-- helm/camel-k/crds/camel-k-crds.yaml | 1166 ++++++++++++++++++-- .../clientset/internalclientset/clientset.go | 0 .../internalclientset/fake/clientset_generated.go | 0 .../internalclientset}/fake/doc.go | 0 .../clientset/internalclientset/fake/register.go | 0 .../internalclientset}/scheme/doc.go | 0 .../clientset/internalclientset/scheme/register.go | 0 .../internalclientset/typed/strimzi/v1beta2/doc.go | 0 .../typed/strimzi/v1beta2}/fake/doc.go | 0 .../typed/strimzi/v1beta2/fake/fake_kafka.go | 0 .../typed/strimzi/v1beta2/fake/fake_kafkatopic.go | 0 .../strimzi/v1beta2/fake/fake_strimzi_client.go | 0 .../typed/strimzi/v1beta2/generated_expansion.go | 0 .../typed/strimzi/v1beta2/kafka.go | 0 .../typed/strimzi/v1beta2/kafkatopic.go | 0 .../typed/strimzi/v1beta2/strimzi_client.go | 0 pkg/cmd/run.go | 2 +- pkg/controller/build/build_controller.go | 2 +- pkg/controller/catalog/catalog_controller.go | 2 +- .../integration/integration_controller.go | 2 +- .../integrationkit/integrationkit_controller.go | 152 ++- .../integrationplatform_controller.go | 40 +- .../integrationprofile_controller.go | 39 +- pkg/controller/pipe/pipe_controller.go | 79 +- pkg/platform/operator.go | 46 +- .../config/crd/bases/camel.apache.org_builds.yaml | 98 +- .../camel.apache.org_integrationplatforms.yaml | 98 +- .../camel.apache.org_integrationprofiles.yaml | 98 +- .../crd/bases/camel.apache.org_integrations.yaml | 437 +++++++- .../config/crd/bases/camel.apache.org_pipes.yaml | 435 +++++++- .../bases/camel-k.clusterserviceversion.yaml | 2 +- script/Makefile | 18 +- script/gen_client.sh | 38 +- script/gen_crd/gen-crd-api-config.json | 2 +- script/gen_crd/gen-kamelets-crd-api-config.json | 2 +- 60 files changed, 2619 insertions(+), 620 deletions(-) create mode 100644 docs/modules/ROOT/pages/concepts/dependencies.adoc create mode 100644 docs/modules/ROOT/pages/concepts/releases.adoc copy pkg/client/{duck/strimzi => }/clientset/internalclientset/clientset.go (100%) copy pkg/client/{duck/strimzi => }/clientset/internalclientset/fake/clientset_generated.go (100%) copy pkg/client/{camel/clientset/versioned => clientset/internalclientset}/fake/doc.go (100%) copy pkg/client/{duck/strimzi => }/clientset/internalclientset/fake/register.go (100%) copy pkg/client/{camel/clientset/versioned => clientset/internalclientset}/scheme/doc.go (100%) copy pkg/client/{duck/strimzi => }/clientset/internalclientset/scheme/register.go (100%) copy pkg/client/{duck/strimzi => }/clientset/internalclientset/typed/strimzi/v1beta2/doc.go (100%) copy pkg/client/{camel/clientset/versioned/typed/camel/v1 => clientset/internalclientset/typed/strimzi/v1beta2}/fake/doc.go (100%) copy pkg/client/{duck/strimzi => }/clientset/internalclientset/typed/strimzi/v1beta2/fake/fake_kafka.go (100%) copy pkg/client/{duck/strimzi => }/clientset/internalclientset/typed/strimzi/v1beta2/fake/fake_kafkatopic.go (100%) copy pkg/client/{duck/strimzi => }/clientset/internalclientset/typed/strimzi/v1beta2/fake/fake_strimzi_client.go (100%) copy pkg/client/{duck/strimzi => }/clientset/internalclientset/typed/strimzi/v1beta2/generated_expansion.go (100%) copy pkg/client/{duck/strimzi => }/clientset/internalclientset/typed/strimzi/v1beta2/kafka.go (100%) copy pkg/client/{duck/strimzi => }/clientset/internalclientset/typed/strimzi/v1beta2/kafkatopic.go (100%) copy pkg/client/{duck/strimzi => }/clientset/internalclientset/typed/strimzi/v1beta2/strimzi_client.go (100%)