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 2531e22 fix(doc): Set architecture diagram width explicitly
new ddb7e1f chore: Upgrade to Operator SDK 1.0+
new 1bf95e9 chore: Migrate from +k8s deprecated markers to corresponding
+kubebuilder ones
new 8372ec2 chore: Fix deepcopy generator for JSONSchemaProps type
new 17ffaf1 chore: Re-generate deepcopy for API packages
new 56769b9 chore: Remove Operator SDK from documented pre-requisites
new 1d4a486 chore: Remove Operator SDK download from release workflow
new b7911e2 chore: Update Build CRD copies
new 48db755 chore: Rebuild resources
The 8 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:
.github/workflows/release.yml | 6 -
deploy/crd-build.yaml | 3 -
.../builds.camel.apache.org.crd.yaml | 3 -
deploy/resources.go | 53 +++
docs/modules/ROOT/pages/developers.adoc | 2 -
e2e/common/uninstall_test.go | 4 +-
e2e/support/test_support.go | 62 ++--
go.mod | 37 +-
go.sum | 371 ++++++++-------------
helm/camel-k/crds/crd-build.yaml | 3 -
pkg/apis/camel/v1/build_types.go | 9 +-
pkg/apis/camel/v1/common_types.go | 4 +-
pkg/apis/camel/v1/integration_types.go | 6 +-
pkg/apis/camel/v1/integrationkit_types.go | 6 +-
pkg/apis/camel/v1/integrationplatform_types.go | 6 +-
pkg/apis/camel/v1/register.go | 2 +-
pkg/apis/camel/v1/zz_generated.deepcopy.go | 59 +---
pkg/apis/camel/v1alpha1/jsonschema_types.go | 36 +-
pkg/apis/camel/v1alpha1/kamelet_types.go | 8 +-
pkg/apis/camel/v1alpha1/register.go | 4 +-
pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go | 74 ++--
pkg/client/client.go | 14 +-
pkg/cmd/operator/operator.go | 50 +--
pkg/controller/kamelet/common.go | 2 +-
script/Makefile | 32 +-
25 files changed, 344 insertions(+), 512 deletions(-)