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 8f4682e4e chore(deps): bump github.com/prometheus/client_model
new 13d68a0f6 feat(ctrl): verify existence of registry
new 69d2af9b6 feat(ctrl): add kit failure reason condition
new e4ae42ee8 chore(doc): some troubleshooting tip
new 301bacd25 fix(e2e): adding failure on catalog error
The 4 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/modules/ROOT/nav-end.adoc | 2 +-
.../ROOT/pages/troubleshooting/known-issues.adoc | 31 ------------
.../pages/troubleshooting/troubleshooting.adoc | 59 ++++++++++++++++++++++
e2e/common/support/startup_test.go | 2 +-
e2e/commonwithcustominstall/builder_test.go | 2 +-
.../catalog_builder_test.go | 4 +-
e2e/install/cli/global_test.go | 2 +-
e2e/install/cli/install_test.go | 2 +-
e2e/knative/support/startup_test.go | 2 +-
pkg/apis/camel/v1/integration_types_support.go | 4 ++
pkg/apis/camel/v1/integrationplatform_types.go | 6 +++
pkg/controller/integrationkit/initialize.go | 9 +++-
pkg/controller/integrationplatform/create.go | 4 +-
pkg/controller/integrationplatform/initialize.go | 2 +-
pkg/controller/integrationplatform/monitor.go | 35 ++++++++++++-
pkg/resources/resources.go | 17 +++++++
16 files changed, 139 insertions(+), 44 deletions(-)
create mode 100644 docs/modules/ROOT/pages/troubleshooting/troubleshooting.adoc