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 54184c367 fix(lint): adding dot
new b221ff55d feat(api): deprecate Buildah and Kaniko
new 6fd445fe2 chore(doc): describe build strategies
The 2 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/builder.yml | 2 +-
config/crd/bases/camel.apache.org_builds.yaml | 6 ++--
docs/modules/ROOT/nav-end.adoc | 4 +--
docs/modules/ROOT/nav.adoc | 9 +++---
.../ROOT/pages/architecture/incremental-image.adoc | 9 ++++++
.../pages/installation/advanced/build-config.adoc | 33 ++++++++++++++++++++++
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 2 ++
helm/camel-k/crds/crd-build.yaml | 6 ++--
pkg/apis/camel/v1/build_types.go | 2 ++
pkg/apis/camel/v1/integrationplatform_types.go | 2 ++
pkg/trait/builder.go | 2 ++
11 files changed, 65 insertions(+), 12 deletions(-)
create mode 100644 docs/modules/ROOT/pages/architecture/incremental-image.adoc
create mode 100644
docs/modules/ROOT/pages/installation/advanced/build-config.adoc