This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from aead3fa fix(doc): broken links
new b2f9fca fix(e2e): Patch the OLM bundle CSV with replaces field
new f452dab fix(e2e): Use correct OLM bundle CSV name in Kustomize patch
new 839608c chore(e2e): Polish upgrade e2e tests
new b98424a chore(e2e): Remove CRDs after OLM uninstall
The 4 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 | 12 +-
e2e/support/test_support.go | 61 ----------
...pgrade_operator_test.go => cli_upgrade_test.go} | 33 +++---
e2e/upgrade/olm_upgrade_test.go | 125 +++++++++++----------
e2e/upgrade/util.go | 92 +++++++++++++++
5 files changed, 178 insertions(+), 145 deletions(-)
rename e2e/upgrade/{upgrade_operator_test.go => cli_upgrade_test.go} (76%)
create mode 100644 e2e/upgrade/util.go