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 7b817af  fix #1270: upgrade to Knative 0.12
     new 6b8e113  Fix #1223: add OLM install options
     new 8228f4b  Fix #1223: install and uninstall via OLM
     new 748accd  Fix #1223: checking permissions before install
     new 65a9e7c  Fix #1223: fix lint
     new d43bdac  Fix #1223: add build-time overrides in Makefile
     new c0efdcc  Fix #1223: fix wait for resources

The 6 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:
 go.mod                                             |   1 +
 go.sum                                             |   3 +
 ...v1alpha1.go => addtoscheme_knative_eventing.go} |   0
 ..._v1alpha1.go => addtoscheme_knative_serving.go} |   0
 ...ive_eventing_v1alpha1.go => addtoscheme_olm.go} |   8 +-
 pkg/client/fastmapper.go                           |   1 +
 pkg/cmd/install.go                                 |  92 +++++-
 pkg/cmd/uninstall.go                               |  65 +++--
 pkg/util/olm/available.go                          |  62 ++++
 pkg/util/olm/operator.go                           | 320 +++++++++++++++++++++
 script/Makefile                                    |  10 +
 11 files changed, 529 insertions(+), 33 deletions(-)
 copy pkg/apis/{addtoscheme_knative_eventing_v1alpha1.go => 
addtoscheme_knative_eventing.go} (100%)
 rename pkg/apis/{addtoscheme_knative_serving_v1alpha1.go => 
addtoscheme_knative_serving.go} (100%)
 rename pkg/apis/{addtoscheme_knative_eventing_v1alpha1.go => 
addtoscheme_olm.go} (74%)
 create mode 100644 pkg/util/olm/available.go
 create mode 100644 pkg/util/olm/operator.go

Reply via email to