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 77e68bea8 chore(deps): bump github.com/operator-framework/api
     add ece4b5bd5 chore(lint): upgrade golangci-lint to 1.46.2
     add a01da91dc chore(lint): fix nonamedreturns
     add 5d351d0f2 chore(lint): fix containedctx
     add af1bb836d chore(lint): suppress maintidx with TODO for later 
refactoring
     add 817435064 chore(lint): fix forcetypeassert
     add 4890d5235 chore(lint): fix ifshort
     add ef8dcf874 chore(lint): fix errorlint
     add 2bf7be9e4 chore(lint): fix prealloc
     add 4bcda6c07 chore(lint): fix unparam
     add eafde47d4 Updated CHANGELOG.md
     add 1d523e5f5 chore(e2e): reorg and clean up e2e/global/builder
     add 0cd7f11fc chore(e2e): refactor e2e/global/common
     add 72c72302b chore(e2e): reuse namespace for e2e/global/knative
     add 4ba7a2765 chore(e2e): move Java file to files/ for 
e2e/global/service-binding
     add bbf486c72 chore(e2e): reuse namespace for e2e/namespace/install
     add aa681a7a4 chore(e2e): move test files to files/ for 
e2e/namespace/native
     add 69cdfc25e chore(e2e): more namespace reuse for e2e/global/common
     add d08e12116 fix(e2e): fix knative test
     add 19eea8d2d chore(e2e): rename kamel run test function
     add 249c122ac Updated CHANGELOG.md
     add c28d7d3eb Updated CHANGELOG.md
     add a0286f4b1 migrate and improve http example
     add 9b8588b58 fix(olm): fix profile name: Openshift -> OpenShift
     add 16caeaf2d fix(trait): more robust, case-insensitive trait profile 
comparison
     add e356f4836 Updated CHANGELOG.md
     add 579c69c12 chore(lint): upgrade golangci-lint to 1.47.1
     add cecaf715e Updated CHANGELOG.md
     add ddb86ab73 fix(doc): fix doc-gen to insert space between lines
     add f3ba7b180 Updated CHANGELOG.md
     add b9ebaef13 chore(api): refer to correct trait
     add 3cedfa0dd fix(trait): nil pointer dereference applying trait during 
kit building
     add b004a5a25 Updated CHANGELOG.md
     add 525af63cb chore(knative): upgrade Knative to 1.3 (0.30) #3381
     add d840cb6a2 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   (77e68bea8)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/github.com/operator-framework/api-0.15.0 
(d840cb6a2)

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:
 .../kamel-install-knative/install-knative.sh       |  10 +-
 .github/workflows/validate.yml                     |   2 +-
 .golangci.yml                                      |   2 +
 CHANGELOG.md                                       |  15 ++
 addons/keda/keda.go                                |   3 +-
 addons/master/master.go                            |  12 +-
 addons/threescale/3scale.go                        |   6 +-
 addons/threescale/3scale_test.go                   |  12 +-
 addons/tracing/tracing.go                          |   2 +-
 addons/tracing/tracing_test.go                     |   5 +-
 cmd/util/doc-gen/generators/traitmetadatagen.go    |   2 +-
 cmd/util/json-schema-gen/main.go                   |  14 +-
 cmd/util/platform-check/main.go                    |   2 +-
 .../camel.apache.org_integrationplatforms.yaml     |   8 +-
 .../crd/bases/camel.apache.org_integrations.yaml   |  14 +-
 .../bases/camel.apache.org_kameletbindings.yaml    |  14 +-
 config/samples/patch-integration-platform.yaml     |   2 +-
 docs/modules/ROOT/pages/architecture/traits.adoc   |   4 +-
 .../pages/contributing/local-deployment-olm.adoc   |   2 +-
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  14 +-
 docs/modules/traits/pages/container.adoc           |   2 +-
 docs/modules/traits/pages/route.adoc               |   8 +-
 e2e/global/builder/docker_hub_test.go              |  60 ------
 e2e/global/builder/github_packages_test.go         |  61 ------
 e2e/global/builder/registry_test.go                |  89 ++++++++
 e2e/global/common/kamelet_binding_test.go          |   9 +-
 e2e/global/common/traits/service_test.go           |  10 +-
 e2e/global/knative/knative_test.go                 | 147 ++++++-------
 .../{ => files}/ServiceBinding.java                |   0
 e2e/global/service-binding/service_binding_test.go |   2 +-
 e2e/namespace/install/cli/run_test.go              | 117 +++++------
 e2e/namespace/native/Java.java                     |  28 ---
 .../builder => namespace/native}/files/Java.java   |   0
 e2e/namespace/native/{ => files}/yaml.yaml         |   0
 e2e/namespace/native/native_test.go                |   4 +-
 e2e/yaks/openshift/monitoring/alerting.feature     |   2 +-
 examples/README.md                                 |   1 -
 examples/http/NettySecureServer.java               |  55 -----
 examples/http/NettyServer.java                     |  32 ---
 examples/http/PlatformHttpServer.java              |  31 ---
 examples/http/PlatformHttpsServer.java             |  47 -----
 examples/http/README.md                            |   3 -
 go.mod                                             |  12 +-
 go.sum                                             |  29 +--
 helm/camel-k/crds/crd-integration-platform.yaml    |   8 +-
 helm/camel-k/crds/crd-integration.yaml             |  14 +-
 helm/camel-k/crds/crd-kamelet-binding.yaml         |  14 +-
 install/Makefile                                   |   2 +-
 pkg/apis/camel/v1/common_types.go                  |  17 ++
 pkg/apis/camel/v1/common_types_support.go          |  25 ++-
 pkg/apis/camel/v1/integration_types.go             |   8 +-
 pkg/apis/camel/v1/integrationplatform_types.go     |  23 +-
 .../camel/v1/integrationplatform_types_support.go  |  11 -
 pkg/apis/camel/v1/maven_types_support.go           |   9 +
 pkg/apis/camel/v1/trait/container.go               |   2 +-
 pkg/apis/camel/v1/trait/route.go                   |   2 +-
 pkg/builder/types.go                               |   1 +
 pkg/client/apply.go                                |   3 +-
 pkg/cmd/dump.go                                    |   4 +-
 pkg/cmd/init.go                                    |   3 +-
 pkg/cmd/install.go                                 |   2 +-
 pkg/cmd/log.go                                     |   2 +-
 pkg/cmd/operator/operator.go                       |   3 +-
 pkg/cmd/root.go                                    |   1 +
 pkg/cmd/run.go                                     |   4 +-
 pkg/cmd/uninstall.go                               |   1 +
 pkg/controller/integration/kits.go                 |  12 +-
 pkg/controller/integration/monitor.go              |  27 ++-
 pkg/controller/integration/monitor_cronjob.go      |   5 +-
 pkg/controller/integration/monitor_deployment.go   |   3 +-
 pkg/controller/integration/monitor_knative.go      |   4 +-
 pkg/event/manager.go                               |   5 +-
 pkg/install/cluster.go                             |   1 +
 pkg/install/kamelets.go                            |   3 +-
 pkg/install/operator.go                            |   1 +
 pkg/resources/resources.go                         |  18 +-
 pkg/trait/affinity.go                              |   4 +-
 pkg/trait/builder.go                               |   2 +-
 pkg/trait/container.go                             |   2 +-
 pkg/trait/cron.go                                  |  19 +-
 pkg/trait/dependencies.go                          |   2 +-
 pkg/trait/deployment.go                            |  16 +-
 pkg/trait/environment.go                           |   6 +-
 pkg/trait/error_handler.go                         |   2 +-
 pkg/trait/gc.go                                    |   2 +-
 pkg/trait/health.go                                |   3 +-
 pkg/trait/ingress.go                               |  19 +-
 pkg/trait/istio.go                                 |   6 +-
 pkg/trait/jolokia.go                               |   4 +-
 pkg/trait/jvm.go                                   |   1 +
 pkg/trait/kamelets.go                              |   2 +-
 pkg/trait/knative.go                               |   4 +-
 pkg/trait/knative_service.go                       |  18 +-
 pkg/trait/logging.go                               |  20 +-
 pkg/trait/mount.go                                 |   2 +-
 pkg/trait/openapi.go                               |  22 +-
 pkg/trait/owner.go                                 |   6 +-
 pkg/trait/pdb.go                                   |   2 +-
 pkg/trait/pdb_test.go                              |   4 +-
 pkg/trait/platform.go                              |   2 +-
 pkg/trait/pod.go                                   |  16 +-
 pkg/trait/prometheus.go                            |  10 +-
 pkg/trait/pull_secret.go                           |   8 +-
 pkg/trait/registry.go                              |   2 +-
 pkg/trait/route.go                                 |  11 +-
 pkg/trait/service.go                               |  20 +-
 pkg/trait/service_binding.go                       |   2 +-
 pkg/trait/toleration.go                            |   4 +-
 pkg/trait/trait.go                                 |   2 +-
 pkg/trait/trait_configure_test.go                  |  27 ++-
 pkg/trait/trait_types.go                           |  21 +-
 pkg/util/bindings/api.go                           |   1 +
 pkg/util/cancellable/cancellable.go                |   1 +
 pkg/util/command.go                                |  21 +-
 pkg/util/kubernetes/log/pod_scraper.go             |   8 +-
 pkg/util/kubernetes/portforward.go                 |   2 +-
 pkg/util/maven/maven_log.go                        |   7 +-
 pkg/util/maven/maven_repositories.go               |   8 +-
 pkg/util/modeline/parser.go                        |   6 +-
 pkg/util/resource/config.go                        |   8 +-
 pkg/util/source/inspector_kamelet.go               |   7 +-
 pkg/util/source/inspector_yaml.go                  |   4 +-
 pkg/util/test/client.go                            |   7 +-
 pkg/util/test/cmd.go                               |   8 +-
 pkg/util/util.go                                   |  29 ++-
 release.adoc                                       |   2 +-
 resources/traits.yaml                              | 231 +++++++++++----------
 127 files changed, 813 insertions(+), 962 deletions(-)
 delete mode 100644 e2e/global/builder/docker_hub_test.go
 delete mode 100644 e2e/global/builder/github_packages_test.go
 create mode 100644 e2e/global/builder/registry_test.go
 rename e2e/global/service-binding/{ => files}/ServiceBinding.java (100%)
 delete mode 100644 e2e/namespace/native/Java.java
 rename e2e/{global/builder => namespace/native}/files/Java.java (100%)
 rename e2e/namespace/native/{ => files}/yaml.yaml (100%)
 delete mode 100644 examples/http/NettySecureServer.java
 delete mode 100644 examples/http/NettyServer.java
 delete mode 100644 examples/http/PlatformHttpServer.java
 delete mode 100644 examples/http/PlatformHttpsServer.java
 delete mode 100644 examples/http/README.md

Reply via email to