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

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


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

    from a4e781667 (commit)
      to 4c424a726 (commit)
 discard a4e781667 chore(ci): v2.10.0-nightly release updates
     add 85d657975 chore(deps): bump golang.org/x/term from 0.39.0 to 0.40.0
     add 1a5132bb1 chore: minor release note
     add 0f5f37da3 chore(release): Helm chart for 2.9.1
     add 4a95e5308 chore(release): bump next version to 2.10.0-SNAPSHOT
     add 5f9107b21 chore: nightly automatic updates
     add 994822d97 feat: enable Camel Dashboard monitoring
     add 0c19dfb9e chore: deprecate Synthetic Integrations
     add 51385d022 chore(doc): promote Camel Dashboard
     add ff06ec626 fix(doc): minor menu indent
     new 4c424a726 chore(ci): v2.10.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   (a4e781667)
            \
             N -- N -- N   refs/tags/v2.10.0-nightly (4c424a726)

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/build/action.yml                   |  10 +-
 docs/antora.yml                                    |   3 +-
 docs/charts/camel-k-2.10.0-nightly.tgz             | Bin 279198 -> 279199 bytes
 docs/charts/camel-k-2.9.1.tgz                      | Bin 0 -> 276861 bytes
 docs/charts/index.yaml                             |  33 +++++-
 docs/modules/ROOT/nav.adoc                         |   7 +-
 .../ROOT/pages/installation/advanced/advanced.adoc |   4 +
 .../ROOT/pages/observability/dashboard.adoc        | 104 ++++++++++++++++
 docs/modules/ROOT/pages/observability/logging.adoc |   7 --
 .../pages/observability/logging/integration.adoc   |  48 --------
 .../ROOT/pages/observability/monitoring.adoc       |  48 --------
 .../pages/observability/monitoring/operator.adoc   |   7 +-
 .../operator.adoc => operator-logging.adoc}        |   0
 docs/modules/ROOT/pages/running/synthetic.adoc     |   2 +
 e2e/advanced/synthetic_test.go                     | 131 ---------------------
 go.mod                                             |   4 +-
 go.sum                                             |   8 +-
 pkg/cmd/operator/operator.go                       |   5 +-
 .../config/manager/operator-deployment.yaml        |   5 +
 .../bases/camel-k.clusterserviceversion.yaml       |   4 +-
 pkg/trait/cron.go                                  |   9 +-
 pkg/trait/deployment.go                            |   9 +-
 pkg/trait/deployment_test.go                       |  14 ++-
 pkg/trait/knative_service.go                       |  22 ++--
 .../build/error.go => util/kubernetes/labels.go}   |  40 +++----
 release.adoc                                       |   5 +-
 script/Makefile                                    |   2 +-
 27 files changed, 222 insertions(+), 309 deletions(-)
 create mode 100644 docs/charts/camel-k-2.9.1.tgz
 create mode 100644 docs/modules/ROOT/pages/observability/dashboard.adoc
 delete mode 100644 docs/modules/ROOT/pages/observability/logging.adoc
 delete mode 100644 
docs/modules/ROOT/pages/observability/logging/integration.adoc
 rename docs/modules/ROOT/pages/observability/{logging/operator.adoc => 
operator-logging.adoc} (100%)
 delete mode 100644 e2e/advanced/synthetic_test.go
 copy pkg/{controller/build/error.go => util/kubernetes/labels.go} (59%)

Reply via email to