This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag v2.5.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git
*** WARNING: tag v2.5.0-nightly was modified! ***
from e999d359e (commit)
to 8ecf9b665 (commit)
discard e999d359e chore(ci): v2.5.0-nightly release updates
add 0fdfcaa8f feat(trait): service annotations
add f5e245ab2 feat(#5864): Added configuration for sizeLimit on empty-dirs
in mount trait (#5865)
add 25e82597e chore: nightly automatic updates
new 8ecf9b665 chore(ci): v2.5.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 (e999d359e)
\
N -- N -- N refs/tags/v2.5.0-nightly (8ecf9b665)
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.5.0-nightly.tgz | Bin 288972 -> 289312 bytes
docs/charts/index.yaml | 6 +-
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 10 ++-
docs/modules/traits/pages/mount.adoc | 3 +-
docs/modules/traits/pages/service.adoc | 4 +
helm/camel-k/crds/camel-k-crds.yaml | 80 ++++++++++++++++----
pkg/apis/camel/v1/trait/mount.go | 3 +-
pkg/apis/camel/v1/trait/service.go | 2 +
pkg/apis/camel/v1/trait/zz_generated.deepcopy.go | 7 ++
.../camel.apache.org_integrationplatforms.yaml | 20 ++++-
.../camel.apache.org_integrationprofiles.yaml | 20 ++++-
.../crd/bases/camel.apache.org_integrations.yaml | 20 ++++-
.../bases/camel.apache.org_kameletbindings.yaml | 10 ++-
.../config/crd/bases/camel.apache.org_pipes.yaml | 10 ++-
.../bases/camel-k.clusterserviceversion.yaml | 2 +-
pkg/trait/mount.go | 44 +++++++++--
pkg/trait/mount_test.go | 59 ++++++++++++++-
pkg/trait/service.go | 13 ++--
pkg/trait/service_test.go | 81 +++++++++++++++++++++
pkg/trait/trait_types.go | 9 ---
pkg/util/resource/config.go | 15 ----
21 files changed, 340 insertions(+), 78 deletions(-)