This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/github.com/operator-framework/api-0.15.0 in repository https://gitbox.apache.org/repos/asf/camel-k.git
discard efbd38374 chore(deps): bump github.com/operator-framework/api add 88ebd002c [TEST] Add kamel debug test add ce2e4ec4a chore: small updates on Makefile add 91b9d5d49 Updated CHANGELOG.md add f1b7f1df6 fix(doc): fix camel-website build add 77e68bea8 chore(deps): bump github.com/operator-framework/api 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 (efbd38374) \ N -- N -- N refs/heads/dependabot/go_modules/github.com/operator-framework/api-0.15.0 (77e68bea8) 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: CHANGELOG.md | 8 + docs/modules/ROOT/pages/architecture/operator.adoc | 2 +- docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 304 ++++++++++----------- e2e/namespace/install/cli/debug_test.go | 117 ++++++++ script/Makefile | 12 +- script/gen_crd/gen_crd_api.sh | 4 +- 6 files changed, 286 insertions(+), 161 deletions(-) create mode 100644 e2e/namespace/install/cli/debug_test.go