Skip to content

Commit

Permalink
feat(2151): helm-release-v12.1.0 (#56)
Browse files Browse the repository at this point in the history
- Bump to patch version
- Updated dependencies
- Fixed async await for central-services-metrics
- Fixed package.json typo missing file extension
- Aligned npm lint/standard scripts
- '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.
- Fixes for audit-resolve
    Ignored handlebars due to missing bin in v4.7.7. This causes 'npm prune' to fail with the following error:
    npm ERR! invalid bin entry for package handlebars@4.7.7. key=handlebars, value=bin/handlebars
  • Loading branch information
mdebarros authored Jun 2, 2021
1 parent 47dc6fe commit 10f443f
Show file tree
Hide file tree
Showing 8 changed files with 1,482 additions and 1,860 deletions.
45 changes: 36 additions & 9 deletions audit-resolve.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,45 @@
{
"decisions": {
"1179|faucet>minimist": {
"decision": "postpone",
"madeAt": 1612803574271
},
"1500|@mojaloop/central-services-health>@mojaloop/central-services-shared>widdershins>yargs>yargs-parser": {
"1670|hapi-swagger>handlebars": {
"decision": "ignore",
"madeAt": 1612952175865,
"expiresAt": 1615544166409
"madeAt": 1622650067303,
"expiresAt": 1623254853409
},
"1673|@mojaloop/central-services-shared>data-urls>whatwg-url>lodash": {
"decision": "fix",
"madeAt": 1622650207655
},
"1673|@mojaloop/central-services-shared>openapi-backend>lodash": {
"decision": "fix",
"madeAt": 1622650207655
},
"1673|@mojaloop/central-services-shared>openapi-backend>mock-json-schema>lodash": {
"decision": "fix",
"madeAt": 1622650207655
},
"1673|@mojaloop/central-services-shared>shins>sanitize-html>lodash": {
"decision": "fix",
"madeAt": 1622650207655
},
"1500|@mojaloop/central-services-shared>widdershins>yargs>yargs-parser": {
"decision": "ignore",
"madeAt": 1612952175865,
"expiresAt": 1615544166409
"madeAt": 1622650077748,
"expiresAt": 1623254853409
},
"1675|@mojaloop/central-services-shared>shins>sanitize-html": {
"decision": "ignore",
"madeAt": 1622650081079,
"expiresAt": 1623254853409
},
"1676|@mojaloop/central-services-shared>shins>sanitize-html": {
"decision": "ignore",
"madeAt": 1622650081079,
"expiresAt": 1623254853409
},
"1693|@mojaloop/central-services-shared>shins>sanitize-html>postcss": {
"decision": "ignore",
"madeAt": 1622650082972,
"expiresAt": 1623254853409
}
},
"rules": {},
Expand Down
1 change: 1 addition & 0 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"client.id": "bulk-con-notification-event",
"group.id": "bulk-group-notification-event",
"metadata.broker.list": "localhost:9092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand Down
1 change: 1 addition & 0 deletions docker/bulk-api-adapter/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"client.id": "bulk-con-notification-event",
"group.id": "bulk-group-notification-event",
"metadata.broker.list": "kafka:9092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
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 @@ -116,6 +116,7 @@
"client.id": "cl-con-bulk-prepare",
"group.id": "cl-group-bulk-prepare",
"metadata.broker.list": "kafka:29092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -139,6 +140,7 @@
"client.id": "cl-con-bulk-processing",
"group.id": "cl-group-bulk-processing",
"metadata.broker.list": "kafka:29092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -162,6 +164,7 @@
"client.id": "cl-con-bulk-fulfil",
"group.id": "cl-group-bulk-fulfil",
"metadata.broker.list": "kafka:29092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -185,6 +188,7 @@
"client.id": "cl-con-bulk-get",
"group.id": "cl-group-bulk-get",
"metadata.broker.list": "localhost:29092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -210,6 +214,7 @@
"client.id": "cl-con-transfer-prepare",
"group.id": "cl-group-transfer-prepare",
"metadata.broker.list": "kafka:29092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -233,6 +238,7 @@
"client.id": "cl-con-transfer-get",
"group.id": "cl-group-transfer-get",
"metadata.broker.list": "kafka:29092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -256,6 +262,7 @@
"client.id": "cl-con-transfer-fulfil",
"group.id": "cl-group-transfer-fulfil",
"metadata.broker.list": "kafka:29092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -279,6 +286,7 @@
"client.id": "cl-con-transfer-position",
"group.id": "cl-group-transfer-position",
"metadata.broker.list": "kafka:29092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand All @@ -304,6 +312,7 @@
"client.id": "cl-con-transfer-admin",
"group.id": "cl-group-transfer-admin",
"metadata.broker.list": "kafka:29092",
"allow.auto.create.topics": true,
"socket.keepalive.enable": true
},
"topicConf": {
Expand Down
Loading

0 comments on commit 10f443f

Please sign in to comment.