This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/knative.dev/eventing-0.39.1
in repository https://gitbox.apache.org/repos/asf/camel-k.git
discard 42b4a9466 chore(deps): bump knative.dev/eventing from 0.38.5 to 0.39.1
add 24331a634 chore(deps): bump ch.qos.logback:logback-core in
/java/maven-logging
add 9f3defcdc fix(e2e): Upgrade helm procedure test
add 62b5f1f5c fix(doc): Handle CRDs in helm upgrade/delete
add e73adbeeb chore(e2e): Refactor resources number const
add c05f69835 chore: changelog automatic update
add 45bdb6d60 chore: nightly SBOM update
add 0b9f2476c fix(e2e): Set default configuration knative http yaks test
add fffd6c749 chore(test): Health kamelet test cleanup
add 2c1b31379 chore(ci): Upgrade node-action version
add 568b0962c chore(ci): Upgrade kindest image to kubernetes 1.27
add eee09b8b9 chore: changelog automatic update
add 138647c37 chore: nightly SBOM update
add 5bbb896cd chore: nightly SBOM update
add 2fa4a1a61 chore: nightly SBOM update
add ccb4921c0 chore: nightly SBOM update
add 57ccc94cc fix(ci): Rollback kind image
add 8efebb51e fix(e2e): Execute helm upgrade test only on main branch
add 44cf53270 chore(deps): bump knative.dev/serving from 0.38.2 to 0.39.2
add 52f7f23dc fix(script): dependencies offliner
add 46cf4e5f2 fix(build): don't override user provided resources
add 393d2d9a6 chore(ci): kubernetes 1.27.7
add 8918ccae6 fix(trait): doc to explain initContainers
add e813dea3b chore(deps): bump knative.dev/eventing from 0.38.5 to 0.39.1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch 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 (42b4a9466)
\
N -- N -- N
refs/heads/dependabot/go_modules/knative.dev/eventing-0.39.1 (e813dea3b)
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.
No new revisions were added by this update.
Summary of changes:
.../actions/kamel-config-cluster-kind/action.yml | 2 +-
CHANGELOG.md | 7 ++
camel-k-sbom/camel-k-sbom.json | 12 +--
docs/modules/traits/pages/pod.adoc | 19 ++++-
e2e/common/traits/health_test.go | 15 ++--
e2e/install/kustomize/setup_test.go | 26 ------
.../setup_test.go => upgrade/helm_upgrade_test.go} | 96 ++++++++++++++++++----
e2e/support/test_support.go | 24 ++++++
.../knative-sinkbinding-http/sinkbinding.feature | 4 +-
go.mod | 18 ++--
go.sum | 36 ++++----
helm/camel-k/README.md | 27 +++++-
java/maven-logging/pom.xml | 2 +-
pkg/trait/builder.go | 20 ++++-
pkg/trait/builder_test.go | 7 ++
script/offline_dependencies.sh | 6 +-
16 files changed, 228 insertions(+), 93 deletions(-)
copy e2e/install/{helm/setup_test.go => upgrade/helm_upgrade_test.go} (53%)