This is an automated email from the ASF dual-hosted git repository.
squakez pushed a change to branch release-2.8.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from e3a6f70b9 chore: nightly automatic updates
new c8ed78b03 feat(api): deprecate builder pod namespace
new 160108819 fix(ci): use versioned allowed release actions
new a3a25b006 fix(ci): used pinned actions
new cd183f1c3 fix(ci): olm pinned docker/login action
new 35dd387f5 fix(cmd): proper version deprecation notice
The 5 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/infra-setting/action.yml | 2 +-
.github/actions/release-nightly/action.yml | 4 +-
.github/workflows/nightly-install-olm.yml | 2 +-
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 2 +
helm/camel-k/crds/camel-k-crds.yaml | 74 +++++++++++++---------
pkg/apis/camel/v1/build_types_support.go | 10 ---
pkg/apis/camel/v1/common_types.go | 4 +-
.../camel/v1/buildconfiguration.go | 30 ++++-----
pkg/controller/build/build_monitor_test.go | 7 +-
pkg/controller/build/build_pod.go | 10 +--
pkg/controller/build/build_pod_test.go | 8 +--
pkg/controller/build/monitor_pod.go | 15 +----
pkg/controller/integration/build.go | 1 -
pkg/controller/integrationkit/build.go | 3 -
pkg/platform/operator.go | 23 -------
.../config/crd/bases/camel.apache.org_builds.yaml | 62 ++++++++++--------
.../camel.apache.org_integrationplatforms.yaml | 12 ++--
17 files changed, 125 insertions(+), 144 deletions(-)