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

nfilotto pushed a change to branch 3004/log-tail
in repository https://gitbox.apache.org/repos/asf/camel-k.git


 discard d663035ad feat(cli): Add tail and tail-lines flags to the log command
     add 45184aff5 Updated CHANGELOG.md
     add 551d0f83a chore(deps): bump github.com/onsi/gomega from 1.20.1 to 
1.20.2
     add b82bc7738 feat(e2e): add CAMEL_K_TEST_NS env var to specify namespace 
to run tests
     add 8ddb2a362 fix(e2e): native build requires more memory for Camel 
Quarkus 2.11
     add 429f133a0 chore(e2e): native test - add warm up before native build 
testing
     add e1cab69d4 chore(ci): split install-it workflow into two jobs: install, 
native
     add 5abae3b31 fix(e2e): relax constraints for builder kit full build test
     add 7c2b246bd Next is 1.11.0
     add 0279645e2 Added Helm Chart for 1.10.0
     add 85cbb111a feat(cli): Add tail and tail-lines flags to the log command

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch 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   (d663035ad)
            \
             N -- N -- N   refs/heads/3004/log-tail (85cbb111a)

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.

No new revisions were added by this update.

Summary of changes:
 .../{e2e-install => e2e-install-native}/action.yml |   6 +-
 .../exec-tests.sh                                  |   7 +-
 .github/actions/e2e-install/exec-tests.sh          |  14 +-
 .github/actions/e2e-knative/exec-tests.sh          |   3 +-
 .github/workflows/install.yml                      |  24 +-
 CHANGELOG.md                                       | 267 +++++++++++----------
 docs/charts/camel-k-0.11.0.tgz                     | Bin 0 -> 154975 bytes
 docs/charts/index.yaml                             |  29 ++-
 e2e/global/builder/build_test.go                   |   7 +-
 e2e/namespace/native/native_test.go                |  43 +++-
 e2e/support/test_support.go                        |  22 +-
 go.mod                                             |   6 +-
 go.sum                                             |  20 +-
 helm/camel-k/Chart.yaml                            |   2 +-
 script/Makefile                                    |   6 +-
 15 files changed, 286 insertions(+), 170 deletions(-)
 copy .github/actions/{e2e-install => e2e-install-native}/action.yml (97%)
 copy .github/actions/{e2e-knative-yaks => e2e-install-native}/exec-tests.sh 
(94%)
 create mode 100644 docs/charts/camel-k-0.11.0.tgz

Reply via email to