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 7c6956e55 (commit)
      to ea6201581 (commit)
 discard 7c6956e55 chore(ci): v2.11.0-nightly release updates
     add 2ef4a2001   Fix #6676: restrict builder.nodeSelector keys via operator 
allow list (#6679)
     add afd9f242f chore(deps): bump github.com/onsi/gomega from 1.41.0 to 
1.42.0
     add 5205ae17a fix(doc): errored link
     add da4dab921 fix(doc): typo
     add aea45500f chore(deps): bump knative.dev/eventing from 0.49.1 to 0.49.2
     add dc4b69f85 ci: doc validation workflow
     add a281e51cc feat(trait): health enabled by default
     add f024bac42 feat(builder): add support for custom pipeline tasks and 
environment variable control
     add 56ef930a1 fix(doc): update reference to Camel K operator tuning 
documentation
     add fe9e2201d fix(builder): preserve quarkus-native task when 
builder.tasks is disabled
     add 244896429 fix(ci): valid pinned infra actions
     add 3d5640004 fix(ci): valid login pinned action
     add 9f0dfa180 chore: nightly automatic updates
     new ea6201581 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   (7c6956e55)
            \
             N -- N -- N   refs/tags/v2.11.0-nightly (ea6201581)

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:
 .github/actions/release-nightly/action.yml         |   4 +-
 .github/workflows/nightly-install-olm.yml          |   2 +-
 .../{validate.yml => pr-doc-validation.yaml}       |  72 ++++---
 README.adoc                                        |   2 +-
 docs/antora.yml                                    |   2 +-
 docs/charts/camel-k-2.11.0-nightly.tgz             | Bin 279894 -> 279959 bytes
 docs/charts/index.yaml                             |   6 +-
 docs/modules/ROOT/nav.adoc                         |   8 +-
 docs/modules/ROOT/pages/installation/builds.adoc   |   8 +
 .../ROOT/pages/observability/dashboard.adoc        |  11 +-
 .../observability/monitoring/integration.adoc      |  85 --------
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  23 ++-
 docs/modules/traits/pages/builder.adoc             |   8 +
 docs/modules/traits/pages/health.adoc              |  19 +-
 e2e/advanced/incremental_build_test.go             |  92 +++++----
 e2e/common/runtimes/runtimes_test.go               |  33 ++-
 e2e/common/traits/health_test.go                   |  19 +-
 e2e/common/traits/jvm_jolokia_agent_test.go        |   1 -
 e2e/common/traits/prometheus_test.go               |  11 +-
 e2e/common/traits/service_test.go                  |  16 +-
 e2e/telemetry/files/int-rest-consumer-addon.yaml   |  39 ----
 e2e/telemetry/telemetry_test.go                    |   7 +-
 go.mod                                             |   4 +-
 go.sum                                             |   8 +-
 helm/camel-k/crds/camel-k-crds.yaml                |  78 ++++---
 pkg/apis/camel/v1/build_type_support_test.go       |   2 +-
 pkg/apis/camel/v1/pipe_types.go                    |   6 +-
 pkg/apis/camel/v1/trait/health.go                  |  19 +-
 pkg/apis/camel/v1/zz_generated.deepcopy.go         |   4 +-
 .../applyconfiguration/camel/v1/pipecondition.go   |  16 +-
 pkg/controller/catalog/initialize.go               |   6 +
 .../integration/monitor_synthetic_test.go          |  42 ++++
 pkg/controller/pipe/monitor.go                     |   8 +-
 pkg/platform/env_platform.go                       |  29 +++
 pkg/platform/env_platform_test.go                  |  53 +++++
 .../camel.apache.org_integrationplatforms.yaml     |  18 +-
 .../camel.apache.org_integrationprofiles.yaml      |  18 +-
 .../crd/bases/camel.apache.org_integrations.yaml   |  18 +-
 .../config/crd/bases/camel.apache.org_pipes.yaml   |  24 ++-
 .../bases/camel-k.clusterserviceversion.yaml       |   2 +-
 pkg/trait/builder.go                               |  52 ++++-
 pkg/trait/builder_test.go                          | 169 +++++++++++++++
 pkg/trait/container_probes_test.go                 |  12 +-
 pkg/trait/health.go                                | 228 +++++++++++++--------
 pkg/trait/health_test.go                           | 137 +++++++++----
 pkg/trait/prometheus.go                            |  34 ++-
 pkg/trait/prometheus_test.go                       |   2 +
 pkg/trait/trait_test.go                            |   3 +-
 pkg/trait/trait_types.go                           |  23 ---
 49 files changed, 964 insertions(+), 519 deletions(-)
 copy .github/workflows/{validate.yml => pr-doc-validation.yaml} (51%)
 delete mode 100644 
docs/modules/ROOT/pages/observability/monitoring/integration.adoc
 delete mode 100644 e2e/telemetry/files/int-rest-consumer-addon.yaml

Reply via email to