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 9a53074  Fix deprecated annotation
     new bab918f  Upgrade Kubernetes to v0.19.8 and Service Binding operator to 
v0.4.1
     new b5802a5  Add license header to config/manifests/.vfsignore
     new 0e70c80  Update generate client based on Kubernetes v0.19.8
     new 7cb0ba0  chore(crd): Regenerate CRDs based on Kubernetes v0.19.8
     new 0c31816  chore: Remove dependency on 
github.com/operator-framework/operator-lifecycle-manager
     new be664fa  chore: Rebuild resources
     new 5c1e0fc  fix: Downgrade controller-runtime to version 0.6.3

The 7 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/crd/bases/camel.apache.org_builds.yaml      | 866 +++++++++++++++++----
 config/manifests/.vfsignore                        |  17 +
 .../1.4.0-snapshot/camel.apache.org_builds.yaml    | 866 +++++++++++++++++----
 go.mod                                             |  31 +-
 go.sum                                             | 486 +++---------
 helm/camel-k/crds/crd-build.yaml                   | 866 +++++++++++++++++----
 pkg/apis/addtoscheme_olm.go                        |  12 +-
 pkg/apis/addtoscheme_service_binding.go            |   2 +-
 pkg/apis/camel/go.mod                              |   4 +-
 pkg/apis/camel/go.sum                              |  90 +++
 .../camel/clientset/versioned/fake/register.go     |   2 +-
 pkg/client/camel/go.mod                            |   7 +-
 pkg/client/camel/go.sum                            | 174 +++++
 pkg/client/camel/listers/camel/v1/build.go         |   5 +
 pkg/client/camel/listers/camel/v1/camelcatalog.go  |   5 +
 pkg/client/camel/listers/camel/v1/integration.go   |   5 +
 .../camel/listers/camel/v1/integrationkit.go       |   5 +
 .../camel/listers/camel/v1/integrationplatform.go  |   5 +
 pkg/client/camel/listers/camel/v1alpha1/kamelet.go |   5 +
 .../camel/listers/camel/v1alpha1/kameletbinding.go |   5 +
 .../integration/integration_controller.go          |   7 +-
 pkg/kamelet/repository/go.mod                      |   2 +-
 pkg/kamelet/repository/go.sum                      | 162 ++++
 pkg/resources/resources.go                         |   8 +-
 pkg/trait/service_binding.go                       |  11 +-
 pkg/util/olm/available.go                          |  14 +-
 pkg/util/olm/operator.go                           |  42 +-
 27 files changed, 2780 insertions(+), 924 deletions(-)

Reply via email to