The smoke-test matrix is currently composed of a hardcoded list of cnpg versions that is currently being updated manually when a new CNPG version is released.
cnpg: ["main", "1.28", "1.29"]
The convention is to test against the 2 latest supported versions, plus main.
Automate this process, so:
- the latest version is kept up-to-date by Renovate
- the previous version is derived from the latest version
The smoke-test matrix is currently composed of a hardcoded list of cnpg versions that is currently being updated manually when a new CNPG version is released.
The convention is to test against the 2 latest supported versions, plus
main.Automate this process, so: