You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/10/27 09:23:28 UTC

(camel-k) branch dependabot/go_modules/github.com/go-logr/logr-1.3.0 updated (da3e25cbd -> 6d39743fa)

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

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


 discard da3e25cbd chore(deps): bump github.com/go-logr/logr from 1.2.4 to 1.3.0
     add e5372dd60 chore(e2e): Randomize integration names in e2e tests
     add 0121a799c chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0
     add 6d39743fa chore(deps): bump github.com/go-logr/logr from 1.2.4 to 1.3.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   (da3e25cbd)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/github.com/go-logr/logr-1.3.0 (6d39743fa)

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:
 e2e/common/cli/run_test.go                         |  6 +++---
 e2e/common/config/kamelet_config_test.go           | 24 +++++++++++-----------
 e2e/common/config/pipe_config_test.go              | 16 +++++++--------
 e2e/common/misc/integration_fail_test.go           | 10 ++++-----
 e2e/common/misc/maven_repository_test.go           |  2 +-
 e2e/common/misc/pipe_test.go                       |  2 +-
 e2e/common/misc/registry_maven_wagon_test.go       | 12 +++++------
 e2e/common/misc/rest_test.go                       |  4 ++--
 e2e/common/misc/scale_binding_test.go              |  2 +-
 e2e/common/misc/scale_integration_test.go          |  2 +-
 e2e/common/misc/structured_logs_test.go            |  3 ++-
 e2e/common/traits/builder_test.go                  | 14 ++++++-------
 e2e/common/traits/camel_test.go                    |  7 ++++++-
 e2e/common/traits/container_test.go                |  4 ++--
 e2e/common/traits/error_handler_test.go            |  2 +-
 e2e/common/traits/errored_trait_test.go            |  4 ++--
 e2e/common/traits/health_test.go                   | 12 ++++++-----
 e2e/common/traits/istio_test.go                    | 10 +++++----
 e2e/common/traits/kamelet_test.go                  |  2 +-
 e2e/common/traits/pdb_test.go                      |  4 ++--
 e2e/common/traits/pod_test.go                      |  2 +-
 e2e/common/traits/pull_secret_test.go              |  6 +++---
 e2e/common/traits/service_binding_test.go          |  2 +-
 e2e/common/traits/toleration_test.go               |  6 +++---
 .../build_order_strategy_test.go                   | 14 ++++++-------
 e2e/commonwithcustominstall/builder_test.go        |  6 ++++--
 .../catalog_builder_test.go                        |  6 +++---
 e2e/commonwithcustominstall/environment_test.go    |  6 +++---
 .../incremental_build_test.go                      | 22 ++++++++++----------
 .../maven_http_proxy_test.go                       |  2 +-
 .../operator_metrics_test.go                       |  3 ++-
 .../platform_traits_test.go                        |  2 +-
 e2e/commonwithcustominstall/reset_test.go          |  6 +++---
 e2e/install/cli/maven_ca_secret_test.go            |  2 +-
 e2e/install/helm/setup_test.go                     |  2 +-
 e2e/install/upgrade/cli_upgrade_test.go            |  4 ++--
 e2e/install/upgrade/olm_upgrade_test.go            |  7 ++++---
 e2e/native/native_test.go                          |  8 ++++----
 e2e/native/native_with_sources_test.go             | 18 +++++++++-------
 e2e/support/test_support.go                        |  5 +++++
 go.mod                                             |  2 +-
 go.sum                                             |  4 ++--
 42 files changed, 150 insertions(+), 127 deletions(-)