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

astefanutti pushed a change to branch release-1.4.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from cad7f9c  fix(cmd): run file system stat errors
     new 0a156fa  fix(ci): Use Docker to build OLM index image
     new f167ac6  fix(e2e): Patch the OLM bundle CSV with replaces field
     new 94f5413  fix(e2e): Use correct OLM bundle CSV name in Kustomize patch
     new 6f64d3e  chore(e2e): Polish upgrade e2e tests
     new 0cc0e63  chore(e2e): Remove CRDs after OLM uninstall
     new f5d049f  chore(e2e): Remove obsolete operator upgrade e2e test
     new 10b35ec  chore(e2e): Assert upgraded integration Pod uses new version 
Kit
     new e25ac1c  chore(e2e): List Builds when dumping Namespace
     new 146eefc  fix(olm): Update CSV base template

The 9 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:
 .github/workflows/upgrade.yml                      |  14 +-
 .../bases/camel-k.clusterserviceversion.yaml       |   6 +-
 e2e/common/upgrade_test.go                         |  55 --------
 e2e/support/test_support.go                        |  95 +++-----------
 e2e/support/util/dump.go                           |  14 +-
 ...pgrade_operator_test.go => cli_upgrade_test.go} |  60 +++++----
 e2e/upgrade/olm_upgrade_test.go                    | 143 ++++++++++++---------
 e2e/upgrade/util.go                                |  92 +++++++++++++
 8 files changed, 257 insertions(+), 222 deletions(-)
 delete mode 100644 e2e/common/upgrade_test.go
 rename e2e/upgrade/{upgrade_operator_test.go => cli_upgrade_test.go} (63%)
 create mode 100644 e2e/upgrade/util.go

Reply via email to