This is an automated email from the ASF dual-hosted git repository. nferraro pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 5cfabeb chore(SDK): Use new SDK client variadic method signatureswq add 8425365 fix #988: add check for missing licenses before release No new revisions were added by this update. Summary of changes: .gitignore | 3 +- .golangci.yml | 17 ++++++ .pre-commit-config.yaml | 17 ++++++ .travis.yml | 14 +++-- cmd/{kamel => util/license-check}/main.go | 43 ++++++++------- deploy/builder-role-binding.yaml | 17 ++++++ deploy/builder-role-kubernetes.yaml | 17 ++++++ deploy/builder-role-openshift.yaml | 17 ++++++ deploy/builder-service-account.yaml | 17 ++++++ .../camel-k.v0.3.4.clusterserviceversion.yaml | 17 ++++++ deploy/olm-catalog/camel-k/0.3.4/crd-build.yaml | 17 ++++++ .../camel-k/0.3.4/crd-camel-catalog.yaml | 17 ++++++ .../camel-k/0.3.4/crd-integration-context.yaml | 17 ++++++ .../camel-k/0.3.4/crd-integration-platform.yaml | 17 ++++++ .../olm-catalog/camel-k/0.3.4/crd-integration.yaml | 17 ++++++ .../camel-k.v1.0.0-M1.clusterserviceversion.yaml | 17 ++++++ .../camel-k.v1.0.0-M2.clusterserviceversion.yaml | 17 ++++++ ...k.v1.0.0-m3-SNAPSHOT.clusterserviceversion.yaml | 17 ++++++ e2e/files/yaml.yaml | 17 ++++++ examples/routes.yaml | 17 ++++++ pkg/util/kubernetes/customclient/scheme.go | 13 +++-- script/Makefile | 9 ++- script/check_licenses.sh | 64 ++++++++++++++++++++++ .../headers/default-jvm.txt | 3 - pkg/metadata/doc.go => script/headers/default.txt | 3 - e2e/files/js.js => script/headers/js.txt | 7 --- script/{images_push.sh => headers/sh.txt} | 13 ----- examples/hello.xml => script/headers/xml.txt | 16 ------ .../words-channel.yaml => script/headers/yaml.txt | 5 -- 29 files changed, 397 insertions(+), 85 deletions(-) copy cmd/{kamel => util/license-check}/main.go (56%) create mode 100755 script/check_licenses.sh copy e2e/files/knativech2.groovy => script/headers/default-jvm.txt (92%) copy pkg/metadata/doc.go => script/headers/default.txt (89%) copy e2e/files/js.js => script/headers/js.txt (83%) copy script/{images_push.sh => headers/sh.txt} (82%) mode change 100755 => 100644 copy examples/hello.xml => script/headers/xml.txt (61%) copy examples/knative/words-channel.yaml => script/headers/yaml.txt (91%)