This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a change to branch release-2.9.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 29d6cfab5 chore: nightly automatic updates
new 2d3707ef0 feat(cmd): add gitops "all" profile
new 06a148058 fix(trait): mount sanitize to return refName and confName
new ad2af2ca8 fix(traits): gitops, idempotent push
new 91d7253f9 fix(ctrl): check status instead of spec
new a07f0bb93 fix(trait): don't remove yaml route parameter
new 757479bc7 fix(install): revert watch rbac
The 6 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/pages/running/gitops.adoc | 3 ++
pkg/cmd/promote_test.go | 24 ++++++++++
.../integration/integration_controller.go | 6 +--
pkg/controller/integration/monitor.go | 8 ++--
pkg/controller/integration/monitor_test.go | 9 ++++
pkg/controller/integrationplatform/kamelets.go | 6 +--
pkg/controller/pipe/initialize.go | 4 +-
.../rbac/descoped/operator-cluster-role.yaml | 2 +
.../config/rbac/namespaced/operator-role.yaml | 12 +++++
pkg/trait/cron.go | 30 +++++++-----
pkg/trait/gitops.go | 25 +++++++++-
pkg/trait/gitops_test.go | 13 ++++--
pkg/trait/mount.go | 6 +--
pkg/trait/mount_support.go | 15 +++---
pkg/util/gitops/gitops.go | 54 +++++++++++++++++++++-
pkg/util/source/inspector_yaml.go | 3 +-
pkg/util/source/inspector_yaml_test.go | 27 +++++++++++
17 files changed, 208 insertions(+), 39 deletions(-)