bouskaJ commented on pull request #2198: URL: https://github.com/apache/camel-k/pull/2198#issuecomment-821229670
Hi, @astefanutti yes, there is no `replaces` but the replace scenario is forced by the `skipRange` (see https://github.com/apache/camel-k/blob/master/.github/workflows/upgrade.yml#L138). I was considering: - `replaces` because it was close to the real upstream releases - `skipRange` - used in the internal stream (at the day I was writing the test) I decided on the `skipRange` because it is able to force an upgrade on the older releases as well so the test is not dependent on the **very last release** -> devel version. I think we can migrate to `replaces` since both streams use `replaces` at the moment in the real manifests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org