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

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


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

    from fd4c93acf (commit)
      to faa282a15 (commit)
 discard fd4c93acf chore(ci): v2.9.0-nightly release updates
     add 09dd6b0d8 feat(cmd): bind .spec.traits instead of annotations
     add 33156b95e chore(cmd): revert debug deprecation
     add 10e66c232 chore: nightly automatic updates
     new faa282a15 chore(ci): v2.9.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   (fd4c93acf)
            \
             N -- N -- N   refs/tags/v2.9.0-nightly (faa282a15)

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.9.0-nightly.tgz              | Bin 271125 -> 271122 bytes
 docs/charts/index.yaml                             |   6 +-
 .../ROOT/images/debugging/camel-k-debugger-1.png   | Bin 0 -> 74276 bytes
 .../ROOT/images/debugging/camel-k-debugger-2.png   | Bin 0 -> 181637 bytes
 .../ROOT/images/debugging/remote-debugger.png      | Bin 70273 -> 0 bytes
 docs/modules/ROOT/pages/pipes/bind-cli.adoc        |   4 +-
 docs/modules/ROOT/pages/pipes/pipes.adoc           |  18 +--
 docs/modules/ROOT/pages/pipes/promoting.adoc       |  10 +-
 .../ROOT/pages/troubleshooting/debugging.adoc      |  85 ++++++----
 pkg/apis/camel/v1/common_types.go                  |   1 +
 pkg/apis/camel/v1/pipe_types_support.go            |  26 +--
 pkg/apis/camel/v1/pipe_types_support_test.go       |  25 +--
 pkg/cmd/bind.go                                    |  31 +---
 pkg/cmd/bind_test.go                               |  11 +-
 pkg/cmd/debug.go                                   |  13 +-
 pkg/cmd/promote.go                                 | 109 +++++--------
 pkg/cmd/promote_test.go                            | 179 ++++++++++++++-------
 .../bases/camel-k.clusterserviceversion.yaml       |   2 +-
 19 files changed, 280 insertions(+), 242 deletions(-)
 create mode 100644 docs/modules/ROOT/images/debugging/camel-k-debugger-1.png
 create mode 100644 docs/modules/ROOT/images/debugging/camel-k-debugger-2.png
 delete mode 100644 docs/modules/ROOT/images/debugging/remote-debugger.png

Reply via email to