Skip to content

Commit

Permalink
Add support for VSS 4.0 (#234)
Browse files Browse the repository at this point in the history
* Update tags and use VSS 4.0

* Add lock file for .velocitas.json
  • Loading branch information
lukasmittag authored May 3, 2024
1 parent 4e79f94 commit 7406ca4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions .velocitas-lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"packages": [
{
"repo": "devenv-runtimes",
"version": "v3.1.0"
},
{
"repo": "devenv-github-workflows",
"version": "v6.0.0"
},
{
"repo": "devenv-github-templates",
"version": "v1.0.4"
},
{
"repo": "devenv-devcontainer-setup",
"version": "v2.1.0"
}
]
}
6 changes: 3 additions & 3 deletions .velocitas.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
{
"repo": "devenv-runtimes",
"version": "v3.0.0"
"version": "v3.1.0"
},
{
"repo": "devenv-github-workflows",
Expand All @@ -14,7 +14,7 @@
},
{
"repo": "devenv-devcontainer-setup",
"version": "v2.0.0"
"version": "v2.1.0"
}
],
"components": [
Expand Down Expand Up @@ -56,5 +56,5 @@
"githubRepoId": "eclipse-velocitas/vehicle-app-python-template",
"generatedModelPath": "./gen/vehicle_model"
},
"cliVersion": "v0.7.0"
"cliVersion": "v0.8.0"
}
2 changes: 1 addition & 1 deletion app/AppManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"type": "vehicle-signal-interface",
"config": {
"src": "https://github.com/COVESA/vehicle_signal_specification/releases/download/v3.0/vss_rel_3.0.json",
"src": "https://github.com/COVESA/vehicle_signal_specification/releases/download/v4.0/vss_rel_4.0.json",
"datapoints": {
"required": [
{
Expand Down

0 comments on commit 7406ca4

Please sign in to comment.