Specify keptn/version as the minimum version, version range, or something else? #102
Replies: 2 comments
-
ProposalHave multiple fields, whereas
specifies a specific minimum and/or target version (no version range) that the integration is built for, and
could specify a version range that this integration should be compatible with. |
Beta Was this translation helpful? Give feedback.
-
As part of GSoC could we propose the creation of some kind of test harness where you specify the integrations you need and the events they each listen to. Whenever there's a new release of Keptn core, the workflow builds the new version, installs the service and / or sets up the web hook then tests. Could we use Keptn on Keptn for this? GitHub Action (new release) > Keptn > Workflow to build new Keptn > generate load > quality gate ?? |
Beta Was this translation helpful? Give feedback.
-
I would like to discuss how we should handle
keptn/version
in artifacthub-pkg.yml of every integration.Right now we use it like this:
This means that for every new Keptn version, we would need to update all artifacthub-pkg.yml of all integrations.
However, I believe that this version range is very important, as it indicates which version this integration was tested with. Please propsoe other ideas.
Beta Was this translation helpful? Give feedback.
All reactions