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 671b90ad4 (commit)
to 4efaa5af7 (commit)
discard 671b90ad4 chore(ci): v2.6.0-nightly release updates
add 15a4efe4f feat(trait): add support for multiple ingress paths (#5996)
add 9ec61db89 chore: groovy is no longer supported DSL
add 6247c2812 chore(e2e): remove useless code
add ad3d9237a chore: nightly automatic updates
new 4efaa5af7 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 (671b90ad4)
\
N -- N -- N refs/tags/v2.6.0-nightly (4efaa5af7)
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:
docs/charts/camel-k-2.6.0-nightly.tgz | Bin 233841 -> 234133 bytes
docs/charts/index.yaml | 6 +-
docs/modules/ROOT/nav.adoc | 1 -
docs/modules/ROOT/pages/languages/languages.adoc | 1 -
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 8 ++
docs/modules/traits/pages/ingress.adoc | 5 ++
.../misc/files/registry/FoobarDecryption.java | 32 --------
e2e/common/misc/files/registry/LaughingRoute.java | 30 --------
e2e/common/misc/files/registry/classpath/Xslt.java | 32 --------
.../misc/files/registry/classpath/cheese.xsl | 37 ---------
e2e/common/misc/files/registry/laugh.txt | 1 -
e2e/common/misc/files/registry/laughs/haha.txt | 1 -
e2e/common/misc/files/registry/laughs/hehe.txt | 1 -
.../misc/files/registry/sample-decryption-1.0.jar | Bin 2766 -> 0 bytes
.../misc/files/registry/sample-decryption-1.0.pom | 20 -----
.../main/java/camelk/DeterministicDecryption.java | 49 ------------
e2e/native/native_with_sources_test.go | 13 ----
helm/camel-k/crds/camel-k-crds.yaml | 49 ++++++++++++
pkg/apis/camel/v1/common_types.go | 4 +
pkg/apis/camel/v1/trait/ingress.go | 3 +
pkg/apis/camel/v1/trait/zz_generated.deepcopy.go | 5 ++
.../camel.apache.org_integrationplatforms.yaml | 14 ++++
.../camel.apache.org_integrationprofiles.yaml | 14 ++++
.../crd/bases/camel.apache.org_integrations.yaml | 14 ++++
.../config/crd/bases/camel.apache.org_pipes.yaml | 7 ++
.../bases/camel-k.clusterserviceversion.yaml | 2 +-
pkg/trait/ingress.go | 62 ++++++++++-----
pkg/trait/ingress_test.go | 83 +++++++++++++++++++++
28 files changed, 254 insertions(+), 240 deletions(-)
delete mode 100644 e2e/common/misc/files/registry/FoobarDecryption.java
delete mode 100644 e2e/common/misc/files/registry/LaughingRoute.java
delete mode 100644 e2e/common/misc/files/registry/classpath/Xslt.java
delete mode 100644 e2e/common/misc/files/registry/classpath/cheese.xsl
delete mode 100644 e2e/common/misc/files/registry/laugh.txt
delete mode 100644 e2e/common/misc/files/registry/laughs/haha.txt
delete mode 100644 e2e/common/misc/files/registry/laughs/hehe.txt
delete mode 100644 e2e/common/misc/files/registry/sample-decryption-1.0.jar
delete mode 100644 e2e/common/misc/files/registry/sample-decryption-1.0.pom
delete mode 100644
e2e/common/misc/files/registry/src/main/java/camelk/DeterministicDecryption.java