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 91ae17f51 chore(traits): deprecate registry
add c4013519b fix(trait): watch for resource versions...
No new revisions were added by this update.
Summary of changes:
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 3 +-
docs/modules/traits/pages/mount.adoc | 3 +-
helm/camel-k/crds/crd-integration-platform.yaml | 6 +-
helm/camel-k/crds/crd-integration-profile.yaml | 6 +-
helm/camel-k/crds/crd-integration.yaml | 6 +-
helm/camel-k/crds/crd-kamelet-binding.yaml | 3 +-
helm/camel-k/crds/crd-pipe.yaml | 3 +-
pkg/apis/camel/v1/trait/mount.go | 3 +-
pkg/controller/integration/build_kit.go | 2 +-
.../integration/integration_controller.go | 2 +-
pkg/controller/integration/monitor.go | 55 ++++++++------
pkg/controller/integration/monitor_test.go | 85 ++++++++++++++++++++++
.../camel.apache.org_integrationplatforms.yaml | 6 +-
.../camel.apache.org_integrationprofiles.yaml | 6 +-
.../crd/bases/camel.apache.org_integrations.yaml | 6 +-
.../bases/camel.apache.org_kameletbindings.yaml | 3 +-
.../config/crd/bases/camel.apache.org_pipes.yaml | 3 +-
pkg/util/digest/digest.go | 63 +++-------------
pkg/util/digest/digest_test.go | 26 +------
pkg/util/kubernetes/lookup.go | 9 +++
20 files changed, 181 insertions(+), 118 deletions(-)
create mode 100644 pkg/controller/integration/monitor_test.go