This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from f62e640 Updated CHANGELOG.md
new 38122e2 feat: Comprehensive integration error status
new 8c5fd78 fix: Fix perserve condition first truthy time
new 8bc854e chore: Apply master and threescale traits during error phase
new 67d653d chore: Watch for Knative Services conditionally
new c16b6b2 chore: Do not account for deleting Pods in Integration status
new 0a20787 fix: Mark transition from deploying to running phase
new fd743b7 fix: Race condition when observing integration first
readiness metric
new 11f43db fix(e2e): Use JSON merge patch to scale integrations
The 8 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:
addons/master/master.go | 5 +-
addons/threescale/3scale.go | 6 +-
config/rbac/operator-role.yaml | 6 +-
e2e/support/test_support.go | 27 ++-
pkg/apis/camel/v1/integration_types.go | 22 +-
pkg/apis/camel/v1/integration_types_support.go | 32 +--
pkg/cmd/operator/operator.go | 18 +-
.../integration/integration_controller.go | 58 ++++-
pkg/controller/integration/monitor.go | 257 +++++++++++++++------
pkg/resources/resources.go | 4 +-
pkg/util/kubernetes/conditions.go | 125 +++-------
pkg/util/kubernetes/discovery.go | 5 +-
pkg/util/kubernetes/permission.go | 5 +-
13 files changed, 336 insertions(+), 234 deletions(-)