This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a change to branch 1070/provide-service-type
in repository https://gitbox.apache.org/repos/asf/camel-k.git
omit 882564ff9 feat(trait): Provide the service type from the trait
configuration
add c3be7d870 fix: do not run smoke tests on 1.9 nightly
add dc60d92be Updated CHANGELOG.md
add 5288f5952 feat: Ingress trait host is optional
add 8909adf10 chore: Rebuild resources
add def653340 feat(trait): Provide the service type from the trait
configuration
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 (882564ff9)
\
N -- N -- N refs/heads/1070/provide-service-type (def653340)
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:
.github/workflows/release-workflow.yml | 6 ++-
CHANGELOG.md | 19 ++++++++
.../duck/client/internalclientset/fake/register.go | 14 +++---
.../client/internalclientset/scheme/register.go | 14 +++---
.../camel.apache.org_integrationplatforms.yaml | 10 ++--
.../crd/bases/camel.apache.org_integrations.yaml | 5 +-
.../bases/camel.apache.org_kameletbindings.yaml | 5 +-
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 4 +-
docs/modules/traits/pages/ingress.adoc | 4 +-
helm/camel-k/crds/crd-integration-platform.yaml | 10 ++--
helm/camel-k/crds/crd-integration.yaml | 5 +-
helm/camel-k/crds/crd-kamelet-binding.yaml | 5 +-
pkg/apis/camel/v1/trait/ingress.go | 4 +-
.../camel/clientset/versioned/fake/register.go | 14 +++---
.../camel/clientset/versioned/scheme/register.go | 14 +++---
pkg/resources/resources.go | 16 +++----
pkg/trait/ingress.go | 55 +++++++---------------
pkg/trait/ingress_test.go | 34 ++-----------
resources/traits.yaml | 6 +--
19 files changed, 105 insertions(+), 139 deletions(-)