This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to tag v2.7.0-nightly in repository https://gitbox.apache.org/repos/asf/camel-k.git
*** WARNING: tag v2.7.0-nightly was modified! *** from 8e89b413e (commit) to 50d051f81 (commit) discard 8e89b413e chore(ci): v2.7.0-nightly release updates add b96262394 feat(dependencies): bump kubernetes to 1.32 add 763d423ac fix(builder): allow any plain Quarkus runtime new 50d051f81 chore(ci): v2.7.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 (8e89b413e) \ N -- N -- N refs/tags/v2.7.0-nightly (50d051f81) 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: docs/charts/camel-k-2.7.0-nightly.tgz | Bin 236470 -> 236467 bytes docs/charts/index.yaml | 6 +- docs/modules/traits/pages/service-binding.adoc | 40 ---- e2e/common/traits/service_binding_test.go | 102 --------- go.mod | 39 ++-- go.sum | 81 +++---- pkg/apis/camel/v1/common_types.go | 2 + pkg/apis/camel/v1/trait/service_binding.go | 4 +- pkg/builder/quarkus.go | 21 +- pkg/cmd/bind.go | 22 -- pkg/cmd/bind_test.go | 3 +- pkg/cmd/run.go | 42 ++-- pkg/controller/integration/kits.go | 7 +- pkg/controller/integrationkit/initialize.go | 8 +- .../bases/camel-k.clusterserviceversion.yaml | 2 +- pkg/trait/camel.go | 11 + pkg/trait/mount.go | 10 - pkg/trait/service_binding.go | 245 --------------------- pkg/trait/service_binding_test.go | 93 -------- pkg/trait/trait_configure_test.go | 8 +- pkg/trait/trait_register.go | 1 - 21 files changed, 132 insertions(+), 615 deletions(-) delete mode 100755 docs/modules/traits/pages/service-binding.adoc delete mode 100644 e2e/common/traits/service_binding_test.go delete mode 100644 pkg/trait/service_binding.go delete mode 100644 pkg/trait/service_binding_test.go