This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag v2.9.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git
*** WARNING: tag v2.9.0-nightly was modified! ***
from 1d5d00181 (commit)
to ac385ea3e (commit)
discard 1d5d00181 chore(ci): v2.9.0-nightly release updates
add bae41bc14 chore(trait): deprecate telemetry trait in favor of
properties configuration
add 691a5152d add migration guide for deprecated telemetry trait
add d08cfdce2 chore(e2e): update telemetry tests to use properties instead
of deprecated trait
add b6e4d4e2d chore(trait): deprecate master trait in favour of manual
RBAC configuration
add b4346a735 fix(e2e): add camel-kubernetes dependency for plain-quarkus
compatibility
new ac385ea3e chore(ci): v2.9.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 (1d5d00181)
\
N -- N -- N refs/tags/v2.9.0-nightly (ac385ea3e)
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:
docs/charts/camel-k-2.9.0-nightly.tgz | Bin 271164 -> 271165 bytes
docs/charts/index.yaml | 6 +-
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 17 +++
docs/modules/traits/pages/master.adoc | 123 +++++++++++++++++++++
docs/modules/traits/pages/telemetry.adoc | 85 ++++++++++++++
e2e/common/cli/files/JavaDuplicateParams.java | 2 +-
e2e/common/traits/master_test.go | 91 +++++++++++++--
e2e/telemetry/telemetry_test.go | 6 +-
pkg/apis/camel/v1/trait/master.go | 10 ++
pkg/apis/camel/v1/trait/telemetry.go | 9 ++
.../bases/camel-k.clusterserviceversion.yaml | 2 +-
pkg/trait/master.go | 17 ++-
pkg/trait/master_test.go | 88 ++++++++++++++-
pkg/trait/telemetry.go | 10 +-
pkg/trait/telemetry_test.go | 25 ++++-
15 files changed, 462 insertions(+), 29 deletions(-)