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 e2b550b chore(release): publish helm chart for version 1.0.1 new 776909f fix(api): Add missing JSON tags new 1a9395d fix(api): Use RawMessage for Camel Flow new a96316a chore: Support generating CRDs from APIs new 14b02d2 chore(api): Upgrade Integration CRD to apiextensions.k8s.io/v1 new e3c9822 chore(api): Upgrade IntegrationKit CRD to apiextensions.k8s.io/v1 new a2760a3 chore(client): Depend on Kubernetes v0.17.6 for the client module new 36a59ff chore(api): Upgrade IntegrationPlatform CRD to apiextensions.k8s.io/v1 new e85ac05 chore(api): Upgrade CamelCatalog CRD to apiextensions.k8s.io/v1 new 89d769b chore(api): Upgrade Build CRD to apiextensions.k8s.io/v1 new 5c0f0fb fix: Correct indentation of v1alpha1 versions in CRDs new 8e60903 fix(api): Remove unecessary recursive CamelArtifact declaration from CamelCatalog new be8553a fix(crd): Declare StartedAt field from Build CRD as nullable new 9ba0d04 chore(crd): Stop serving v1alpha1 version new 8f97118 fix: Fix integration Flows as raw extensions new 1b95c5a chore: Simply type integration Flows as string new c1096e5 fix(crd): Migrate from v1alpha1 to v1 for CRDs (un)install commands new 827b90e fix(crd): Declare Build recovery AttemptTime field optional new 4a76430 fix(crd): Validation is not generated for embedded ObjectMeta fields new 6e06885 fix: Remove test that conflicts with CRD unknown fields pruning new 0e4a33b fix(crd): Revert back to apiextensions.k8s.io/v1beta1 new 291cf40 chore: Rebuild resources.go new dad9644 chore(crd): Update Helm chart new aa9157b chore(crd): Update OLM CRDs new 9973bc7 fix(crd): metav1.Time fails CRD validation The 24 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: deploy/crd-build.yaml | 4621 +++++++++++++++++++- deploy/crd-camel-catalog.yaml | 243 +- deploy/crd-integration-kit.yaml | 204 +- deploy/crd-integration-platform.yaml | 362 +- deploy/crd-integration.yaml | 333 +- .../builds.camel.apache.org.crd.yaml | 4621 +++++++++++++++++++- .../camelcatalogs.camel.apache.org.crd.yaml | 243 +- .../integrationkits.camel.apache.org.crd.yaml | 204 +- .../integrationplatforms.camel.apache.org.crd.yaml | 362 +- .../integrations.camel.apache.org.crd.yaml | 333 +- deploy/resources.go | 20 +- e2e/common/backward_compat_test.go | 121 - e2e/knative/knative_platform_test.go | 13 +- helm/camel-k/crds/crd-build.yaml | 4621 +++++++++++++++++++- helm/camel-k/crds/crd-camel-catalog.yaml | 243 +- helm/camel-k/crds/crd-integration-kit.yaml | 204 +- helm/camel-k/crds/crd-integration-platform.yaml | 362 +- helm/camel-k/crds/crd-integration.yaml | 333 +- pkg/apis/camel/go.mod | 6 +- pkg/apis/camel/go.sum | 335 ++ pkg/apis/camel/v1/build_types.go | 18 +- pkg/apis/camel/v1/camelcatalog_types.go | 18 +- pkg/apis/camel/v1/common_types.go | 17 +- pkg/apis/camel/v1/integration_types.go | 14 +- pkg/apis/camel/v1/integrationkit_types.go | 9 +- pkg/apis/camel/v1/integrationplatform_types.go | 7 +- pkg/apis/camel/v1/zz_generated.deepcopy.go | 21 +- pkg/client/camel/go.mod | 9 +- pkg/client/camel/go.sum | 296 ++ pkg/cmd/run.go | 7 +- pkg/controller/build/monitor_pod.go | 5 +- pkg/controller/build/schedule_routine.go | 3 +- pkg/trait/init.go | 16 +- pkg/util/digest/digest.go | 9 +- pkg/util/flows/io.go | 58 - pkg/util/flows/io_test.go | 46 - script/Makefile | 3 + script/{gen_doc.sh => gen_crd.sh} | 6 +- 38 files changed, 17647 insertions(+), 699 deletions(-) delete mode 100644 e2e/common/backward_compat_test.go delete mode 100644 pkg/util/flows/io.go delete mode 100644 pkg/util/flows/io_test.go copy script/{gen_doc.sh => gen_crd.sh} (80%)