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
omit c5d9a1fdf chore(deps): bump github.com/operator-framework/api add d471f93e5 Updated CHANGELOG.md add c6926dac6 Fix typo add c5e0efece Never stale a bug issue add a092e8b7f test(e2e): add test for 'kamel run --dev' in a warmed-up environment add 573e969b7 fix(e2e): stabilise service trait test add fe997b9ac Updated CHANGELOG.md add 400794fc0 chore(controller): refactor integration monitor add de09f4c04 fix(health): support new Camel health check format add 952d72cc8 Updated CHANGELOG.md add 5b925e725 Updated CHANGELOG.md add 25b9790bc fix(ci): fix Upgrade E2E testing on CI add b5ef7f363 fix(ci): let's support Camel K 10+ versions add 79da2cc68 fix(ci): update last released version to 1.9.2 add 61b5017f1 Updated CHANGELOG.md add d545b70be feat(cli): Add option to specify registry url when uploading artifacts. Move options into file:// URI syntax add 5ef7236fa feat(cli): Add option to skip checksum files when uploading artifacts add f5e39aaa4 feat(cli): Add option to skip uploading POM from JAR when uploading artifacts to the image registry add be8d078a2 Updated CHANGELOG.md add bb44c5a0c chore(docs): maven local repository add 8caeee372 feat(gc): Use SelfSubjectRulesReview to scan for garbage collectable resources add 9d7145e8a feat(gc): Rate limit Discovery and SelfSubjectRulesReview requests add 8a267fc3e chore(gc): Fix lint errors add 3986fd186 Detect wire tap EIP endpoints add 6f6432c13 YAML DSL support for wireTap add 3ea86a7c2 Kotlin DSL support for wireTap add d6f4959e0 XML DSL support for wireTap add eb08051c3 Removed duplicate test case I've added. add 4f9ac070a Adding another tag for the YAML DSL. add 99e8ba701 Adding test case. add 44ce4b900 Adding example. add 8e65da72c [TEST] Add autoscaling test add 0dd6d8cb6 feat(gc): Skip GC for first integration generation add cd1b41406 Enable parsing pod template as a modeline. add b56cd5f14 Fixing temp file permissions. add 685769a96 Fixing example. add 8274bc618 fix(build): fix strimzi client gen script add 4a1e16a15 chore: regen add 06ecee116 added .status.observedGeneration to camel K CRDs add f39088768 feat: add basic support for PodSecurityContext add dd048c4eb Changes on the `pod_test.go` file. add a87819ff0 fix(e2e): stabilise TestKitTimerToLogFullNativeBuild add 18c52302b fix(e2e): stabilise TestPodTrait add 8bba7df1f chore(lint): sort disabled linters add 87d9d7a20 chore: ci build rule and license fix add 45eed67fc Updated CHANGELOG.md add c06d2588e #3321: Fixes pre-bundle rule in Makefile add b115a483f Updated CHANGELOG.md add 9fce62bd0 fix(lint): fix more forcetypeassert add c76baaf59 Updated CHANGELOG.md add 2c268ada8 Updated CHANGELOG.md add 8f59c6481 chore: Regen resources and use golangci config for lint in Makefile add 8498eba71 [TEST] Add kamel reset test add c89b42d31 chore(deps): bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 add aace59dd6 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 (c5d9a1fdf) \ N -- N -- N refs/heads/dependabot/go_modules/github.com/operator-framework/api-0.15.0 (aace59dd6) 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 | 2 +- .../kamel-build-bundle/build-bundle-image.sh | 4 +- .../kamel-build-bundle/build-index-image.sh | 4 +- .github/workflows/stale.yaml | 2 +- .golangci.yml | 6 +- CHANGELOG.md | 38 +++- addons/keda/duck/v1alpha1/zz_generated.deepcopy.go | 1 + .../strimzi/duck/v1beta2/zz_generated.deepcopy.go | 1 + cmd/util/doc-gen/generators/traitdocgen.go | 16 +- config/crd/bases/camel.apache.org_builds.yaml | 5 + .../bases/camel.apache.org_integrationkits.yaml | 5 + .../camel.apache.org_integrationplatforms.yaml | 5 + .../crd/bases/camel.apache.org_integrations.yaml | 173 ++++++++++++++++++ .../bases/camel.apache.org_kameletbindings.yaml | 177 ++++++++++++++++++ config/crd/bases/camel.apache.org_kamelets.yaml | 5 + .../bases/camel-k.clusterserviceversion.yaml | 9 +- .../attachments/schema/integration-schema.json | 105 ++++++++++- .../ROOT/pages/contributing/local-development.adoc | 17 +- docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 92 +++++++++- docs/modules/ROOT/partials/apis/crds-html.adoc | 13 ++ e2e/builder/build_test.go | 6 +- e2e/common/cli/dev_mode_test.go | 46 +++++ e2e/common/cli/reset_test.go | 92 ++++++++++ .../files/template-with-supplemental-groups.yaml} | 7 +- e2e/common/traits/health_test.go | 2 +- e2e/common/traits/pod_test.go | 83 +++++++-- e2e/common/traits/service_test.go | 5 +- e2e/knative/knative_test.go | 5 + e2e/registry/registry_maven_wagon_test.go | 6 +- e2e/support/test_support.go | 14 ++ examples/traits/logging/LoggingModeline.java | 2 +- examples/wiretap/README.md | 3 + examples/{basic/Env.java => wiretap/WireTap.java} | 13 +- go.mod | 4 +- go.sum | 4 +- helm/camel-k/crds/crd-build.yaml | 5 + helm/camel-k/crds/crd-integration-kit.yaml | 5 + helm/camel-k/crds/crd-integration-platform.yaml | 5 + helm/camel-k/crds/crd-integration.yaml | 173 ++++++++++++++++++ helm/camel-k/crds/crd-kamelet-binding.yaml | 177 ++++++++++++++++++ helm/camel-k/crds/crd-kamelet.yaml | 5 + pkg/apis/camel/v1/build_types.go | 2 + pkg/apis/camel/v1/integration_types.go | 4 + pkg/apis/camel/v1/integrationkit_types.go | 2 + pkg/apis/camel/v1/integrationplatform_types.go | 3 +- pkg/apis/camel/v1/zz_generated.deepcopy.go | 2 + pkg/apis/camel/v1alpha1/kamelet_binding_types.go | 2 + pkg/apis/camel/v1alpha1/kamelet_types.go | 2 + pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go | 1 + pkg/cmd/modeline_test.go | 21 +++ pkg/cmd/run.go | 88 ++++++--- pkg/cmd/run_test.go | 93 +++------- pkg/controller/build/build_controller.go | 1 + pkg/controller/integration/health.go | 15 +- pkg/controller/integration/health_test.go | 87 +++++++++ .../integration/integration_controller.go | 3 +- pkg/controller/integration/monitor.go | 201 ++++++++------------- pkg/controller/integration/monitor_cronjob.go | 104 +++++++++++ pkg/controller/integration/monitor_deployment.go | 77 ++++++++ pkg/controller/integration/monitor_knative.go | 60 ++++++ .../integrationkit/integrationkit_controller.go | 2 + .../integrationplatform_controller.go | 2 + pkg/controller/kamelet/kamelet_controller.go | 2 + .../kameletbinding/kamelet_binding_controller.go | 2 + pkg/resources/resources.go | 24 +-- pkg/trait/gc.go | 183 +++++++++++-------- pkg/trait/gc_test.go | 16 +- pkg/trait/pod_test.go | 14 +- pkg/util/kubernetes/collection.go | 14 +- pkg/util/kubernetes/util.go | 4 +- pkg/util/modeline/parser.go | 5 +- pkg/util/source/inspector.go | 2 + pkg/util/source/inspector_groovy.go | 2 + pkg/util/source/inspector_groovy_test.go | 9 + pkg/util/source/inspector_java_script.go | 2 + pkg/util/source/inspector_java_script_test.go | 9 + pkg/util/source/inspector_java_source.go | 1 + pkg/util/source/inspector_java_source_test.go | 9 + pkg/util/source/inspector_kotlin.go | 1 + pkg/util/source/inspector_kotlin_test.go | 9 + pkg/util/source/inspector_xml.go | 2 +- pkg/util/source/inspector_xml_test.go | 13 ++ pkg/util/source/inspector_yaml.go | 2 +- pkg/util/source/inspector_yaml_test.go | 36 ++++ script/Makefile | 18 +- script/bundle_kamelets.sh | 5 + script/check_licenses.sh | 4 +- script/gen_client_strimzi.sh | 1 + script/set_go_modules_version.sh | 2 +- ...release_helm.sh => vendor-license-directory.sh} | 23 +-- 90 files changed, 2123 insertions(+), 405 deletions(-) create mode 100644 e2e/common/cli/reset_test.go copy e2e/{knative/files/template-knative.yaml => common/traits/files/template-with-supplemental-groups.yaml} (89%) create mode 100644 examples/wiretap/README.md copy examples/{basic/Env.java => wiretap/WireTap.java} (82%) create mode 100644 pkg/controller/integration/health_test.go create mode 100644 pkg/controller/integration/monitor_cronjob.go create mode 100644 pkg/controller/integration/monitor_deployment.go create mode 100644 pkg/controller/integration/monitor_knative.go copy script/{release_helm.sh => vendor-license-directory.sh} (73%)