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 5260025b3 (commit)
      to c1bef5fd1 (commit)
 discard 5260025b3 chore(ci): v2.6.0-nightly release updates
     add 7ac5929c6 chore(ci): remove java deps
     add 0baa2d4d7 fix(docs): replace version variable
     add 284c0892d chore(deps): bump knative.dev/serving from 0.43.0 to 0.43.1
     add ecea586a3 feat(operator): remove maven structured logging
     new c1bef5fd1 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   (5260025b3)
            \
             N -- N -- N   refs/tags/v2.6.0-nightly (c1bef5fd1)

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/dependabot.yml                             |   4 -
 .gitignore                                         |   2 -
 build/Dockerfile                                   |  12 +--
 docs/charts/camel-k-2.6.0-nightly.tgz              | Bin 236471 -> 236471 bytes
 docs/charts/index.yaml                             |   6 +-
 .../ROOT/pages/installation/installation.adoc      |   5 +-
 e2e/support/test_support.go                        |   1 -
 go.mod                                             |   2 +-
 go.sum                                             |   4 +-
 java/.mvn/wrapper/maven-wrapper.jar                | Bin 59925 -> 0 bytes
 java/.mvn/wrapper/maven-wrapper.properties         |  18 ----
 java/maven-logging/pom.xml                         | 116 ---------------------
 java/maven-logging/src/main/resources/logback.xml  |  67 ------------
 .../bases/camel-k.clusterserviceversion.yaml       |   2 +-
 pkg/util/maven/maven_log.go                        |  75 ++++++-------
 pkg/util/maven/maven_log_test.go                   |  21 +++-
 script/Makefile                                    |  10 +-
 script/maven_overlay.sh                            |  35 -------
 18 files changed, 64 insertions(+), 316 deletions(-)
 delete mode 100644 java/.mvn/wrapper/maven-wrapper.jar
 delete mode 100644 java/.mvn/wrapper/maven-wrapper.properties
 delete mode 100644 java/maven-logging/pom.xml
 delete mode 100644 java/maven-logging/src/main/resources/logback.xml
 delete mode 100755 script/maven_overlay.sh

Reply via email to