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

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


    from 203c8b35a chore(deps): bump github.com/onsi/gomega from 1.43.0 to 
1.43.1
     new adfd6b9e7 feat(controller): drop support for deprecated Synthetic 
Integrations
     new b674a6555 test(trait): name the synthetic Kit tests for what they 
actually assert
     new 17d839aa4 test(trait): name the kamelets auto test for its missing 
sources, not a catalog
     new 3e2acc09a chore(api): keep the blank line between the kit type and 
layout label groups
     new 6f7fe65af docs(trait): stop documenting a kit the operator no longer 
creates

The 5 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/nav.adoc                         |   1 -
 .../ROOT/pages/installation/advanced/advanced.adoc |   4 -
 docs/modules/ROOT/pages/running/synthetic.adoc     |  48 --
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |   4 +-
 docs/modules/traits/pages/container.adoc           |   4 +-
 helm/camel-k/crds/camel-k-crds.yaml                |  32 +-
 pkg/apis/camel/v1/integration_types.go             |   2 -
 pkg/apis/camel/v1/integration_types_support.go     |  11 -
 pkg/apis/camel/v1/integrationkit_types.go          |   4 -
 pkg/apis/camel/v1/integrationkit_types_support.go  |   7 -
 pkg/apis/camel/v1/trait/container.go               |   4 +-
 pkg/cmd/operator/operator.go                       |   7 -
 pkg/controller/integration/initialize.go           |  87 ----
 pkg/controller/integration/initialize_test.go      | 190 --------
 .../integration/integration_controller.go          |  25 +-
 .../integration/integration_controller_test.go     |  35 +-
 pkg/controller/integration/monitor_synthetic.go    |  71 ---
 .../integration/monitor_synthetic_test.go          | 529 ---------------------
 pkg/controller/integrationkit/error.go             |   3 +-
 pkg/controller/integrationkit/initialize.go        |   4 +-
 .../integrationkit/integrationkit_controller.go    |   3 +-
 pkg/controller/integrationkit/monitor.go           |  15 +-
 pkg/controller/synthetic/synthetic.go              | 319 -------------
 pkg/controller/synthetic/synthetic_test.go         | 251 ----------
 .../camel.apache.org_integrationplatforms.yaml     |   8 +-
 .../camel.apache.org_integrationprofiles.yaml      |   8 +-
 .../crd/bases/camel.apache.org_integrations.yaml   |   8 +-
 .../config/crd/bases/camel.apache.org_pipes.yaml   |   8 +-
 pkg/trait/camel.go                                 |  15 +-
 pkg/trait/camel_test.go                            |  15 -
 pkg/trait/cron.go                                  |   3 -
 pkg/trait/environment.go                           |   3 -
 pkg/trait/health_test.go                           |   4 +-
 pkg/trait/jvm.go                                   |  10 +-
 pkg/trait/kamelets_test.go                         |   4 +-
 pkg/trait/knative_test.go                          |  10 +-
 pkg/trait/mount.go                                 |   3 -
 pkg/trait/security_context.go                      |   3 -
 pkg/trait/trait.go                                 |  69 ---
 pkg/trait/trait_types_test.go                      |   4 +-
 40 files changed, 78 insertions(+), 1757 deletions(-)
 delete mode 100644 docs/modules/ROOT/pages/running/synthetic.adoc
 delete mode 100644 pkg/controller/integration/initialize_test.go
 delete mode 100644 pkg/controller/integration/monitor_synthetic.go
 delete mode 100644 pkg/controller/integration/monitor_synthetic_test.go
 delete mode 100644 pkg/controller/synthetic/synthetic.go
 delete mode 100644 pkg/controller/synthetic/synthetic_test.go

Reply via email to