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

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


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

    from a8dbdd368 (commit)
      to 79900d978 (commit)
 discard a8dbdd368 chore(ci): v2.8.0-nightly release updates
     add e6c820fb8 feat(dependencies): upgrade APIs after Kubernetes 0.33
     add 693c1331f chore(deps): bump github.com/stretchr/testify from 1.10.0 to 
1.11.0
     add 07f476d80 feat(cmd): drop install/uninstall from CLI
     add a9e89b250 chore(deps): bump github.com/onsi/gomega from 1.38.0 to 
1.38.1
     add 31079ca9d chore: nightly automatic updates
     new 79900d978 chore(ci): v2.8.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   (a8dbdd368)
            \
             N -- N -- N   refs/tags/v2.8.0-nightly (79900d978)

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                                    |   4 +-
 docs/charts/camel-k-2.8.0-nightly.tgz              | Bin 239986 -> 239989 bytes
 docs/charts/index.yaml                             |   6 +-
 e2e/install/helm/setup_test.go                     |   9 +-
 e2e/install/kustomize/setup_test.go                |  17 +-
 e2e/install/olm/olm_install_test.go                |   9 +-
 e2e/support/test_support.go                        |  14 +
 go.mod                                             |  31 +-
 go.sum                                             |  70 +-
 pkg/builder/runtime_support.go                     |  27 -
 pkg/cmd/config_test.go                             |   5 -
 pkg/cmd/install.go                                 | 869 ---------------------
 pkg/cmd/install_test.go                            | 463 -----------
 pkg/cmd/root.go                                    |   4 +-
 pkg/cmd/uninstall.go                               | 589 --------------
 pkg/cmd/uninstall_test.go                          |  81 --
 pkg/event/manager.go                               |  12 -
 pkg/install/cluster.go                             | 371 ---------
 pkg/install/common.go                              |  30 -
 pkg/install/operator.go                            | 652 ----------------
 pkg/install/secret.go                              |  78 --
 .../bases/camel-k.clusterserviceversion.yaml       |   2 +-
 pkg/util/indentedwriter/writer.go                  |  14 -
 pkg/util/kubernetes/factory.go                     |  53 +-
 pkg/util/kubernetes/factory_test.go                |  75 --
 pkg/util/kubernetes/security.go                    |  37 -
 pkg/util/minikube/registry.go                      |  66 --
 pkg/util/olm/available.go                          |  64 --
 pkg/util/olm/operator.go                           | 400 ----------
 pkg/util/reference/reference.go                    |  20 -
 pkg/util/reference/reference_test.go               |   4 -
 pkg/util/registry/registry.go                      |  83 --
 pkg/util/registry/registry_test.go                 | 111 ---
 pkg/util/util.go                                   |   5 -
 pkg/util/watch/watch.go                            | 120 ---
 36 files changed, 91 insertions(+), 4306 deletions(-)
 delete mode 100644 pkg/cmd/install.go
 delete mode 100644 pkg/cmd/install_test.go
 delete mode 100644 pkg/cmd/uninstall.go
 delete mode 100644 pkg/cmd/uninstall_test.go
 delete mode 100644 pkg/install/cluster.go
 delete mode 100644 pkg/install/operator.go
 delete mode 100644 pkg/install/secret.go
 delete mode 100644 pkg/util/kubernetes/security.go
 delete mode 100644 pkg/util/minikube/registry.go
 delete mode 100644 pkg/util/olm/available.go
 delete mode 100644 pkg/util/olm/operator.go
 delete mode 100644 pkg/util/registry/registry_test.go

Reply via email to