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

github-actions[bot] pushed a change to tag v2.11.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git


*** WARNING: tag v2.11.0-nightly was modified! ***

    from f5c2fa1f1 (commit)
      to 0890c105c (commit)
 discard f5c2fa1f1 chore(ci): v2.11.0-nightly release updates
     add a158ca3d1 chore(deps): bump golang.org/x/term from 0.42.0 to 0.43.0
     add 526f97d52 chore(ci): golang 1.26.3
     add 0f9b43649 chore(deps): bump golang.org/x/text from 0.36.0 to 0.37.0
     add d5579531c feat(trait): deprecate prometheus trait
     new 0890c105c chore(ci): v2.11.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   (f5c2fa1f1)
            \
             N -- N -- N   refs/tags/v2.11.0-nightly (0890c105c)

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.11.0-nightly.tgz             | Bin 279779 -> 279786 bytes
 docs/charts/index.yaml                             |   6 ++--
 .../ROOT/pages/observability/monitoring.adoc       |  10 +++---
 .../observability/monitoring/integration.adoc      |   2 +-
 .../pages/observability/monitoring/operator.adoc   |   4 ++-
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  11 +++++--
 docs/modules/traits/pages/pod.adoc                 |   2 +-
 docs/modules/traits/pages/prometheus.adoc          |   5 +++
 e2e/common/traits/health_test.go                   |  36 ++++++++++-----------
 e2e/support/test_support.go                        |  10 +++---
 go.mod                                             |   8 ++---
 go.sum                                             |  12 +++----
 helm/camel-k/crds/camel-k-crds.yaml                |   8 +++--
 pkg/apis/camel/v1/integration_types.go             |   7 ++--
 pkg/apis/camel/v1/trait/pod.go                     |   2 +-
 pkg/apis/camel/v1/trait/prometheus.go              |   4 +++
 pkg/apis/camel/v1/zz_generated.deepcopy.go         |   4 +--
 .../camel/v1/integrationcondition.go               |  16 +++++----
 .../applyconfiguration/camel/v1/podcondition.go    |   2 ++
 pkg/controller/integration/monitor.go              |  18 ++++++-----
 pkg/controller/pipe/monitor.go                     |  14 ++++----
 .../crd/bases/camel.apache.org_integrations.yaml   |   7 ++--
 .../config/crd/bases/camel.apache.org_pipes.yaml   |   1 +
 .../bases/camel-k.clusterserviceversion.yaml       |   2 +-
 pkg/trait/prometheus.go                            |  10 +++++-
 pkg/trait/prometheus_test.go                       |   6 ++--
 script/Makefile                                    |   2 +-
 27 files changed, 126 insertions(+), 83 deletions(-)

Reply via email to