Migration guide¶
2022-07¶
Provider configuration file format has changed¶
In previous releases, provider services configuration files were of the type ProviderConfig
or ServiceConfig
and were having an apiVersion
of opentestfactory.org/v1alpha1
.
The configuration file format has changed, and they must now have the following format:
apiVersion: opentestfactory.org/v1beta1
kind: ProviderConfig
Who is impacted?¶
If you had defined hooks for a given provider at the orchestrator level, you will have to adjust your configuration.
You can still edit your provider configuration file so that it includes your hooks, but the recommended way is now to use a separate file.
Please refer to “Defining hooks using a separate definition file” for more information.