You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what is the plan for future releases of the Vehicle App Template? Will there be future releases or do you plan to rely more on the AppManifest?
For instance, to which version of the Python SDK should the template be compatible?
Since the latest template release 0.1.0 there have been multiple releases of the SDK (from 0.9.0 to 0.13.0).
For instance, the seat adjuster example references the seat adjuster example application in version 0.9.0. However, this code does not seem to work in the application container build with the content of the main-branch of the Eclipse Velocitas Template repository.
The text was updated successfully, but these errors were encountered:
Hi @eriksven ,
We are trying to follow the semantic version rules, but it is complicated for such instances as templates.
Therefore at least the next statement shall be always true: "The latest template shall be compatible with the latest SDK".
While developing goes on active phase - we are not sure of compatibility between 0.?.? versions.
As far as we will release 1.0.0 version compatibility will be follow semantic version rules.
Hi @eriksven , as for specific GitHub "template" functionality we consider each commit on main with reference HEAD on it as release - it means the latest main is always updated to the fresh state and released with each PR. As for the official Eclipse Release Process - it is currently in discussion.
Question
Hello,
what is the plan for future releases of the Vehicle App Template? Will there be future releases or do you plan to rely more on the AppManifest?
For instance, to which version of the Python SDK should the template be compatible?
Since the latest template release 0.1.0 there have been multiple releases of the SDK (from 0.9.0 to 0.13.0).
For instance, the seat adjuster example references the seat adjuster example application in version 0.9.0. However, this code does not seem to work in the application container build with the content of the main-branch of the Eclipse Velocitas Template repository.
The text was updated successfully, but these errors were encountered: