dora-metrics / pelorus

Automate the measurement of organizational behavior
https://pelorus.readthedocs.io/
Apache License 2.0
245 stars 83 forks source link

Check Operator SDK version #953

Open mateusoliveira43 opened 1 year ago

mateusoliveira43 commented 1 year ago

Fix

Currently we have no check for the version of Operator SDK that creates Pelorus operator. We should not allow older versions of it to be used.

Example: Today, we use 1.28.0, so we would not be able to create new operator using Operator SDK versions 1.27.0, 1.27.1, 1.26.5, etc, but the same version, or higher, should be accepted.

requirements

mpryc commented 1 year ago

There is also related issue, which confirms that we can't always relay on the latest tag of the operator-sdk:

https://github.com/operator-framework/operator-sdk/issues/6403#issuecomment-1521409706