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

github-bot pushed a change to branch 
dependabot/go_modules/golang.org/x/sync-0.8.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git


 discard 2793ac66c chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0
     add d289658d6 chore(trait): drop support for registry
     add a1fadbf10 chore(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.22.0
     add 90cd7d4b7 chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0

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   (2793ac66c)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/golang.org/x/sync-0.8.0 (90cd7d4b7)

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:
 cmd/util/doc-gen/generators/traitmetadatagen.go    |   8 +-
 docs/modules/ROOT/nav.adoc                         |   1 -
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |   6 +-
 docs/modules/traits/pages/registry.adoc            |  36 --
 go.mod                                             |   2 +-
 go.sum                                             |   4 +-
 helm/camel-k/crds/crd-integration-kit.yaml         |   2 +-
 helm/camel-k/crds/crd-integration-platform.yaml    |   4 +-
 helm/camel-k/crds/crd-integration-profile.yaml     |   4 +-
 helm/camel-k/crds/crd-integration.yaml             |   2 +-
 helm/camel-k/crds/crd-kamelet-binding.yaml         |   2 +-
 helm/camel-k/crds/crd-pipe.yaml                    |   2 +-
 pkg/apis/camel/v1/common_types.go                  |   2 +-
 pkg/apis/camel/v1/integrationkit_types.go          |   2 +-
 pkg/apis/camel/v1/trait/registry.go                |   4 +-
 pkg/cmd/run.go                                     | 486 +--------------------
 pkg/cmd/run_support.go                             |  38 --
 pkg/cmd/run_support_test.go                        |  40 --
 .../bases/camel.apache.org_integrationkits.yaml    |   2 +-
 .../camel.apache.org_integrationplatforms.yaml     |   4 +-
 .../camel.apache.org_integrationprofiles.yaml      |   4 +-
 .../crd/bases/camel.apache.org_integrations.yaml   |   2 +-
 .../bases/camel.apache.org_kameletbindings.yaml    |   2 +-
 .../config/crd/bases/camel.apache.org_pipes.yaml   |   2 +-
 pkg/trait/quarkus.go                               |   2 -
 pkg/trait/registry.go                              | 311 -------------
 pkg/trait/trait_register.go                        |   1 -
 27 files changed, 49 insertions(+), 926 deletions(-)
 delete mode 100644 docs/modules/traits/pages/registry.adoc
 delete mode 100644 pkg/trait/registry.go

Reply via email to