This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/github.com/container-tools/spectrum-0.6.32 in repository https://gitbox.apache.org/repos/asf/camel-k.git
omit 7c3bafedd chore(deps): bump github.com/container-tools/spectrum add b41287ac2 feat(trait): Add maven profile to Integration in builder trait add c45027ad5 chore(ci): smoke test subset only add 25c83ad6e chore(ci): check against latest available runtime add 1bdf6c2c8 fix(doc): Add openshift builder image re-creation as known issue add c605ef722 chore(deps): bump knative.dev/eventing from 0.37.1 to 0.37.2 add aea6d7c2b chore(ci): default JDK 17 base image add 0b926c526 fix(ci): add y option add 50dbb3f29 chore(deps): bump github.com/container-tools/spectrum 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 (7c3bafedd) \ N -- N -- N refs/heads/dependabot/go_modules/github.com/container-tools/spectrum-0.6.32 (50dbb3f29) 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/automatic-updates/action.yml | 2 +- .github/actions/e2e-common/action.yml | 5 + .github/actions/e2e-common/exec-tests.sh | 9 +- .github/actions/kamel-prepare-env/action.yml | 4 +- .github/actions/release-nightly/action.yml | 1 + ...-native-test.yml => nightly-latest-runtime.yml} | 33 ++++--- config/crd/bases/camel.apache.org_builds.yaml | 44 +++++++++ .../bases/camel.apache.org_integrationkits.yaml | 10 ++ .../camel.apache.org_integrationplatforms.yaml | 104 +++++++++++++++++++++ .../crd/bases/camel.apache.org_integrations.yaml | 10 ++ .../bases/camel.apache.org_kameletbindings.yaml | 11 +++ config/crd/bases/camel.apache.org_pipes.yaml | 11 +++ .../ROOT/pages/troubleshooting/known-issues.adoc | 13 +++ docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 17 ++++ docs/modules/traits/pages/builder.adoc | 6 ++ e2e/common/traits/builder_test.go | 78 ++++++++++++++++ go.mod | 2 +- go.sum | 4 +- helm/camel-k/crds/crd-build.yaml | 44 +++++++++ helm/camel-k/crds/crd-integration-kit.yaml | 10 ++ helm/camel-k/crds/crd-integration-platform.yaml | 104 +++++++++++++++++++++ helm/camel-k/crds/crd-integration.yaml | 10 ++ helm/camel-k/crds/crd-kamelet-binding.yaml | 11 +++ helm/camel-k/crds/crd-pipe.yaml | 11 +++ pkg/apis/camel/v1/common_types_support.go | 45 +++++++++ pkg/apis/camel/v1/common_types_support_test.go | 84 +++++++++++++++++ pkg/apis/camel/v1/maven_types.go | 3 + pkg/apis/camel/v1/trait/builder.go | 4 + pkg/apis/camel/v1/zz_generated.deepcopy.go | 1 + pkg/builder/buildah.go | 2 +- pkg/builder/project.go | 14 +++ .../applyconfiguration/camel/v1/mavenbuildspec.go | 8 ++ .../camel/applyconfiguration/camel/v1/mavenspec.go | 9 ++ pkg/cmd/install.go | 3 +- pkg/trait/builder.go | 10 ++ pkg/trait/builder_test.go | 19 ++++ pkg/util/defaults/defaults.go | 2 +- pkg/util/maven/maven_project.go | 4 + pkg/util/maven/maven_project_test.go | 3 + pkg/util/maven/maven_types.go | 5 + resources/traits.yaml | 8 ++ script/Makefile | 25 ++++- 42 files changed, 778 insertions(+), 25 deletions(-) copy .github/workflows/{nightly-native-test.yml => nightly-latest-runtime.yml} (72%)