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 0890c105c (commit)
to d22e8049e (commit)
discard 0890c105c chore(ci): v2.11.0-nightly release updates
add 72aab0a2d feat(api): deprecate builder pod namespace
add 5f4b0fd70 chore(e2e): integration apply test
add e4180ccbc chore(release): notest staging
add 87f37a5b6 fix(e2e): verify presence of Build resource
add 1fae3ed77 fix(e2e): misleading func name
add 31286c9cf chore: nightly automatic updates
new d22e8049e 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 (0890c105c)
\
N -- N -- N refs/tags/v2.11.0-nightly (d22e8049e)
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:
README.adoc | 2 +-
docs/charts/camel-k-2.11.0-nightly.tgz | Bin 279786 -> 279764 bytes
docs/charts/index.yaml | 6 +-
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 2 +
e2e/advanced/build_order_strategy_test.go | 31 +++++----
e2e/advanced/builder_test.go | 4 +-
e2e/advanced/catalog_builder_test.go | 8 +--
e2e/advanced/incremental_build_test.go | 24 +++----
e2e/advanced/integration_profile_test.go | 4 +-
e2e/advanced/operator_id_filtering_test.go | 2 +-
e2e/advanced/operator_restart_test.go | 6 +-
e2e/advanced/reset_test.go | 6 +-
.../common/cli/files/my-it.yaml | 19 +++---
.../xml_test.go => cli/it_apply_test.go} | 30 ++++++---
e2e/common/cli/promote_test.go | 2 +-
e2e/common/config/config_test.go | 2 +-
e2e/common/misc/integration_fail_test.go | 18 ++---
e2e/common/traits/builder_test.go | 14 ++--
e2e/common/traits/camel_test.go | 4 +-
e2e/install/upgrade/upgrade_test.go | 2 +-
e2e/native/native_test.go | 2 +-
e2e/native/native_with_sources_test.go | 4 +-
e2e/support/test_support.go | 8 ++-
helm/camel-k/crds/camel-k-crds.yaml | 74 ++++++++++++---------
pkg/apis/camel/v1/build_types_support.go | 11 ---
pkg/apis/camel/v1/common_types.go | 4 +-
.../camel/v1/buildconfiguration.go | 12 ++--
pkg/controller/build/build_controller_test.go | 60 -----------------
pkg/controller/build/build_monitor_test.go | 7 +-
pkg/controller/build/build_pod.go | 10 +--
pkg/controller/build/build_pod_test.go | 8 +--
pkg/controller/build/monitor_pod.go | 15 +----
pkg/controller/build/monitor_pod_test.go | 14 +---
pkg/controller/integration/build.go | 1 -
pkg/controller/integrationkit/build.go | 3 -
pkg/platform/operator.go | 24 -------
.../config/crd/bases/camel.apache.org_builds.yaml | 62 +++++++++--------
.../camel.apache.org_integrationplatforms.yaml | 12 ++--
.../bases/camel-k.clusterserviceversion.yaml | 2 +-
release.adoc | 4 +-
40 files changed, 226 insertions(+), 297 deletions(-)
copy pkg/resources/config/samples/bases/camel_v1_integration.yaml =>
e2e/common/cli/files/my-it.yaml (83%)
copy e2e/common/{languages/xml_test.go => cli/it_apply_test.go} (67%)