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 51aa34e85 chore(deps): bump github.com/prometheus/common from 0.67.5 
to 0.68.0
     new c0f3c253b feat(ctrl): default plain quarkus runtime
     new a78316d86 chore(ctrl): catalog clone on catalog ctrl

The 2 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:
 .../workflows/nightly-quarkus-plain-runtime.yml    | 140 ---------------------
 docs/antora.yml                                    |  14 +--
 docs/modules/ROOT/pages/concepts/dependencies.adoc |  13 +-
 .../ROOT/pages/configuration/runtime-version.adoc  |   4 +-
 docs/modules/ROOT/pages/installation/builds.adoc   |   8 +-
 docs/modules/ROOT/pages/running/running.adoc       |  26 ----
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |   4 +-
 docs/modules/traits/pages/camel.adoc               |   4 +-
 e2e/advanced/catalog_builder_test.go               | 114 -----------------
 e2e/advanced/files/timer-kamelet-usage.yaml        |   2 +-
 e2e/install/upgrade/upgrade_test.go                |  22 +++-
 e2e/support/test_support.go                        |   2 +-
 helm/camel-k/crds/camel-k-crds.yaml                |  18 +--
 pkg/apis/camel/v1/trait/camel.go                   |   4 +-
 pkg/builder/quarkus.go                             |   2 +-
 pkg/builder/quarkus_test.go                        |   6 +-
 pkg/controller/catalog/initialize.go               | 122 +++++++++++++++++-
 pkg/controller/integration/build_kit_test.go       |  14 +--
 pkg/controller/integration/build_test.go           |   2 +-
 pkg/controller/integration/monitor_test.go         |   3 +-
 pkg/controller/integrationkit/initialize.go        |   2 +-
 pkg/controller/integrationplatform/create.go       |  13 +-
 pkg/controller/integrationplatform/create_test.go  |  16 +--
 .../integrationplatform/initialize_test.go         |   2 +-
 pkg/controller/integrationplatform/monitor.go      |  98 +--------------
 pkg/controller/integrationplatform/monitor_test.go |  20 +--
 pkg/platform/defaults.go                           |   2 +-
 pkg/platform/env_platform.go                       |  26 ++--
 .../bases/camel.apache.org_integrationkits.yaml    |   2 +-
 .../camel.apache.org_integrationplatforms.yaml     |   4 +-
 .../camel.apache.org_integrationprofiles.yaml      |   4 +-
 .../crd/bases/camel.apache.org_integrations.yaml   |   4 +-
 .../config/crd/bases/camel.apache.org_pipes.yaml   |   4 +-
 pkg/trait/camel.go                                 | 108 ++++++++++++----
 pkg/trait/trait_test.go                            |   4 +-
 pkg/util/camel/camel_runtime.go                    |  21 ++++
 pkg/util/camel/camel_runtime_test.go               |   6 +-
 pkg/util/camel/catalog.go                          |   2 +-
 pkg/util/camel/catalog_test.go                     |   8 +-
 pkg/util/defaults/defaults.go                      |   8 +-
 script/Makefile                                    |  26 ++--
 script/package_maven_artifacts.sh                  |  80 ------------
 script/update_docs.sh                              |  50 --------
 43 files changed, 380 insertions(+), 654 deletions(-)
 delete mode 100644 .github/workflows/nightly-quarkus-plain-runtime.yml
 delete mode 100644 e2e/advanced/catalog_builder_test.go
 delete mode 100755 script/package_maven_artifacts.sh

Reply via email to