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 815cff9d5 chore(deps): bump github.com/onsi/gomega from 1.35.1 to 1.36.0 new 776ef4f5a feat(builder): dependencies privileges new 1d74661ad fix(install): allow Jib executable on OCP new f15f752d7 fix(install): namespaced openshift resources The 3 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: .../ROOT/pages/installation/installation.adoc | 3 +- .../overlays/openshift/descoped/kustomization.yaml | 33 ------------------- .../openshift/descoped/patch-operator-id.yaml | 20 ------------ .../descoped/patch-watch-namespace-global.yaml | 22 ------------- .../openshift/namespaced/kustomization.yaml | 30 ------------------ .../openshift/namespaced/patch-operator-id.yaml | 20 ------------ pkg/builder/image.go | 2 +- pkg/builder/jib.go | 1 + pkg/builder/jib_test.go | 4 +-- pkg/controller/integrationplatform/kamelets.go | 6 ++-- .../integrationplatform/kamelets_test.go | 3 +- pkg/install/operator.go | 8 ++--- .../config/rbac/descoped/kustomization.yaml | 2 ++ .../operator-cluster-role-binding-openshift.yaml | 0 .../descoped/operator-cluster-role-openshift.yaml | 0 .../config/rbac/namespaced/kustomization.yaml | 2 ++ .../operator-role-binding-openshift.yaml | 2 +- .../namespaced/operator-role-openshift.yaml | 2 +- .../rbac/openshift/descoped/kustomization.yaml | 26 --------------- .../config/rbac/openshift/kustomization.yaml | 26 --------------- .../rbac/openshift/namespaced/kustomization.yaml | 26 --------------- ...tor-cluster-role-console-binding-openshift.yaml | 30 ------------------ .../operator-cluster-role-console-openshift.yaml | 37 ---------------------- pkg/trait/deployer.go | 4 +-- pkg/util/jib/configuration.go | 2 +- pkg/util/util.go | 5 ++- script/Makefile | 13 +++----- 27 files changed, 31 insertions(+), 298 deletions(-) delete mode 100644 install/overlays/openshift/descoped/kustomization.yaml delete mode 100644 install/overlays/openshift/descoped/patch-operator-id.yaml delete mode 100644 install/overlays/openshift/descoped/patch-watch-namespace-global.yaml delete mode 100644 install/overlays/openshift/namespaced/kustomization.yaml delete mode 100644 install/overlays/openshift/namespaced/patch-operator-id.yaml rename pkg/resources/config/rbac/{openshift => }/descoped/operator-cluster-role-binding-openshift.yaml (100%) rename pkg/resources/config/rbac/{openshift => }/descoped/operator-cluster-role-openshift.yaml (100%) rename pkg/resources/config/rbac/{openshift => }/namespaced/operator-role-binding-openshift.yaml (96%) rename pkg/resources/config/rbac/{openshift => }/namespaced/operator-role-openshift.yaml (99%) delete mode 100644 pkg/resources/config/rbac/openshift/descoped/kustomization.yaml delete mode 100644 pkg/resources/config/rbac/openshift/kustomization.yaml delete mode 100644 pkg/resources/config/rbac/openshift/namespaced/kustomization.yaml delete mode 100644 pkg/resources/config/rbac/openshift/operator-cluster-role-console-binding-openshift.yaml delete mode 100644 pkg/resources/config/rbac/openshift/operator-cluster-role-console-openshift.yaml