This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to tag v2.11.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git
*** WARNING: tag v2.11.0-nightly was modified! ***
from be5968a07 (commit)
to 542a0ef9d (commit)
discard be5968a07 chore(ci): v2.11.0-nightly release updates
add c0f3c253b feat(ctrl): default plain quarkus runtime
add a78316d86 chore(ctrl): catalog clone on catalog ctrl
add f3a8724c3 chore: nightly automatic updates
new 542a0ef9d chore(ci): v2.11.0-nightly release updates
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
tag are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (be5968a07)
\
N -- N -- N refs/tags/v2.11.0-nightly (542a0ef9d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 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 ---------------------
README.adoc | 2 +-
docs/antora.yml | 14 +--
docs/charts/camel-k-2.11.0-nightly.tgz | Bin 279834 -> 279856 bytes
docs/charts/index.yaml | 6 +-
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 +-
.../bases/camel-k.clusterserviceversion.yaml | 2 +-
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 --------
47 files changed, 385 insertions(+), 659 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