This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/github.com/go-logr/logr-1.2.3 in repository https://gitbox.apache.org/repos/asf/camel-k.git
discard 1cb321492 Merge branch 'main' into dependabot/go_modules/github.com/go-logr/logr-1.2.3 discard f6b1c270d chore(deps): bump github.com/go-logr/logr from 1.2.2 to 1.2.3 add d6b29bdc8 chore(build): Use global operator setup for YAKS E2E tests add 542e66db7 chore(build): Reduce time to wait for Knative messages in YAKS tests add 0e21d6854 fix(e2e): local test when staging add 17e560081 Updated CHANGELOG.md add 21491d254 fix(build): make package-artifacts to be aware of staging repo add f35c626d4 Updated CHANGELOG.md add 95fa08056 chore(deps): bump github.com/onsi/gomega from 1.20.0 to 1.20.1 add 185381329 chore(deps): bump github.com/go-logr/logr from 1.2.2 to 1.2.3 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 (1cb321492) \ N -- N -- N refs/heads/dependabot/go_modules/github.com/go-logr/logr-1.2.3 (185381329) 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: .github/actions/e2e-knative-yaks/action.yml | 13 ++++ CHANGELOG.md | 4 ++ e2e/local/local_build_test.go | 14 ++-- e2e/local/local_run_test.go | 10 +-- e2e/local/util.go | 12 ++++ .../common/apache-kamelet-catalog/yaks-config.yaml | 4 -- e2e/yaks/common/kamelet-beans/yaks-config.yaml | 2 - .../kamelet-binding-autoload/yaks-config.yaml | 2 - .../common/kamelet-binding-broker/yaks-config.yaml | 2 - .../common/kamelet-binding-http/yaks-config.yaml | 2 - .../yaks-config.yaml | 2 - e2e/yaks/common/kamelet-binding/yaks-config.yaml | 2 - .../common/kamelet-no-properties/yaks-config.yaml | 4 -- e2e/yaks/common/kamelet-steps/yaks-config.yaml | 2 - e2e/yaks/common/kamelet/yaks-config.yaml | 2 - .../common/knative-broker/knative-broker.feature | 3 + e2e/yaks/common/knative-broker/yaks-config.yaml | 4 -- .../common/knative-sinkbinding/yaks-config.yaml | 2 - e2e/yaks/openshift/monitoring/yaks-config.yaml | 5 +- go.mod | 2 +- go.sum | 4 +- script/Makefile | 4 +- script/maven_overlay.sh | 67 ++++++++++-------- script/package_maven_artifacts.sh | 80 +++++++++++++++++++--- 24 files changed, 157 insertions(+), 91 deletions(-)