This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/github.com/stretchr/testify-1.8.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git


 discard 522762eb5 chore(deps): bump github.com/stretchr/testify from 1.7.4 to 
1.8.0
     add 88ebd002c [TEST] Add kamel debug test
     add ce2e4ec4a chore: small updates on Makefile
     add 91b9d5d49 Updated CHANGELOG.md
     add f1b7f1df6 fix(doc): fix camel-website build
     add ece4b5bd5 chore(lint): upgrade golangci-lint to 1.46.2
     add a01da91dc chore(lint): fix nonamedreturns
     add 5d351d0f2 chore(lint): fix containedctx
     add af1bb836d chore(lint): suppress maintidx with TODO for later 
refactoring
     add 817435064 chore(lint): fix forcetypeassert
     add 4890d5235 chore(lint): fix ifshort
     add ef8dcf874 chore(lint): fix errorlint
     add 2bf7be9e4 chore(lint): fix prealloc
     add 4bcda6c07 chore(lint): fix unparam
     add eafde47d4 Updated CHANGELOG.md
     add 1d523e5f5 chore(e2e): reorg and clean up e2e/global/builder
     add 0cd7f11fc chore(e2e): refactor e2e/global/common
     add 72c72302b chore(e2e): reuse namespace for e2e/global/knative
     add 4ba7a2765 chore(e2e): move Java file to files/ for 
e2e/global/service-binding
     add bbf486c72 chore(e2e): reuse namespace for e2e/namespace/install
     add aa681a7a4 chore(e2e): move test files to files/ for 
e2e/namespace/native
     add 69cdfc25e chore(e2e): more namespace reuse for e2e/global/common
     add d08e12116 fix(e2e): fix knative test
     add 19eea8d2d chore(e2e): rename kamel run test function
     add 249c122ac Updated CHANGELOG.md
     add c28d7d3eb Updated CHANGELOG.md
     add a0286f4b1 migrate and improve http example
     add 9b8588b58 fix(olm): fix profile name: Openshift -> OpenShift
     add 16caeaf2d fix(trait): more robust, case-insensitive trait profile 
comparison
     add e356f4836 Updated CHANGELOG.md
     add 579c69c12 chore(lint): upgrade golangci-lint to 1.47.1
     add cecaf715e Updated CHANGELOG.md
     add ddb86ab73 fix(doc): fix doc-gen to insert space between lines
     add f3ba7b180 Updated CHANGELOG.md
     add b9ebaef13 chore(api): refer to correct trait
     add 3cedfa0dd fix(trait): nil pointer dereference applying trait during 
kit building
     add b004a5a25 Updated CHANGELOG.md
     add 525af63cb chore(knative): upgrade Knative to 1.3 (0.30) #3381
     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 34decccc7 chore(deps): bump github.com/stretchr/testify from 1.7.4 to 
1.8.0

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   (522762eb5)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/github.com/stretchr/testify-1.8.0 (34decccc7)

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:
 .../kamel-install-knative/install-knative.sh       |  10 +-
 .github/workflows/validate.yml                     |   2 +-
 .golangci.yml                                      |   2 +
 CHANGELOG.md                                       |  25 ++
 addons/keda/keda.go                                |   3 +-
 addons/master/master.go                            |  12 +-
 addons/threescale/3scale.go                        |   6 +-
 addons/threescale/3scale_test.go                   |  12 +-
 addons/tracing/tracing.go                          |   2 +-
 addons/tracing/tracing_test.go                     |   5 +-
 cmd/util/doc-gen/generators/traitmetadatagen.go    |   2 +-
 cmd/util/json-schema-gen/main.go                   |  14 +-
 cmd/util/platform-check/main.go                    |   2 +-
 .../camel.apache.org_integrationplatforms.yaml     |   8 +-
 .../crd/bases/camel.apache.org_integrations.yaml   |  14 +-
 .../bases/camel.apache.org_kameletbindings.yaml    |  14 +-
 config/samples/patch-integration-platform.yaml     |   2 +-
 docs/modules/ROOT/pages/architecture/operator.adoc |   2 +-
 docs/modules/ROOT/pages/architecture/traits.adoc   |   4 +-
 .../ROOT/pages/configuration/dependencies.adoc     |   8 +-
 .../pages/configuration/runtime-resources.adoc     |   2 +-
 .../ROOT/pages/contributing/developers.adoc        |   2 +-
 .../pages/contributing/local-deployment-olm.adoc   |   2 +-
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  | 318 ++++++++++-----------
 docs/modules/traits/pages/container.adoc           |   2 +-
 docs/modules/traits/pages/route.adoc               |   8 +-
 e2e/global/builder/build_test.go                   |   5 +
 e2e/global/builder/docker_hub_test.go              |  60 ----
 e2e/global/builder/github_packages_test.go         |  61 ----
 e2e/global/builder/registry_test.go                |  89 ++++++
 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/kamelet_binding_test.go          |   9 +-
 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/global/common/traits/service_test.go           |  10 +-
 e2e/global/knative/knative_test.go                 | 147 +++++-----
 .../{ => files}/ServiceBinding.java                |   0
 e2e/global/service-binding/service_binding_test.go |   2 +-
 e2e/namespace/install/cli/debug_test.go            | 117 ++++++++
 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              | 146 ++++++----
 e2e/namespace/install/maven_http_proxy_test.go     |   5 +-
 .../install/operator_id_filtering_test.go          |  18 +-
 e2e/namespace/native/{ => files}/Java.java         |   0
 e2e/namespace/native/{ => files}/yaml.yaml         |   0
 e2e/namespace/native/native_test.go                |  10 +-
 e2e/support/test_support.go                        |   6 +-
 e2e/yaks/openshift/monitoring/alerting.feature     |   2 +-
 examples/README.md                                 |   1 -
 examples/http/NettySecureServer.java               |  55 ----
 examples/http/NettyServer.java                     |  32 ---
 examples/http/PlatformHttpServer.java              |  31 --
 examples/http/PlatformHttpsServer.java             |  47 ---
 examples/http/README.md                            |   3 -
 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                                             |  16 +-
 go.sum                                             |  37 ++-
 helm/camel-k/crds/crd-integration-platform.yaml    |   8 +-
 helm/camel-k/crds/crd-integration.yaml             |  14 +-
 helm/camel-k/crds/crd-kamelet-binding.yaml         |  14 +-
 install/Makefile                                   |   2 +-
 pkg/apis/camel/go.mod                              |   4 +-
 pkg/apis/camel/go.sum                              |   8 +-
 pkg/apis/camel/v1/common_types.go                  |  17 ++
 pkg/apis/camel/v1/common_types_support.go          |  65 ++++-
 pkg/apis/camel/v1/common_types_support_test.go     | 131 +++++++++
 pkg/apis/camel/v1/integration_types.go             |   8 +-
 pkg/apis/camel/v1/integrationplatform_types.go     |  23 +-
 .../camel/v1/integrationplatform_types_support.go  |  11 -
 pkg/apis/camel/v1/maven_types_support.go           |   9 +
 pkg/apis/camel/v1/trait/container.go               |   2 +-
 pkg/apis/camel/v1/trait/route.go                   |   2 +-
 pkg/builder/types.go                               |   1 +
 pkg/client/apply.go                                |   3 +-
 pkg/client/camel/go.mod                            |   5 +-
 pkg/client/camel/go.sum                            |   8 +-
 pkg/cmd/dump.go                                    |   4 +-
 pkg/cmd/init.go                                    |   3 +-
 pkg/cmd/install.go                                 |   2 +-
 pkg/cmd/log.go                                     |   2 +-
 pkg/cmd/modeline.go                                |   4 +-
 pkg/cmd/operator/operator.go                       |   3 +-
 pkg/cmd/promote.go                                 |  83 +++---
 pkg/cmd/root.go                                    |   1 +
 pkg/cmd/run.go                                     |  11 +-
 pkg/cmd/uninstall.go                               |   1 +
 pkg/cmd/util_sources.go                            | 181 ++++++------
 pkg/controller/integration/kits.go                 |  18 +-
 pkg/controller/integration/monitor.go              |  27 +-
 pkg/controller/integration/monitor_cronjob.go      |   5 +-
 pkg/controller/integration/monitor_deployment.go   |   3 +-
 pkg/controller/integration/monitor_knative.go      |   4 +-
 pkg/controller/kameletbinding/integration.go       |   4 +-
 pkg/event/manager.go                               |   5 +-
 pkg/install/cluster.go                             |   1 +
 pkg/install/kamelets.go                            |   3 +-
 pkg/install/operator.go                            |   1 +
 pkg/kamelet/repository/go.mod                      |   5 +-
 pkg/kamelet/repository/go.sum                      |   8 +-
 pkg/resources/resources.go                         |  18 +-
 pkg/trait/affinity.go                              |   4 +-
 pkg/trait/builder.go                               |   2 +-
 pkg/trait/container.go                             |   2 +-
 pkg/trait/cron.go                                  |  19 +-
 pkg/trait/dependencies.go                          |   2 +-
 pkg/trait/deployment.go                            |  16 +-
 pkg/trait/environment.go                           |   6 +-
 pkg/trait/error_handler.go                         |   2 +-
 pkg/trait/gc.go                                    |   2 +-
 pkg/trait/health.go                                |   3 +-
 pkg/trait/ingress.go                               |  19 +-
 pkg/trait/istio.go                                 |   6 +-
 pkg/trait/jolokia.go                               |   4 +-
 pkg/trait/jvm.go                                   |   1 +
 pkg/trait/kamelets.go                              |   2 +-
 pkg/trait/knative.go                               |   4 +-
 pkg/trait/knative_service.go                       |  18 +-
 pkg/trait/logging.go                               |  20 +-
 pkg/trait/mount.go                                 |   2 +-
 pkg/trait/openapi.go                               |  22 +-
 pkg/trait/owner.go                                 |   6 +-
 pkg/trait/pdb.go                                   |   2 +-
 pkg/trait/pdb_test.go                              |   4 +-
 pkg/trait/platform.go                              |   2 +-
 pkg/trait/pod.go                                   |  16 +-
 pkg/trait/prometheus.go                            |  10 +-
 pkg/trait/pull_secret.go                           |   8 +-
 pkg/trait/registry.go                              |   2 +-
 pkg/trait/route.go                                 |  11 +-
 pkg/trait/service.go                               |  20 +-
 pkg/trait/service_binding.go                       |   2 +-
 pkg/trait/toleration.go                            |   4 +-
 pkg/trait/trait.go                                 |   2 +-
 pkg/trait/trait_configure_test.go                  |  27 +-
 pkg/trait/trait_types.go                           |  21 +-
 pkg/util/bindings/api.go                           |   1 +
 pkg/util/cancellable/cancellable.go                |   1 +
 pkg/util/command.go                                |  21 +-
 pkg/util/kubernetes/log/pod_scraper.go             |   8 +-
 pkg/util/kubernetes/portforward.go                 |   2 +-
 pkg/util/maven/maven_log.go                        |   7 +-
 pkg/util/maven/maven_repositories.go               |   8 +-
 pkg/util/modeline/parser.go                        |   6 +-
 pkg/util/resource/config.go                        |   8 +-
 pkg/util/source/inspector_kamelet.go               |   7 +-
 pkg/util/source/inspector_yaml.go                  |   4 +-
 pkg/util/test/client.go                            |   7 +-
 pkg/util/test/cmd.go                               |   8 +-
 pkg/util/util.go                                   |  38 ++-
 pkg/util/util_test.go                              |  10 +
 release.adoc                                       |   2 +-
 resources/traits.yaml                              | 231 +++++++--------
 script/Makefile                                    |  84 +++---
 script/gen_crd/gen_crd_api.sh                      |   4 +-
 179 files changed, 1645 insertions(+), 1377 deletions(-)
 delete mode 100644 e2e/global/builder/docker_hub_test.go
 delete mode 100644 e2e/global/builder/github_packages_test.go
 create mode 100644 e2e/global/builder/registry_test.go
 delete mode 100644 e2e/global/common/files/timer-kamelet-usage.groovy
 rename e2e/global/service-binding/{ => files}/ServiceBinding.java (100%)
 create mode 100644 e2e/namespace/install/cli/debug_test.go
 rename e2e/{global/builder => 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%)
 rename e2e/namespace/native/{ => files}/Java.java (100%)
 rename e2e/namespace/native/{ => files}/yaml.yaml (100%)
 delete mode 100644 examples/http/NettySecureServer.java
 delete mode 100644 examples/http/NettyServer.java
 delete mode 100644 examples/http/PlatformHttpServer.java
 delete mode 100644 examples/http/PlatformHttpsServer.java
 delete mode 100644 examples/http/README.md
 create mode 100644 pkg/apis/camel/v1/common_types_support_test.go

Reply via email to