Skip to content

Commit

Permalink
chore: helm release v12.1.0 (#270)
Browse files Browse the repository at this point in the history
- updated missing dependency updates due to ncurc
- 'allow.auto.create.topics=true' had been added to Kafka Consumer configs. This will enable Kafka Consumers to trigger auto creation of topics, ref: https://github.com/edenhill/librdkafka/releases/tag/v1.5.0.
  • Loading branch information
mdebarros authored Jun 2, 2021
1 parent b6c4ca9 commit b86b3ed
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 46 deletions.
3 changes: 1 addition & 2 deletions .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"reject": [
"json-rules-engine",
"@mojaloop/sdk-standard-components"
"json-rules-engine"
]
}
50 changes: 18 additions & 32 deletions audit-resolve.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,40 @@
{
"decisions": {
"1500|@mojaloop/central-services-shared>widdershins>yargs>yargs-parser": {
"decision": "ignore",
"madeAt": 1622565315339,
"expiresAt": 1623170105236
"1673|@mojaloop/central-services-shared>data-urls>whatwg-url>lodash": {
"decision": "fix",
"madeAt": 1622648767062
},
"1673|@mojaloop/central-services-shared>openapi-backend>lodash": {
"decision": "ignore",
"madeAt": 1622565313516,
"expiresAt": 1623170105236
"decision": "fix",
"madeAt": 1622648767062
},
"1673|@mojaloop/central-services-shared>openapi-backend>mock-json-schema>lodash": {
"decision": "ignore",
"madeAt": 1622565313516,
"expiresAt": 1623170105236
"decision": "fix",
"madeAt": 1622648767062
},
"1673|@mojaloop/central-services-shared>shins>sanitize-html>lodash": {
"decision": "ignore",
"madeAt": 1622565313516,
"expiresAt": 1623170105236
"decision": "fix",
"madeAt": 1622648767062
},
"1673|@mojaloop/central-services-shared>@mojaloop/event-sdk>lodash": {
"decision": "ignore",
"madeAt": 1620814912544,
"expiresAt": 1621419688940
},
"1673|@mojaloop/event-sdk>lodash": {
"1500|@mojaloop/central-services-shared>widdershins>yargs>yargs-parser": {
"decision": "ignore",
"madeAt": 1620814912544,
"expiresAt": 1621419688940
"madeAt": 1622648770730,
"expiresAt": 1623253552049
},
"1675|@mojaloop/central-services-shared>shins>sanitize-html": {
"decision": "ignore",
"madeAt": 1622565316797,
"expiresAt": 1623170105236
"madeAt": 1622648773051,
"expiresAt": 1623253552049
},
"1676|@mojaloop/central-services-shared>shins>sanitize-html": {
"decision": "ignore",
"madeAt": 1622565316797,
"expiresAt": 1623170105236
"madeAt": 1622648773051,
"expiresAt": 1623253552049
},
"1693|@mojaloop/central-services-shared>shins>sanitize-html>postcss": {
"decision": "ignore",
"madeAt": 1622565318525,
"expiresAt": 1623170105236
},
"1673|@mojaloop/central-services-shared>data-urls>whatwg-url>lodash": {
"decision": "ignore",
"madeAt": 1622565313516,
"expiresAt": 1623170105236
"madeAt": 1622648774823,
"expiresAt": 1623253552049
}
},
"rules": {},
Expand Down
9 changes: 9 additions & 0 deletions docker/central-ledger/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"client.id": "cl-con-bulk-prepare",
"group.id": "cl-group-bulk-prepare",
"metadata.broker.list": "kafka:9092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -137,6 +138,7 @@
"client.id": "cl-con-bulk-processing",
"group.id": "cl-group-bulk-processing",
"metadata.broker.list": "kafka:9092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -160,6 +162,7 @@
"client.id": "cl-con-bulk-fulfil",
"group.id": "cl-group-bulk-fulfil",
"metadata.broker.list": "kafka:9092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -183,6 +186,7 @@
"client.id": "cl-con-bulk-get",
"group.id": "cl-group-bulk-get",
"metadata.broker.list": "kafka:9092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -208,6 +212,7 @@
"client.id": "cl-con-transfer-prepare",
"group.id": "cl-group-transfer-prepare",
"metadata.broker.list": "kafka:9092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -231,6 +236,7 @@
"client.id": "cl-con-transfer-get",
"group.id": "cl-group-transfer-get",
"metadata.broker.list": "kafka:9092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -254,6 +260,7 @@
"client.id": "cl-con-transfer-fulfil",
"group.id": "cl-group-transfer-fulfil",
"metadata.broker.list": "kafka:9092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -277,6 +284,7 @@
"client.id": "cl-con-transfer-position",
"group.id": "cl-group-transfer-position",
"metadata.broker.list": "kafka:9092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -302,6 +310,7 @@
"client.id": "cl-con-transfer-admin",
"group.id": "cl-group-transfer-admin",
"metadata.broker.list": "kafka:9092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand Down
1 change: 1 addition & 0 deletions docker/ml-api-adapter/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"client.id": "ml-con-notification-event",
"group.id": "ml-group-notification-event",
"metadata.broker.list": "kafka:9092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "quoting-service",
"description": "Quoting Service hosted by a scheme",
"license": "Apache-2.0",
"version": "12.0.4",
"version": "12.0.5",
"author": "ModusBox",
"contributors": [
"Georgi Georgiev <georgi.georgiev@modusbox.com>",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@mojaloop/central-services-shared": "13.0.1",
"@mojaloop/event-sdk": "10.7.1",
"@mojaloop/ml-number": "11.1.0",
"@mojaloop/sdk-standard-components": "10.3.2",
"@mojaloop/sdk-standard-components": "15.10.4",
"ajv": "8.5.0",
"ajv-keywords": "5.0.0",
"axios": "0.21.1",
Expand Down

0 comments on commit b86b3ed

Please sign in to comment.