This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from 0a7693c  chore(build): disable go modules when performing go clean
     new dc69450  Fix #1112: remove Knative 0.8 compatibility mode
     new dd0b09d  Fix #1112: upgrade to knative 0.10
     new 20eed1a  Fix #1112: switch to serving.knative.dev/v1

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:
 docs/modules/ROOT/pages/traits/knative.adoc        |   5 -
 go.mod                                             |   6 +-
 go.sum                                             |  12 +--
 ...toscheme_knative_eventing_08_compat_v1alpha1.go |  43 --------
 pkg/apis/addtoscheme_knative_serving_v1alpha1.go   |   2 +-
 pkg/apis/knative08compat/knative08compat.go        | 119 ---------------------
 pkg/trait/classpath_test.go                        |   5 +-
 pkg/trait/container.go                             |   2 +-
 pkg/trait/istio_test.go                            |  32 +++---
 pkg/trait/knative.go                               |  34 +-----
 pkg/trait/knative_service.go                       |  11 +-
 pkg/trait/knative_service_test.go                  |   8 +-
 pkg/trait/knative_test.go                          |  36 ++++---
 pkg/trait/owner.go                                 |   2 +-
 pkg/trait/probes_test.go                           |  11 +-
 pkg/util/knative/apis.go                           |   6 +-
 pkg/util/knative/apis_test.go                      |   4 +-
 pkg/util/knative/knative.go                        |  29 +++--
 pkg/util/kubernetes/collection.go                  |   9 +-
 pkg/util/kubernetes/replace.go                     |   7 +-
 20 files changed, 89 insertions(+), 294 deletions(-)
 delete mode 100644 pkg/apis/addtoscheme_knative_eventing_08_compat_v1alpha1.go
 delete mode 100644 pkg/apis/knative08compat/knative08compat.go

Reply via email to