This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from 1db0f5794 fix(ci): Comment PR github action uses octokit
     new 530cf2b1f Remove unused function for build type support
     new ab6217d4b Add feature to insert annotations in the builder pod, from 
config
     new ec9406b41 Add test for new annotation on build pod

The 3 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:
 config/crd/bases/camel.apache.org_builds.yaml      | 54 ++++++++++++++++++++
 .../camel.apache.org_integrationplatforms.yaml     | 12 +++++
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  7 +++
 helm/camel-k/crds/crd-build.yaml                   | 54 ++++++++++++++++++++
 helm/camel-k/crds/crd-integration-platform.yaml    | 12 +++++
 pkg/apis/camel/v1/build_types_support.go           |  5 --
 pkg/apis/camel/v1/common_types.go                  |  2 +
 pkg/apis/camel/v1/trait/builder.go                 |  2 +
 pkg/apis/camel/v1/zz_generated.deepcopy.go         |  7 +++
 .../camel/v1/buildconfiguration.go                 | 15 ++++++
 pkg/controller/build/build_pod.go                  |  3 +-
 .../build/build_pod_test.go}                       | 57 ++++++++++------------
 pkg/resources/resources.go                         |  8 +--
 pkg/trait/builder.go                               |  1 +
 pkg/trait/builder_test.go                          | 20 ++++++++
 15 files changed, 217 insertions(+), 42 deletions(-)
 copy pkg/{builder/builder_test.go => controller/build/build_pod_test.go} (56%)

Reply via email to