This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from f69801c chore(OLM): Remove old Build CRD from OLM package new 21a55f8 fix(e2e): Handle external Kamel CLI binary errors new 919c5a6 test: Operator upgrade e2e tests new d362b12 fix(e2e): Environment variables are step scoped new 5e6247c chore(test): Dump Deployments on test error new bf4731c test: Fix KAMEL_BIN environment variable new e038ed3 fix(e2e): Increase timeouts new 5f8bd10 fix(e2e): Refresh test client to account for new CRDs The 7 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/{kubernetes.yml => upgrade.yml} | 31 ++++--- e2e/support/test_support.go | 52 +++++------ e2e/support/util/dump.go | 19 +++- e2e/{local => upgrade}/files/yaml.yaml | 0 e2e/upgrade/upgrade_operator_test.go | 103 ++++++++++++++++++++++ script/Makefile | 7 ++ 6 files changed, 166 insertions(+), 46 deletions(-) copy .github/workflows/{kubernetes.yml => upgrade.yml} (77%) copy e2e/{local => upgrade}/files/yaml.yaml (100%) create mode 100644 e2e/upgrade/upgrade_operator_test.go