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 55ce357  Fix #1654: disable sinkbinding in kameletbinding explicit uri
     new 59ed9a9  chore: Upgrade controller-tools to version 0.4.1
     new 5b776c9  chore(api): Move shared types to common_types.go
     new 7468fb5  fix(crd): Type json.RawMessage fields as byte-formatted 
string in OpenAPI schema
     new 4524996  chore(crd): Re-generate CRDs with controller-tools 0.4.1
     new ef9ba82  chore: Rebuild resources
     new 9cbbb95  fix(crd): Override OpenAPI schema type for RawMessage
     new 472b433  chore(doc): Rebuild JSON schemas

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      |   2 +-
 .../crd/bases/camel.apache.org_camelcatalogs.yaml  |   2 +-
 .../bases/camel.apache.org_integrationkits.yaml    |   3 +-
 .../camel.apache.org_integrationplatforms.yaml     |   4 +-
 .../crd/bases/camel.apache.org_integrations.yaml   |   5 +-
 .../bases/camel.apache.org_kameletbindings.yaml    |   5 +-
 config/crd/bases/camel.apache.org_kamelets.yaml    |  36 +++++++-
 deploy/crd-build.yaml                              |   2 +-
 deploy/crd-camel-catalog.yaml                      |   2 +-
 deploy/crd-integration-kit.yaml                    |   3 +-
 deploy/crd-integration-platform.yaml               |   4 +-
 deploy/crd-integration.yaml                        |   5 +-
 deploy/crd-kamelet-binding.yaml                    |   5 +-
 deploy/crd-kamelet.yaml                            |  36 +++++++-
 .../builds.camel.apache.org.crd.yaml               |   2 +-
 .../camelcatalogs.camel.apache.org.crd.yaml        |   2 +-
 .../integrationkits.camel.apache.org.crd.yaml      |   3 +-
 .../integrationplatforms.camel.apache.org.crd.yaml |   4 +-
 .../integrations.camel.apache.org.crd.yaml         |   5 +-
 .../kameletbindings.camel.apache.org.crd.yaml      |   5 +-
 .../kamelets.camel.apache.org.crd.yaml             |  36 +++++++-
 deploy/resources.go                                |  28 +++---
 .../attachments/schema/integration-schema.json     |   2 +
 .../assets/attachments/schema/kamelet-schema.json  |  34 +++++--
 go.sum                                             |   2 +
 helm/camel-k/crds/crd-build.yaml                   |   2 +-
 helm/camel-k/crds/crd-camel-catalog.yaml           |   2 +-
 helm/camel-k/crds/crd-integration-kit.yaml         |   3 +-
 helm/camel-k/crds/crd-integration-platform.yaml    |   4 +-
 helm/camel-k/crds/crd-integration.yaml             |   5 +-
 helm/camel-k/crds/crd-kamelet-binding.yaml         |   5 +-
 helm/camel-k/crds/crd-kamelet.yaml                 |  36 +++++++-
 pkg/apis/addtoscheme_camel_v1.go                   |   2 +-
 pkg/apis/addtoscheme_camel_v1alpha1.go             |   2 +-
 pkg/apis/camel/go.mod                              |   3 +-
 pkg/apis/camel/go.sum                              |  44 +++++++++
 pkg/apis/camel/v1/camelcatalog_types.go            |   8 --
 pkg/apis/camel/v1/common_types.go                  | 102 +++++++++++++++++++--
 pkg/apis/camel/v1/common_types_support.go          |  22 +++++
 pkg/apis/camel/v1/integration_types.go             |  77 ----------------
 pkg/apis/camel/v1/zz_generated.deepcopy.go         |  24 ++++-
 pkg/apis/camel/v1alpha1/kamelet_binding_types.go   |   8 +-
 pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go   |   2 +-
 pkg/client/camel/go.sum                            |  40 ++++++++
 script/Makefile                                    |   2 +-
 45 files changed, 461 insertions(+), 169 deletions(-)

Reply via email to