This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to tag v2.6.0-nightly in repository https://gitbox.apache.org/repos/asf/camel-k.git
*** WARNING: tag v2.6.0-nightly was modified! *** from d1419cb94 (commit) to a125eb513 (commit) discard d1419cb94 chore(ci): v2.6.0-nightly release updates omit f5e7ddf7e chore(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 omit ba208869a chore(ci): increase timeout omit a6affb1be feat(ctrl): warning when missing maven settings omit 8b05f2739 feat(ci): multi architecture and platform nightly check omit 241c688cb chore(deps): bump golang.org/x/text from 0.21.0 to 0.22.0 omit 4b5641014 chore(deps): bump golang.org/x/time from 0.9.0 to 0.10.0 omit 7269aff86 chore(deps): bump golang.org/x/term from 0.28.0 to 0.29.0 omit c2278e318 fix(release): remove crds java omit f00f9f75f fix(release): include constant changes omit 1f3ac4637 fix(release): push staging images omit 48092dcb4 chore: minor kustomize fixes omit 645928305 chore: fix process omit 1855d45d5 chore: starting release branch for release-2.6.x add 75878ef0c chore: starting release branch for release-2.6.x add b6a283a24 fix(release): push staging images add 5d95dbcd4 chore(release): Helm chart for 2.6.0 add 5ba7a098f fix(release): include constant changes new a125eb513 chore(ci): v2.6.0-nightly release updates This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the tag 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 (d1419cb94) \ N -- N -- N refs/tags/v2.6.0-nightly (a125eb513) 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. The 1 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/nightly-multi.yml | 95 --------------------- docs/charts/camel-k-2.6.0-nightly.tgz | Bin 236470 -> 236467 bytes docs/charts/camel-k-2.6.0.tgz | Bin 0 -> 236464 bytes docs/charts/index.yaml | 33 ++++++- go.mod | 12 +-- go.sum | 24 +++--- pkg/apis/camel/v1/integrationplatform_types.go | 2 - pkg/controller/integrationplatform/monitor.go | 25 ------ pkg/controller/integrationplatform/monitor_test.go | 11 +-- .../bases/camel-k.clusterserviceversion.yaml | 2 +- release-utils/scripts/upload-source.sh | 1 + release.adoc | 4 +- 12 files changed, 53 insertions(+), 156 deletions(-) delete mode 100644 .github/workflows/nightly-multi.yml create mode 100644 docs/charts/camel-k-2.6.0.tgz