This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag v2.8.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git
*** WARNING: tag v2.8.0-nightly was modified! ***
from c3a3afbaa (commit)
to 33044641e (commit)
discard c3a3afbaa chore(ci): v2.8.0-nightly release updates
add 8d392c2af chore(deps): bump knative.dev/serving from 0.46.2 to 0.46.4
add 1be02de64 fix(doc): Camel dependencies catalog validation
add 4ba0f9876 fix(ci): helm installation process
add 067dc3b3e feat(api): add Pipe dependencies
add 65ec55b5e feat(trait): deprecate Jolokia
add ff21809b9 chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10
add 420ed4653 chore(deps): bump knative.dev/eventing from 0.46.2 to 0.46.3
add 7d0906c05 chore: nightly automatic updates
add 8c80436e0 chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1
new 33044641e chore(ci): v2.8.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 (c3a3afbaa)
\
N -- N -- N refs/tags/v2.8.0-nightly (33044641e)
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:
.github/workflows/install.yml | 6 +--
docs/antora.yml | 2 +-
docs/charts/camel-k-2.8.0-nightly.tgz | Bin 242864 -> 242888 bytes
docs/charts/index.yaml | 6 +--
.../ROOT/pages/configuration/dependencies.adoc | 10 ++---
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 10 +++++
docs/modules/traits/pages/jolokia.adoc | 5 +++
e2e/common/traits/health_test.go | 18 ++++----
go.mod | 8 ++--
go.sum | 18 ++++----
helm/camel-k/crds/camel-k-crds.yaml | 6 +++
pkg/apis/camel/v1/pipe_types.go | 2 +
pkg/apis/camel/v1/trait/jolokia.go | 4 ++
pkg/apis/camel/v1/zz_generated.deepcopy.go | 5 +++
.../camel/applyconfiguration/camel/v1/pipespec.go | 11 +++++
pkg/cmd/bind.go | 32 ++++++++------
pkg/cmd/bind_test.go | 25 +++++++++++
pkg/cmd/run.go | 2 +-
pkg/controller/pipe/initialize_test.go | 3 ++
pkg/controller/pipe/integration.go | 46 +++++++++++----------
pkg/controller/pipe/monitor.go | 8 ++--
.../config/crd/bases/camel.apache.org_pipes.yaml | 6 +++
.../bases/camel-k.clusterserviceversion.yaml | 2 +-
pkg/trait/jolokia.go | 10 ++++-
pkg/trait/jolokia_test.go | 2 +-
25 files changed, 172 insertions(+), 75 deletions(-)