This is an automated email from the ASF dual-hosted git repository. tsato pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
from f1b7f1df6 fix(doc): fix camel-website build new ece4b5bd5 chore(lint): upgrade golangci-lint to 1.46.2 new a01da91dc chore(lint): fix nonamedreturns new 5d351d0f2 chore(lint): fix containedctx new af1bb836d chore(lint): suppress maintidx with TODO for later refactoring new 817435064 chore(lint): fix forcetypeassert new 4890d5235 chore(lint): fix ifshort new ef8dcf874 chore(lint): fix errorlint new 2bf7be9e4 chore(lint): fix prealloc new 4bcda6c07 chore(lint): fix unparam The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/workflows/validate.yml | 2 +- .golangci.yml | 1 + addons/master/master.go | 3 ++- addons/threescale/3scale_test.go | 12 +++++----- addons/tracing/tracing_test.go | 5 ++-- cmd/util/json-schema-gen/main.go | 14 ++++++++---- cmd/util/platform-check/main.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/trait/affinity.go | 2 +- pkg/trait/cron.go | 3 ++- pkg/trait/jolokia.go | 2 +- pkg/trait/jvm.go | 1 + pkg/trait/openapi.go | 16 ++++++++----- pkg/trait/pdb_test.go | 4 ++-- pkg/trait/pod.go | 12 ++++++---- pkg/trait/prometheus.go | 8 ++++--- pkg/trait/route.go | 7 +++--- pkg/trait/toleration.go | 2 +- pkg/trait/trait_configure_test.go | 27 ++++++++++++++-------- pkg/trait/trait_types.go | 19 ++++++++++------ 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 ++++++++++++------------ 52 files changed, 207 insertions(+), 137 deletions(-)