Skip to content

Commit 69121b8

Browse files
authored
Merge pull request #147 from smartdevicelink/develop
Manticore 2.8.0 Release
2 parents 02b455f + b84b1a3 commit 69121b8

3 files changed

Lines changed: 63 additions & 76 deletions

File tree

api/v2/app/interfaces/job/manticore/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ const HMI_HEALTH_TIME = 8000;
1818

1919
const jobInfo = {
2020
core: {
21-
versions: ["7.0.0"], //ex. 5.0.1, master, develop
21+
versions: ["7.1.1"], //ex. 5.0.1, master, develop
2222
builds: ["default"]
2323
},
2424
hmis: [{
2525
type: "generic",
26-
versions: ["minimal-0.9.0"] //ex. master, minimal-0.5.1
26+
versions: ["minimal-0.10.0"] //ex. master, minimal-0.5.1
2727
}]
2828
};
2929

@@ -313,12 +313,12 @@ function formatAddresses (id, services) {
313313
function exampleJobOption () {
314314
return {
315315
core: {
316-
version: "7.0.0",
316+
version: "7.1.1",
317317
build: "default"
318318
},
319319
hmi: {
320320
type: "generic",
321-
version: "minimal-0.9.0"
321+
version: "minimal-0.10.0"
322322
}
323323
};
324324
}

package-lock.json

Lines changed: 56 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manticore",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"license": "ISC",
1212
"dependencies": {
1313
"aws-sdk": "^2.319.0",
14-
"axios": "^0.19.0",
14+
"axios": "^0.21.1",
1515
"check-types": "^7.4.0",
1616
"consul": "^0.33.1",
1717
"dotenv": "^6.0.0",
@@ -20,7 +20,7 @@
2020
"koa-compose": "^4.1.0",
2121
"koa-cors": "0.0.16",
2222
"koa-jwt": "^3.3.2",
23-
"koa-router": "^7.4.0",
23+
"koa-router": "^10.0.0",
2424
"koa-static": "^5.0.0",
2525
"koa-websocket": "^5.0.1",
2626
"nomad-helper": "^3.6.1",

0 commit comments

Comments
 (0)