This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag v2.6.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git
*** WARNING: tag v2.6.0-nightly was modified! ***
from 33a43f73d (commit)
to 49a07b79e (commit)
discard 33a43f73d chore(ci): v2.6.0-nightly release updates
add e3abd143a feat(doc): container JDK version
add f390f3521 chore(deps): bump github.com/evanphx/json-patch
add 0da7fa11f fix(trait): telemetry workaround
add 971e1cb52 chore(doc): sync documentation from CLI
add 99cb07b8c feat(ctrl): warning if registry is insecure
add 378f2ba25 chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6
new 49a07b79e chore(ci): v2.6.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 (33a43f73d)
\
N -- N -- N refs/tags/v2.6.0-nightly (49a07b79e)
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.6.0-nightly.tgz | Bin 236470 -> 236470 bytes
docs/charts/index.yaml | 6 ++--
docs/modules/ROOT/nav.adoc | 3 +-
.../pages/installation/advanced/jdk-version.adoc | 24 +++++++++++++
...rchitecture.adoc => platform-architecture.adoc} | 4 +--
docs/modules/ROOT/pages/running/running-cli.adoc | 5 +--
go.mod | 4 +--
go.sum | 7 ++--
pkg/controller/integrationplatform/monitor.go | 12 +++++++
pkg/controller/integrationplatform/monitor_test.go | 39 +++++++++++++++++++++
.../bases/camel-k.clusterserviceversion.yaml | 2 +-
pkg/trait/telemetry.go | 20 ++++++++---
12 files changed, 105 insertions(+), 21 deletions(-)
create mode 100644
docs/modules/ROOT/pages/installation/advanced/jdk-version.adoc
rename docs/modules/ROOT/pages/installation/advanced/{multi-architecture.adoc
=> platform-architecture.adoc} (94%)