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

nfilotto pushed a change to branch 3350/allow-to-set-custom-images
in repository https://gitbox.apache.org/repos/asf/camel-k.git


 discard c4e8b370b feat(cli): Allow to specify custom Kaniko and Buildah images
     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 6eaf9eb31 feat(ci): smoke test before nightly release
     add 5c14f9804 Updated CHANGELOG.md
     add 58b388461 fix(e2e): codegen
     add 10ac12f3c chore: run `make bundle` after version upgrade
     add ad784ddfd feat: `make bump`
     add e56c7a386 feat(cli): Allow to specify custom Kaniko and Buildah images

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   (c4e8b370b)
            \
             N -- N -- N   refs/heads/3350/allow-to-set-custom-images 
(e56c7a386)

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 +-
 .github/workflows/release-workflow.yml             |  16 +-
 CHANGELOG.md                                       | 270 +++++++++++----------
 config/manager/operator-deployment.yaml            |   6 +-
 .../bases/camel-k.clusterserviceversion.yaml       |  10 +-
 config/manifests/kustomization.yaml                |   1 +
 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                            |   4 +-
 helm/camel-k/values.yaml                           |   2 +-
 pkg/util/defaults/defaults.go                      |   2 +-
 script/Makefile                                    |  13 +-
 21 files changed, 323 insertions(+), 182 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