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 de5c6da63 (commit)
to d1b095fa9 (commit)
discard de5c6da63 chore(ci): v2.9.0-nightly release updates
add fd21db02e docs: add environment variables configuration page
add 99ae6e6b2 docs: address review feedback - focus on operator tuning
add 18239ed03 docs: add environment variables section to existing advanced
page
add e07d0da4f fix(jvm): change caCert params from secret refs to file paths
add 13d4c0aa0 fix(jvm): consolidate caCert validation to init_containers
and update docs
add 438a52afc chore: nightly automatic updates
new d1b095fa9 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 (de5c6da63)
\
N -- N -- N refs/tags/v2.9.0-nightly (d1b095fa9)
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 277695 -> 277307 bytes
docs/charts/index.yaml | 6 +-
.../ROOT/pages/installation/advanced/advanced.adoc | 41 +++++++++
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 11 ++-
docs/modules/traits/pages/jvm.adoc | 40 ++++-----
e2e/common/traits/jvm_test.go | 6 +-
helm/camel-k/crds/camel-k-crds.yaml | 88 +++++++++---------
pkg/apis/camel/v1/trait/jvm.go | 11 ++-
.../camel.apache.org_integrationplatforms.yaml | 22 +++--
.../camel.apache.org_integrationprofiles.yaml | 22 +++--
.../crd/bases/camel.apache.org_integrations.yaml | 22 +++--
.../config/crd/bases/camel.apache.org_pipes.yaml | 22 +++--
.../bases/camel-k.clusterserviceversion.yaml | 2 +-
pkg/trait/init_containers.go | 18 +---
pkg/trait/init_containers_test.go | 4 +-
pkg/trait/jvm.go | 29 +-----
pkg/trait/jvm_cacert.go | 76 ++++------------
pkg/trait/jvm_test.go | 100 ++++-----------------
pkg/trait/mount.go | 26 +-----
pkg/trait/mount_test.go | 22 ++---
21 files changed, 215 insertions(+), 355 deletions(-)