This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a change to branch pr-442
in repository https://gitbox.apache.org/repos/asf/camel-k.git
omit d57221bbb feat(cli): Support setting maps in traits API
omit 5cc214eb6 chore: Rebuild resources
omit d11845cc4 chore: Regen docs with ingress trait new options
omit 299b45574 chore: Run codegen with ingress trait new options
omit 206403e1f chore: Regen CRDs with ingress trait new options
omit 06e295210 feat: Add path type option to ingress trait
omit a626def2c feat: Add annotations option to ingress trait
omit de73a57d0 feat: Add path option to ingress trait
add cbbfead86 fix(ci): e2e native action name
add 80f567711 fix(ci): path to action
add 5b4273261 fix(ci): use an external kamelet repo
add e2f2d7c81 chore: changelog automatic update
add 138e6ff29 chore: changelog automatic update
add 20991ed50 Issue-1330: Deprecating parameters.
add ac9a9fab1 Run 'make generate' with [email protected]
add a868e55f4 Revert formatting changes to avoid churn.
add 620778fe1 fix(#3956): Add maven settings-security to maven command
add cc8502b06 feat: Add path option to ingress trait
add bf18258b2 feat: Add annotations option to ingress trait
add a55e568d1 feat: Add path type option to ingress trait
add 30cfa2b6b chore: Regen CRDs with ingress trait new options
add ac2a28c39 chore: Run codegen with ingress trait new options
add bfaaa145f chore: Regen docs with ingress trait new options
add bcacff53f chore: Rebuild resources
add f0663bfa8 feat(cli): Support setting maps in traits API
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 (d57221bbb)
\
N -- N -- N refs/heads/pr-442 (f0663bfa8)
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:
.../actions/{e2e-install-native => e2e-native}/action.yml | 4 ++--
.../actions/{e2e-install-native => e2e-native}/exec-tests.sh | 0
.github/workflows/native.yml | 12 ++++++------
CHANGELOG.md | 3 +++
config/crd/bases/camel.apache.org_kameletbindings.yaml | 6 ++++++
config/crd/bases/camel.apache.org_kamelets.yaml | 4 ++++
docs/modules/ROOT/partials/apis/kamelets-crds.adoc | 7 +++++++
e2e/global/common/kamelet_test.go | 4 ++--
helm/camel-k/crds/crd-kamelet-binding.yaml | 6 ++++++
helm/camel-k/crds/crd-kamelet.yaml | 4 ++++
pkg/apis/camel/v1alpha1/jsonschema_types.go | 1 +
.../applyconfiguration/camel/v1alpha1/jsonschemaprop.go | 9 +++++++++
pkg/util/maven/maven_command.go | 7 +++++++
13 files changed, 57 insertions(+), 10 deletions(-)
rename .github/actions/{e2e-install-native => e2e-native}/action.yml (98%)
rename .github/actions/{e2e-install-native => e2e-native}/exec-tests.sh (100%)