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 f4537e93b (commit)
      to 2c45b132d (commit)
 discard f4537e93b chore(ci): v2.6.0-nightly release updates
     add 8d826d45d chore(cmd): remove debug trace leftover
     add 82143bcad feat(cmd): kamel promote --export-gitops-dir
     add 7ab181b47 chore: nightly automatic updates
     add 023e658c1 fix(e2e): tests failure in Plain Quarkus runtime
     new 2c45b132d 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   (f4537e93b)
            \
             N -- N -- N   refs/tags/v2.6.0-nightly (2c45b132d)

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/charts/camel-k-2.6.0-nightly.tgz              | Bin 233839 -> 233841 bytes
 docs/charts/index.yaml                             |   6 +-
 e2e/common/cli/{config_test.go => promote_test.go} |  45 ++--
 e2e/common/config/config_test.go                   |  37 ---
 e2e/common/traits/builder_test.go                  |   2 +-
 pkg/cmd/bind.go                                    |   1 -
 pkg/cmd/promote.go                                 | 266 ++++++++++++++++++-
 pkg/cmd/promote_test.go                            | 288 +++++++++++++++++++--
 pkg/controller/integrationplatform/monitor.go      |   6 +-
 .../bases/camel-k.clusterserviceversion.yaml       |   2 +-
 pkg/trait/mount.go                                 |   8 +-
 pkg/util/source/inspector.go                       |   8 +
 pkg/util/source/inspector_java_source_test.go      |  16 ++
 pkg/util/source/inspector_xml_test.go              |  10 +
 pkg/util/source/inspector_yaml.go                  |   4 +
 pkg/util/source/inspector_yaml_test.go             |  19 ++
 pkg/util/util.go                                   |  47 ----
 18 files changed, 632 insertions(+), 135 deletions(-)
 copy e2e/common/cli/{config_test.go => promote_test.go} (57%)

Reply via email to