This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 5f9107b21 chore: nightly automatic updates
new 994822d97 feat: enable Camel Dashboard monitoring
new 0c19dfb9e chore: deprecate Synthetic Integrations
new 51385d022 chore(doc): promote Camel Dashboard
The 3 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 | 1 -
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 ---------------------
pkg/cmd/operator/operator.go | 5 +-
.../config/manager/operator-deployment.yaml | 5 +
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 +++----
19 files changed, 178 insertions(+), 295 deletions(-)
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%)