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
omit af7b18037 chore(deps): bump golang.org/x/text from 0.21.0 to 0.22.0 omit 6b0cf3ba8 feat(ctrl): warning when missing maven settings omit bec5853fb feat(ci): multi architecture and platform nightly check omit 0c7345981 chore(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 omit 58034c08f feat(ctrl): default builder pod resources omit bed01c211 chore: nightly automatic updates add 906303526 feat(ci): Helm 2.5.1 chart 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 (af7b18037) \ N -- N -- N refs/heads/main (906303526) 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/workflows/nightly-multi.yml | 95 --------------------- docs/antora.yml | 8 +- docs/charts/camel-k-2.5.1.tgz | Bin 0 -> 289413 bytes docs/charts/index.yaml | 29 ++++++- e2e/native/native_with_sources_test.go | 9 +- go.mod | 6 +- go.sum | 12 +-- pkg/apis/camel/v1/integrationplatform_types.go | 2 - pkg/controller/build/build_pod.go | 37 +++----- pkg/controller/build/build_pod_test.go | 95 --------------------- pkg/controller/integrationplatform/monitor.go | 25 ------ pkg/controller/integrationplatform/monitor_test.go | 11 +-- pkg/trait/builder.go | 12 +-- 13 files changed, 57 insertions(+), 284 deletions(-) delete mode 100644 .github/workflows/nightly-multi.yml create mode 100644 docs/charts/camel-k-2.5.1.tgz