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

github-bot pushed a change to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git


*** WARNING: tag v2.10.0-nightly was modified! ***

    from cbd87a033 (commit)
      to 9601ba1b2 (commit)
 discard cbd87a033 chore(ci): v2.10.0-nightly release updates
     add 09ff618ed fix(util): gitops newline to append in all profile
     add 4b04b767e chore(dependencies): gateway 1.5.1
     add 280a04237 chore(dependencies): upgrade operator fwk and kube api
     add b7ff260de fix(ctrl): include image status after custom publishing task
     add d6b15775e chore: nightly automatic updates
     new 9601ba1b2 chore(ci): v2.10.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   (cbd87a033)
            \
             N -- N -- N   refs/tags/v2.10.0-nightly (9601ba1b2)

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:
 README.adoc                                        |   2 +-
 docs/antora.yml                                    |   4 +-
 docs/charts/camel-k-2.10.0-nightly.tgz             | Bin 280124 -> 280125 bytes
 docs/charts/index.yaml                             |   6 +-
 e2e/common/traits/builder_test.go                  |  20 +++
 go.mod                                             |  16 +-
 go.sum                                             |  40 ++---
 pkg/controller/build/build_pod_test.go             |   1 -
 pkg/controller/build/monitor_pod.go                |  23 ++-
 pkg/controller/build/monitor_pod_test.go           | 164 +++++++++++++++++++++
 pkg/event/manager.go                               |   4 +
 pkg/internal/client.go                             |   4 +-
 .../bases/camel-k.clusterserviceversion.yaml       |   2 +-
 pkg/trait/gateway.go                               |   9 +-
 pkg/util/gitops/gitops.go                          |   2 +-
 15 files changed, 251 insertions(+), 46 deletions(-)
 create mode 100644 pkg/controller/build/monitor_pod_test.go

Reply via email to