diff --git a/.velocitas.json b/.velocitas.json index 44550d1..7f16088 100644 --- a/.velocitas.json +++ b/.velocitas.json @@ -2,7 +2,7 @@ "packages": [ { "name": "devenv-runtimes", - "version": "v2.2.5" + "version": "v2.2.6" }, { "name": "devenv-github-workflows", diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6dd152e..600b458 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -52,7 +52,19 @@ "reveal": "always", "panel": "dedicated" }, - "problemMatcher": [] + "problemMatcher": [ ] + }, + { + "label": "Local Runtime - Down", + "detail": "Stops the local runtime", + "type": "shell", + "command": "velocitas exec runtime-local down", + "group": "none", + "presentation": { + "panel": "dedicated", + "clear": true, + }, + "problemMatcher": [ ] }, { "label": "Local Runtime - Run VehicleApp", @@ -65,7 +77,7 @@ "close": true, "reveal": "never" }, - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "Local Runtime - VehicleDataBroker CLI", @@ -74,7 +86,7 @@ "command": "velocitas exec runtime-local run-vehicledatabroker-cli", "group": "none", "isBackground": false, - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "Pre Commit Action", @@ -83,7 +95,7 @@ "command": "pre-commit run --show-diff-on-failure --color=always --all-files", "group": "none", "isBackground": false, - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "K3D Runtime - Up", @@ -96,7 +108,7 @@ "clear": true, "close": false }, - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "K3D Runtime - Down", @@ -109,7 +121,7 @@ "clear": true, "close": false }, - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "K3D Runtime - Build VehicleApp", @@ -123,7 +135,7 @@ "clear": true, "close": false }, - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "K3D Runtime - Deploy VehicleApp", @@ -142,7 +154,7 @@ // not neccessary but is executed in parallel to Runtime - Up "K3D Runtime - Build VehicleApp" ], - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "K3D Runtime - Deploy VehicleApp (without rebuild)", @@ -159,7 +171,7 @@ "dependsOn": [ "K3D Runtime - Up" ], - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "Kanto Runtime - Up", @@ -200,7 +212,7 @@ "clear": true, "close": false }, - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "Kanto Runtime - Build VehicleApp", @@ -214,7 +226,7 @@ "clear": true, "close": false }, - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "Kanto Runtime - Deploy VehicleApp", @@ -232,7 +244,7 @@ "Kanto Runtime - Up", "Kanto Runtime - Build VehicleApp" ], - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "Kanto Runtime - Deploy VehicleApp (without rebuild)", @@ -249,7 +261,7 @@ "dependsOn": [ "Kanto Runtime - Up" ], - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "(Re-)generate vehicle model", @@ -263,7 +275,7 @@ "clear": true, "close": false }, - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "(Re-)generate gRPC SDKs", @@ -277,7 +289,7 @@ "clear": true, "close": false }, - "problemMatcher": [] + "problemMatcher": [ ] } ], "inputs": [ diff --git a/NOTICE-3RD-PARTY-CONTENT.md b/NOTICE-3RD-PARTY-CONTENT.md index 5821bdb..c09ec89 100644 --- a/NOTICE-3RD-PARTY-CONTENT.md +++ b/NOTICE-3RD-PARTY-CONTENT.md @@ -4,7 +4,7 @@ | Dependency | Version | License | |:-----------|:-------:|--------:| |bottle|0.12.25|MIT| -|certifi|2023.11.17|Mozilla Public License 2.0| +|certifi|2024.2.2|Mozilla Public License 2.0| |cfgv|3.4.0|MIT| |charset-normalizer|3.3.2|MIT| |colorama|0.4.6|BSD|