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 d2d2bf8f0 (commit)
to 1d5d00181 (commit)
discard d2d2bf8f0 chore(ci): v2.9.0-nightly release updates
add 4eafd3e7a feat: Add default container annotation for kubectl commands
add ac624618c use constant for default container annotation
add e950cc8f9 chore(trait): deprecate logging trait in favor of Quarkus
properties
add a10f41c8c chore: nightly automatic updates
new 1d5d00181 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 (d2d2bf8f0)
\
N -- N -- N refs/tags/v2.9.0-nightly (1d5d00181)
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.9.0-nightly.tgz | Bin 271165 -> 271164 bytes
docs/charts/index.yaml | 6 +-
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 8 +
docs/modules/traits/pages/logging.adoc | 106 +++++++
pkg/apis/camel/v1/trait/logging.go | 9 +
.../bases/camel-k.clusterserviceversion.yaml | 2 +-
pkg/trait/container.go | 7 +-
pkg/trait/cron.go | 3 +
pkg/trait/default_container_annotation_test.go | 345 +++++++++++++++++++++
pkg/trait/deployment.go | 3 +
pkg/trait/knative_service.go | 4 +
pkg/trait/logging.go | 17 +-
pkg/trait/logging_test.go | 13 +
14 files changed, 515 insertions(+), 10 deletions(-)
create mode 100644 pkg/trait/default_container_annotation_test.go