This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 081f581 Increase timeouts
new 737118a chore(rbac): Rename operator ClusterRole resource
new 3f45a30 chore(rbac): Install operator ClusterRole from CLI
new d4d8dc4 chore(rbac): Let the operator install OpenShift console
download link
new e4941e1 chore(rbac): Aggregated roles are installed by OLM or the CLI
new 16bcb8c chore(rbac): Factorize SelfSubjectAccessReview request
new 5730cbf chore(rbac): Let OLM translate wildcard permissions on Camel
K resources cluster-wide
new 55afb23 chore(rbac): Manage ClusterRoleBinding resources during
operator install
new 206ef20 chore(rbac): Manage ClusterRoleBinding resources during
operator uninstall
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:
config/rbac/kustomization.yaml | 2 +-
...> operator-cluster-role-binding-openshift.yaml} | 5 +-
config/rbac/operator-cluster-role-openshift.yaml | 8 +--
...el-k.v1.4.0-snapshot.clusterserviceversion.yaml | 8 +--
pkg/cmd/install.go | 2 +-
pkg/cmd/uninstall.go | 50 ++++++++++++---
pkg/install/cluster.go | 42 ++++++++-----
pkg/install/openshift.go | 22 ++-----
pkg/install/operator.go | 71 ++++++++++++++++++++++
pkg/install/optional.go | 15 +----
pkg/resources/resources.go | 14 ++---
pkg/util/kubernetes/permission.go | 9 +--
12 files changed, 166 insertions(+), 82 deletions(-)
rename config/rbac/{operator-cluster-role-binding.yaml =>
operator-cluster-role-binding-openshift.yaml} (93%)