This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to tag v2.12.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git
*** WARNING: tag v2.12.0-nightly was modified! ***
from 3604f4ec7 (commit)
to 76c2db06a (commit)
discard 3604f4ec7 chore(ci): v2.12.0-nightly release updates
add c8f4d067a Fix #6805: Drop deprecated traits logging, master and
telemetry
add 2765283b1 Fix #6805: review follow-up for removed traits compatibility
add 6704dc395 Fix #6805: remove TemplateResource helper used only by
master trait
add e51a99e41 Fix #6805: review follow-up, no special handling for removed
traits
add 2a85b79c9 chore: minor suggestion
add 95d5457f6 chore: minor suggestion
add 898910bc7 Fix #6805: remove master trait e2e test
add 67117a379 Revert "Fix #6805: remove master trait e2e test"
add fb4b90bf0 Fix #6805: add cluster service dependency to master e2e test
add 36733de8e Fix #6805: add timer dependency and drop legacy property in
master e2e test
add a10b0901a chore: nightly automatic updates
new 76c2db06a chore(ci): v2.12.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 (3604f4ec7)
\
N -- N -- N refs/tags/v2.12.0-nightly (76c2db06a)
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.12.0-nightly.tgz | Bin 287477 -> 287483 bytes
docs/charts/index.yaml | 6 +-
docs/modules/ROOT/nav.adoc | 3 -
.../pages/troubleshooting/troubleshooting.adoc | 2 +-
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 34 ++-
docs/modules/traits/pages/logging.adoc | 162 ------------
docs/modules/traits/pages/master.adoc | 191 --------------
docs/modules/traits/pages/telemetry.adoc | 172 -------------
e2e/common/misc/pipe_test.go | 4 +-
e2e/common/traits/master_test.go | 9 +-
helm/camel-k/crds/camel-k-crds.yaml | 120 +++++++--
pkg/apis/camel/v1/common_types.go | 18 +-
pkg/apis/camel/v1/common_types_support_test.go | 18 +-
pkg/apis/camel/v1/trait/logging.go | 6 +-
pkg/apis/camel/v1/trait/master.go | 10 +-
pkg/apis/camel/v1/trait/telemetry.go | 9 +-
pkg/apis/camel/v1/zz_generated.deepcopy.go | 12 +-
.../camel/applyconfiguration/camel/v1/traits.go | 42 +--
pkg/cmd/run_test.go | 8 +-
pkg/platform/defaults_test.go | 17 +-
.../camel.apache.org_integrationplatforms.yaml | 30 ++-
.../camel.apache.org_integrationprofiles.yaml | 30 ++-
.../crd/bases/camel.apache.org_integrations.yaml | 30 ++-
.../config/crd/bases/camel.apache.org_pipes.yaml | 30 ++-
.../bases/camel-k.clusterserviceversion.yaml | 2 +-
.../samples/bases/camel_v1_integrationprofile.yaml | 4 -
.../addons/master/master-role-binding.tmpl | 16 --
.../addons/master/master-role-configmap.tmpl | 27 --
.../resources/addons/master/master-role-lease.tmpl | 27 --
pkg/resources/resources_support.go | 25 --
pkg/resources/resources_test.go | 33 ---
pkg/trait/discovery/jaeger.go | 74 ------
pkg/trait/discovery/locator.go | 33 ---
pkg/trait/logging.go | 118 ---------
pkg/trait/logging_test.go | 153 -----------
pkg/trait/master.go | 248 ------------------
pkg/trait/master_test.go | 285 ---------------------
pkg/trait/telemetry.go | 251 ------------------
pkg/trait/telemetry_test.go | 158 ------------
pkg/trait/trait_configure_test.go | 14 +-
pkg/trait/trait_register.go | 3 -
pkg/trait/trait_test.go | 2 +-
43 files changed, 313 insertions(+), 2125 deletions(-)
delete mode 100755 docs/modules/traits/pages/logging.adoc
delete mode 100755 docs/modules/traits/pages/master.adoc
delete mode 100644 docs/modules/traits/pages/telemetry.adoc
delete mode 100644
pkg/resources/resources/addons/master/master-role-binding.tmpl
delete mode 100644
pkg/resources/resources/addons/master/master-role-configmap.tmpl
delete mode 100644 pkg/resources/resources/addons/master/master-role-lease.tmpl
delete mode 100644 pkg/trait/discovery/jaeger.go
delete mode 100644 pkg/trait/discovery/locator.go
delete mode 100644 pkg/trait/logging.go
delete mode 100644 pkg/trait/logging_test.go
delete mode 100644 pkg/trait/master.go
delete mode 100644 pkg/trait/master_test.go
delete mode 100644 pkg/trait/telemetry.go
delete mode 100644 pkg/trait/telemetry_test.go