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 15e00dae4 chore(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 
(#4986)
     new fdfbb8acf feat(install): Separate namespaced and descoped rbacs
     new e8c28a056 feat(install): Separate namespaced and descoped openshift 
rbacs
     new ce5c6903b feat(install): Adaptations for namespaced/descoped 
separation rbacs
     new e6fcd0ffb feat(doc): Kustomize installation procedure

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:
 config/manifests/kustomization.yaml                |   2 +
 .../rbac/descoped}/kustomization.yaml              |  26 ++-
 .../operator-cluster-role-binding-events.yaml}     |   5 +-
 .../operator-cluster-role-binding-keda.yaml}       |   5 +-
 .../operator-cluster-role-binding-knative.yaml}    |   5 +-
 .../operator-cluster-role-binding-leases.yaml}     |   5 +-
 ...operator-cluster-role-binding-podmonitors.yaml} |   5 +-
 .../operator-cluster-role-binding-strimzi.yaml}    |   5 +-
 .../operator-cluster-role-binding.yaml}            |   5 +-
 .../operator-cluster-role-events.yaml}             |   2 +-
 .../operator-cluster-role-keda.yaml}               |   2 +-
 .../operator-cluster-role-knative.yaml}            |   2 +-
 .../operator-cluster-role-leases.yaml}             |   2 +-
 .../operator-cluster-role-podmonitors.yaml}        |   2 +-
 .../operator-cluster-role-strimzi.yaml}            |   2 +-
 .../operator-cluster-role.yaml}                    |   2 +-
 config/rbac/kustomization.yaml                     |  29 ++-
 config/rbac/{ => namespaced}/kustomization.yaml    |   9 +-
 .../operator-role-binding-events.yaml              |   0
 .../operator-role-binding-keda.yaml                |   0
 .../operator-role-binding-knative.yaml             |   0
 .../operator-role-binding-leases.yaml              |   0
 .../operator-role-binding-podmonitors.yaml         |   0
 .../operator-role-binding-strimzi.yaml             |   0
 .../{ => namespaced}/operator-role-binding.yaml    |   0
 .../{ => namespaced}/operator-role-events.yaml     |   0
 .../rbac/{ => namespaced}/operator-role-keda.yaml  |   0
 .../{ => namespaced}/operator-role-knative.yaml    |   0
 .../{ => namespaced}/operator-role-leases.yaml     |   0
 .../operator-role-podmonitors.yaml                 |   0
 .../{ => namespaced}/operator-role-strimzi.yaml    |   0
 config/rbac/{ => namespaced}/operator-role.yaml    |   0
 .../rbac/openshift/descoped}/kustomization.yaml    |   7 +-
 .../operator-cluster-role-binding-openshift.yaml}  |   5 +-
 .../operator-cluster-role-openshift.yaml}          |   2 +-
 config/rbac/openshift/kustomization.yaml           |   2 -
 .../openshift/{ => namespaced}/kustomization.yaml  |   4 +-
 .../operator-role-binding-openshift.yaml           |   0
 .../{ => namespaced}/operator-role-openshift.yaml  |   0
 .../ROOT/pages/installation/installation.adoc      |  40 +++-
 e2e/support/test_support.go                        |   8 +-
 install/Makefile                                   |  26 +--
 pkg/install/operator.go                            | 210 +++++++++++++--------
 43 files changed, 253 insertions(+), 166 deletions(-)
 copy {install/platform => config/rbac/descoped}/kustomization.yaml (61%)
 copy config/rbac/{operator-role-binding-events.yaml => 
descoped/operator-cluster-role-binding-events.yaml} (94%)
 copy config/rbac/{operator-role-binding-keda.yaml => 
descoped/operator-cluster-role-binding-keda.yaml} (94%)
 copy config/rbac/{operator-role-binding-knative.yaml => 
descoped/operator-cluster-role-binding-knative.yaml} (94%)
 copy config/rbac/{operator-role-binding-leases.yaml => 
descoped/operator-cluster-role-binding-leases.yaml} (94%)
 copy config/rbac/{operator-role-binding-podmonitors.yaml => 
descoped/operator-cluster-role-binding-podmonitors.yaml} (94%)
 copy config/rbac/{operator-role-binding-strimzi.yaml => 
descoped/operator-cluster-role-binding-strimzi.yaml} (94%)
 copy config/rbac/{operator-role-binding.yaml => 
descoped/operator-cluster-role-binding.yaml} (94%)
 copy config/rbac/{operator-role-events.yaml => 
descoped/operator-cluster-role-events.yaml} (98%)
 copy config/rbac/{operator-role-keda.yaml => 
descoped/operator-cluster-role-keda.yaml} (98%)
 copy config/rbac/{operator-role-knative.yaml => 
descoped/operator-cluster-role-knative.yaml} (98%)
 copy config/rbac/{operator-role-leases.yaml => 
descoped/operator-cluster-role-leases.yaml} (98%)
 copy config/rbac/{operator-role-podmonitors.yaml => 
descoped/operator-cluster-role-podmonitors.yaml} (98%)
 copy config/rbac/{operator-role-strimzi.yaml => 
descoped/operator-cluster-role-strimzi.yaml} (98%)
 copy config/rbac/{operator-role.yaml => descoped/operator-cluster-role.yaml} 
(99%)
 copy config/rbac/{ => namespaced}/kustomization.yaml (78%)
 rename config/rbac/{ => namespaced}/operator-role-binding-events.yaml (100%)
 rename config/rbac/{ => namespaced}/operator-role-binding-keda.yaml (100%)
 rename config/rbac/{ => namespaced}/operator-role-binding-knative.yaml (100%)
 rename config/rbac/{ => namespaced}/operator-role-binding-leases.yaml (100%)
 rename config/rbac/{ => namespaced}/operator-role-binding-podmonitors.yaml 
(100%)
 rename config/rbac/{ => namespaced}/operator-role-binding-strimzi.yaml (100%)
 rename config/rbac/{ => namespaced}/operator-role-binding.yaml (100%)
 rename config/rbac/{ => namespaced}/operator-role-events.yaml (100%)
 rename config/rbac/{ => namespaced}/operator-role-keda.yaml (100%)
 rename config/rbac/{ => namespaced}/operator-role-knative.yaml (100%)
 rename config/rbac/{ => namespaced}/operator-role-leases.yaml (100%)
 rename config/rbac/{ => namespaced}/operator-role-podmonitors.yaml (100%)
 rename config/rbac/{ => namespaced}/operator-role-strimzi.yaml (100%)
 rename config/rbac/{ => namespaced}/operator-role.yaml (100%)
 copy {install/example => config/rbac/openshift/descoped}/kustomization.yaml 
(85%)
 copy config/rbac/openshift/{operator-role-binding-openshift.yaml => 
descoped/operator-cluster-role-binding-openshift.yaml} (94%)
 copy config/rbac/openshift/{operator-role-openshift.yaml => 
descoped/operator-cluster-role-openshift.yaml} (99%)
 copy config/rbac/openshift/{ => namespaced}/kustomization.yaml (87%)
 rename config/rbac/openshift/{ => 
namespaced}/operator-role-binding-openshift.yaml (100%)
 rename config/rbac/openshift/{ => namespaced}/operator-role-openshift.yaml 
(100%)

Reply via email to