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/05/04 07:51:29 UTC

[camel-k] branch dependabot/go_modules/github.com/prometheus/client_golang-1.15.1 updated (4a25da7f1 -> 20d4d2165)

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

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


 discard 4a25da7f1 chore(deps): bump github.com/prometheus/client_golang
     add 69e39430b doc: new release process
     add 4945b3bc3 fix(e2e): Improve builder E2E tests
     add c733b65b3 chore: Support platform selection on IntegrationKit
     add 385a5f605 chore(e2e): Upgrade Telemetry operator
     add 2f30c7e84 chore(e2e): Upgrade OLM operator
     add 364577d2e chore(deps): bump github.com/prometheus/client_model from 0.3.0 to 0.4.0
     add 20d4d2165 chore(deps): bump github.com/prometheus/client_golang

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   (4a25da7f1)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/github.com/prometheus/client_golang-1.15.1 (20d4d2165)

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:
 .github/actions/e2e-telemetry/action.yml           |  2 +-
 .github/actions/kamel-config-cluster/action.yaml   |  4 +-
 e2e/builder/build_test.go                          |  1 +
 .../secondary_platform_test.go                     |  9 ++-
 e2e/support/test_support.go                        | 25 +++++++
 go.mod                                             |  2 +-
 go.sum                                             |  4 +-
 .../integrationkit/integrationkit_controller.go    |  5 ++
 release.adoc                                       | 77 ++--------------------
 9 files changed, 47 insertions(+), 82 deletions(-)