This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/github.com/operator-framework/api-0.15.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git
discard d840cb6a2 chore(deps): bump github.com/operator-framework/api
add a983b01dd fix(doc): standardise Camel dependency notation in docs and
examples
add 132dcebd1 Updated CHANGELOG.md
add d108d0305 fix(core): cascade Integration error when kit in...
add 4e90cc577 fix(ci): build before making images
add aa9c2787c fix(ci): common & install e2e workflows fail silently
add ed98e5e64 fix(e2e): fix failing e2e tests
add 2a538884e fix(cli): fix kamel promote resources validation
add 569fa13ed fix(trait): fix kameletbinding traits merge on integration
add 95367ef68 fix(e2e): fix TestOperatorIDFiltering
add aa1bfbcb8 chore(e2e): skip failing native build tests for OCP3
add 5c003373c chore(cli): refactor run command
add 8434df6e5 fix(cli): run Integration from GitHub branch
add 3b5f3b4cf chore(deps): bump github.com/operator-framework/api
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 (d840cb6a2)
\
N -- N -- N
refs/heads/dependabot/go_modules/github.com/operator-framework/api-0.15.0
(3b5f3b4cf)
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 | 2 +
.../ROOT/pages/configuration/dependencies.adoc | 8 +-
.../pages/configuration/runtime-resources.adoc | 2 +-
.../ROOT/pages/contributing/developers.adoc | 2 +-
e2e/global/builder/build_test.go | 5 +
e2e/global/common/build/incremental_build_test.go | 2 +-
e2e/global/common/config/config_test.go | 10 +-
e2e/global/common/files/timer-kamelet-usage.groovy | 19 ---
e2e/global/common/integration_fail_test.go | 26 ++-
e2e/global/common/languages/groovy_test.go | 2 +-
e2e/global/common/languages/init_test_support.go | 4 +-
e2e/global/common/languages/java_test.go | 2 +-
e2e/global/common/languages/js_test.go | 2 +-
e2e/global/common/languages/kotlin_test.go | 2 +-
e2e/global/common/languages/xml_test.go | 2 +-
e2e/global/common/languages/yaml_test.go | 2 +-
e2e/global/common/operator_metrics_test.go | 2 +-
e2e/global/common/traits/jvm_test.go | 2 +-
e2e/global/common/traits/openapi_test.go | 2 +-
e2e/namespace/install/cli/describe_test.go | 2 +-
e2e/namespace/install/cli/dev_mode_test.go | 2 +-
.../install/cli/duplicate_parameters_test.go | 9 +-
.../install/cli}/files/Java.java | 0
.../install/cli}/files/promote-route.groovy | 0
.../cli}/files/resource-file-location-route.groovy | 0
e2e/namespace/install/cli/global_kamelet_test.go | 5 +-
e2e/namespace/install/cli/global_test.go | 1 +
e2e/namespace/install/cli/install_test.go | 5 +-
.../install/cli}/promote_test.go | 21 ++-
e2e/namespace/install/cli/run_test.go | 53 ++++--
e2e/namespace/install/maven_http_proxy_test.go | 5 +-
.../install/operator_id_filtering_test.go | 18 +-
e2e/namespace/native/native_test.go | 6 +
e2e/support/test_support.go | 6 +-
examples/pulsar/pulsar.groovy | 2 +-
examples/saga/README.md | 8 +-
examples/traits/tracing/InventoryService.java | 4 +-
examples/traits/tracing/OrderService.java | 4 +-
examples/traits/tracing/README.md | 4 +-
.../user-config/resource-file-binary-route.groovy | 2 +-
go.mod | 4 +-
go.sum | 6 +-
pkg/apis/camel/go.mod | 4 +-
pkg/apis/camel/go.sum | 8 +-
pkg/apis/camel/v1/common_types_support.go | 40 +++++
pkg/apis/camel/v1/common_types_support_test.go | 131 +++++++++++++++
pkg/client/camel/go.mod | 5 +-
pkg/client/camel/go.sum | 8 +-
pkg/cmd/modeline.go | 4 +-
pkg/cmd/promote.go | 83 ++++++----
pkg/cmd/run.go | 7 +-
pkg/cmd/util_sources.go | 181 ++++++++++-----------
pkg/controller/integration/kits.go | 6 +-
pkg/controller/kameletbinding/integration.go | 4 +-
pkg/kamelet/repository/go.mod | 5 +-
pkg/kamelet/repository/go.sum | 8 +-
pkg/util/util.go | 9 +
pkg/util/util_test.go | 10 ++
script/Makefile | 72 ++++----
59 files changed, 556 insertions(+), 294 deletions(-)
delete mode 100644 e2e/global/common/files/timer-kamelet-usage.groovy
copy e2e/{global/common/build => namespace/install/cli}/files/Java.java (100%)
rename e2e/{global/common => namespace/install/cli}/files/promote-route.groovy
(100%)
copy e2e/{global/common/config =>
namespace/install/cli}/files/resource-file-location-route.groovy (100%)
rename e2e/{global/common => namespace/install/cli}/promote_test.go (88%)
create mode 100644 pkg/apis/camel/v1/common_types_support_test.go