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

github-actions[bot] pushed a change to tag v2.11.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git


*** WARNING: tag v2.11.0-nightly was modified! ***

    from 3a78089a8 (commit)
      to 6e4c160af (commit)
 discard 3a78089a8 chore(ci): v2.11.0-nightly release updates
     add 7725765b5 Fix #6724: Allow setting enableServiceLinks on the 
Integration pod template
     add d9eb979a3 feat(trait): Support owner trait wildcard (#6734)
     add 50df69ab1 chore(deps): bump knative.dev/serving from 0.49.1 to 0.50.0
     add fd6aa5b06 chore(deps): bump github.com/go-git/go-git/v5 from 5.19.1 to 
5.19.2
     add d2520c7f6 chore: nightly automatic updates
     new 6e4c160af chore(ci): v2.11.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   (3a78089a8)
            \
             N -- N -- N   refs/tags/v2.11.0-nightly (6e4c160af)

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.11.0-nightly.tgz             | Bin 281396 -> 281807 bytes
 docs/charts/index.yaml                             |   6 +--
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  11 +++-
 docs/modules/traits/pages/owner.adoc               |   4 +-
 go.mod                                             |   6 +--
 go.sum                                             |  12 ++---
 helm/camel-k/crds/camel-k-crds.yaml                |  60 +++++++++++++++------
 pkg/apis/camel/v1/integration_types.go             |   2 +
 pkg/apis/camel/v1/trait/owner.go                   |   4 +-
 pkg/apis/camel/v1/zz_generated.deepcopy.go         |   5 ++
 .../camel/applyconfiguration/camel/v1/podspec.go   |  10 ++++
 .../camel.apache.org_integrationplatforms.yaml     |  12 +++--
 .../camel.apache.org_integrationprofiles.yaml      |  12 +++--
 .../crd/bases/camel.apache.org_integrations.yaml   |  18 +++++--
 .../config/crd/bases/camel.apache.org_pipes.yaml   |  18 +++++--
 .../bases/camel-k.clusterserviceversion.yaml       |   2 +-
 pkg/trait/owner.go                                 |  27 +++++++---
 pkg/trait/owner_test.go                            |  27 ++++++++++
 pkg/trait/pod_test.go                              |   8 +++
 19 files changed, 187 insertions(+), 57 deletions(-)

Reply via email to