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 cef8616  [TEST] Global test - support for openshift
     new b2e35e3  Fix #2553 Upgrade SBO to v0.9.1
     new 372fa93  Fix #2553 Use SBO as a library
     new c516794  Fix #2553 Remove support to bind to a ServiceBinding CRD
     new 5e384fe  Fix #2553: Fix client
     new 91fbfa0  Fix #2553: Polish
     new d86df4f  Fix #2553: Remove camel-k Phase, Action and Condition tied to 
SBO
     new 8222f28  Fix #2553: Support only one ServiceBinding for now
     new 4890b99  Fix #2553: Remove ServiceBinding roles
     new 1828f82  Fix #2553: Camel-k Operator should be able to read CRDs by 
default in order to resolve Service Bindings
     new 1c8105c  chore: remove deleted makefile target 'build-operator' in 
documentation
     new df6ebc0  Fix #2553: regen embedded resources, remove obsolete 
RoleBinding
     new dca4c4a  Fix #2553: update kubernetes RBAC
     new 1ee3088  Fix #2553: treat ServiceBinding RBAC in separate file
     new da893ea  Fix #2553: update kustomization.yaml file
     new f21b9af  Fix #2553 Update kustomize test to reflect changes

The 15 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:
 .github/workflows/kubernetes.yml                   |   8 -
 config/rbac/kustomization.yaml                     |   5 +-
 ...-role-binding-custom-resource-definitions.yaml} |   4 +-
 ...-cluster-role-custom-resource-definitions.yaml} |  12 +-
 .../operator-role-binding-service-binding.yaml     |  30 ---
 config/rbac/operator-role-service-binding.yaml     |  37 ----
 .../ROOT/pages/contributing/developers.adoc        |   1 -
 docs/modules/traits/pages/service-binding.adoc     |   6 +-
 e2e/common/kustomize/common.go                     |  12 +-
 go.mod                                             |   2 +-
 go.sum                                             |   4 +-
 helm/camel-k/templates/operator-role.yaml          |  11 +-
 pkg/apis/addtoscheme_service_binding.go            |  25 ---
 pkg/apis/camel/v1/integration_types.go             |   5 -
 pkg/cmd/run.go                                     |   4 +-
 .../integration/integration_controller.go          |  23 ---
 pkg/controller/integration/wait_for_bindings.go    |  65 -------
 pkg/install/cluster.go                             |  10 +
 pkg/install/operator.go                            |  22 +--
 pkg/resources/resources.go                         |  36 ++--
 pkg/trait/service_binding.go                       | 213 ++++++++-------------
 pkg/trait/trait_configure_test.go                  |   6 +-
 pkg/trait/trait_types.go                           |   9 +-
 resources/traits.yaml                              |  10 +-
 24 files changed, 153 insertions(+), 407 deletions(-)
 copy 
config/rbac/{openshift/operator-cluster-role-console-binding-openshift.yaml => 
operator-cluster-role-binding-custom-resource-definitions.yaml} (91%)
 copy config/rbac/{operator-role-events.yaml => 
operator-cluster-role-custom-resource-definitions.yaml} (89%)
 delete mode 100644 config/rbac/operator-role-binding-service-binding.yaml
 delete mode 100644 config/rbac/operator-role-service-binding.yaml
 delete mode 100644 pkg/apis/addtoscheme_service_binding.go
 delete mode 100644 pkg/controller/integration/wait_for_bindings.go

Reply via email to