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

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


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

    from 518ca777c (commit)
      to 197453436 (commit)
 discard 518ca777c chore(ci): v2.7.0-nightly release updates
     add 67e017ac7 chore(api): remove IntegrationProfile deprecation notice
     add 705d34811 chore(deps): bump prometheus to 0.81.0
     add 89f17964d chore: nightly automatic updates
     new 197453436 chore(ci): v2.7.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   (518ca777c)
            \
             N -- N -- N   refs/tags/v2.7.0-nightly (197453436)

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:
 README.adoc                                        |   2 +-
 docs/antora.yml                                    |   2 +-
 docs/charts/camel-k-2.7.0-nightly.tgz              | Bin 238713 -> 238663 bytes
 docs/charts/index.yaml                             |   6 +-
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |   3 +-
 e2e/advanced/integration_profile_test.go           |  13 +-
 e2e/support/test_support.go                        |  10 -
 go.mod                                             |   8 +-
 go.sum                                             |  16 +-
 helm/camel-k/crds/camel-k-crds.yaml                |   3 +-
 pkg/apis/camel/v1/integrationprofile_types.go      |   4 +-
 .../camel/v1/integrationprofile_types_support.go   |  99 ----------
 pkg/controller/add_integrationprofile.go           |  26 ---
 .../integration/integration_controller.go          |  49 -----
 pkg/controller/integration/kits.go                 |   6 +-
 pkg/controller/integrationprofile/action.go        |  54 -----
 pkg/controller/integrationprofile/initialize.go    |  64 ------
 .../integrationprofile_controller.go               | 217 ---------------------
 pkg/controller/integrationprofile/log.go           |  23 ---
 pkg/controller/integrationprofile/monitor.go       |  47 -----
 pkg/event/manager.go                               |  17 --
 pkg/platform/profile.go                            |  83 +-------
 pkg/platform/profile_test.go                       | 203 -------------------
 .../camel.apache.org_integrationprofiles.yaml      |   3 +-
 .../bases/camel-k.clusterserviceversion.yaml       |   2 +-
 pkg/trait/camel.go                                 |   4 +-
 pkg/trait/prometheus.go                            |   2 +-
 pkg/trait/prometheus_test.go                       |   2 +-
 pkg/trait/quarkus.go                               |   2 +-
 pkg/trait/trait.go                                 |   2 +-
 pkg/trait/trait_configure.go                       |   2 +-
 pkg/trait/util.go                                  |  23 ++-
 pkg/trait/util_test.go                             |  38 +++-
 33 files changed, 91 insertions(+), 944 deletions(-)
 delete mode 100644 pkg/controller/add_integrationprofile.go
 delete mode 100644 pkg/controller/integrationprofile/action.go
 delete mode 100644 pkg/controller/integrationprofile/initialize.go
 delete mode 100644 
pkg/controller/integrationprofile/integrationprofile_controller.go
 delete mode 100644 pkg/controller/integrationprofile/log.go
 delete mode 100644 pkg/controller/integrationprofile/monitor.go

Reply via email to