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 36439e167 fix(cli): `kamel local build` doesn't support same dependency notation new 962c75e2a feat(build): go 1.17 min version new d394e915f fix(build): hack to make codegen works new f1349e4f1 fix: make code generator work new 840d98b75 fix(ci): go 1.17 installation new 2699c3af4 chore: codegen download refactoring new f81713c67 chore: add 1.17 installation to workflows The 6 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/actions/kamel-prepare-env/action.yml | 2 +- .github/workflows/build.yml | 1 - .github/workflows/builder.yml | 1 - .github/workflows/common.yml | 1 - .github/workflows/install.yml | 1 - .github/workflows/knative.yml | 1 - .github/workflows/openshift.yml | 1 - .github/workflows/release.yml | 4 +- .github/workflows/upgrade.yml | 1 - .github/workflows/validate.yml | 4 +- .github/workflows/verify-generate.yml | 5 +- go.mod | 100 ++++++++++++++++++++++++++- go.sum | 1 - pkg/apis/camel/go.mod | 21 +++++- pkg/client/camel/go.mod | 34 ++++++++- pkg/client/camel/go.sum | 23 ------ pkg/kamelet/repository/go.mod | 37 +++++++++- pkg/kamelet/repository/go.sum | 20 ------ script/Makefile | 52 +++++--------- script/gen_client.sh | 7 +- script/gen_client_strimzi.sh | 2 +- script/gen_crd.sh | 2 +- 22 files changed, 217 insertions(+), 104 deletions(-)