Skip to content

Commit

Permalink
feat(mojaloop/#2880): simplify liquidity cover check and fix issue wi…
Browse files Browse the repository at this point in the history
…th validation (#496)

feat(mojaloop/[#2880](https://github.com/mdebarros/helm/issues/2880)): simplify liquidity cover check and fix issue with validation - mojaloop/project#2880
- upgraded mojaloop-simulator to v13.0.1
- upgraded central-settlement to v15.0.0
- upgraded central-ledger to v15.1.2.1
- updated TTK Test-Collection to v14.0.0.1

fix(mojaloop/#2734): Failures in daily cron job running GP tests - mojaloop/project#2734
- Included stability fixes in TTK Test-Collection to v14.0.0.1 release
  • Loading branch information
mdebarros authored Sep 9, 2022
1 parent dacae94 commit 8ece499
Show file tree
Hide file tree
Showing 39 changed files with 90 additions and 95 deletions.
11 changes: 6 additions & 5 deletions .changelog/release-v14.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Date | Revision | Description
---------|----------|---------
2022-07-29 | 0 | Initial release
2022-09-01 | 1 | Updates for init-containers [mojaloop/#2909](https://github.com/mojaloop/project/issues/2909)
2022-09-08 | 2 | Updates for [mojaloop/#2734](https://github.com/mojaloop/project/issues/2734), [mojaloop/#2880](https://github.com/mojaloop/project/issues/2880)

- For *BREAKING CHANGES*, please review the section `#5` "Breaking Changes" below.
- For *KNOWN ISSUES*, please review the section `#8` "Known Issues" below.
Expand Down Expand Up @@ -69,10 +70,10 @@ sdk-scheme-adapter/issues/2478)
## 3. Application versions

1. ml-api-adapter: v13.0.0 -> **v14.0.0**
2. central-ledger: v13.16.1 -> **v15.1.2**
2. central-ledger: v13.16.1 -> **v15.1.2.1**
3. account-lookup-service: v13.0.0 -> **v14.0.0**
4. quoting-service: v14.0.0 -> **15.0.2**
5. central-settlement: 13.4.1 -> **v14.0.0**
5. central-settlement: 13.4.1 -> **v15.0.0**
6. central-event-processor: v11.0.2 -> **v12.0.0**
7. bulk-api-adapter: v13.0.1 -> **v14.0.0**
8. email-notifier: v11.0.2 -> **v12.0.0**
Expand All @@ -85,7 +86,7 @@ sdk-scheme-adapter/issues/2478)
15. event-sidecar: **v12.0.0**
16. event-stream-processor: v11.0.0-snapshot -> **v12.0.0-snapshot.7**
17. simulator: 12.0.0 -> **v12.0.0**
18. mojaloop-simulator: v12.1.1 -> **v13.0.0**
18. mojaloop-simulator: v12.1.1 -> **v13.0.1**
19. sdk-scheme-adapter: v11.18.11 -> **v18.0.2**
20. ml-testing-toolkit: v14.0.4 -> **v15.0.0**
21. ml-testing-toolkit-ui: v13.5.5 -> **v15.0.0**
Expand All @@ -101,7 +102,7 @@ sdk-scheme-adapter/issues/2478)
2. central-ledger - https://github.com/mojaloop/central-ledger/releases/tag/v15.1.0
3. account-lookup-service - https://github.com/mojaloop/account-lookup-service/releases/tag/v14.0.0
4. quoting-service - https://github.com/mojaloop/quoting-service/releases/tag/v15.0.2
5. central-settlement- https://github.com/mojaloop/central-settlement/releases/tag/v14.0.0
5. central-settlement- https://github.com/mojaloop/central-settlement/releases/tag/v15.0.0
6. central-event-processor - https://github.com/mojaloop/central-event-processor/releases/tag/v12.0.0
7. bulk-api-adapter - https://github.com/mojaloop/bulk-api-adapter/releases/tag/v14.0.0
8. email-notifier - https://github.com/mojaloop/email-notifier/releases/tag/v12.0.0
Expand All @@ -114,7 +115,7 @@ sdk-scheme-adapter/issues/2478)
15. event-sidecar - https://github.com/mojaloop/event-sidecar/releases/tag/v12.0.0
16. event-stream-processor - https://github.com/mojaloop/event-stream-processor/releases/v12.0.0-snapshot.7
17. simulator - https://github.com/mojaloop/simulator/releases/tag/v12.0.0
18. mojaloop-simulator - https://github.com/mojaloop/mojaloop-simulator/releases/tag/v13.0.0
18. mojaloop-simulator - https://github.com/mojaloop/mojaloop-simulator/releases/tag/v13.0.1
19. sdk-scheme-adapter - https://github.com/mojaloop/sdk-scheme-adapter/releases/tag/v18.0.2
20. ml-testing-toolkit - https://github.com/mojaloop/ml-testing-toolkit/releases/tag/v15.0.0
21. ml-testing-toolkit-ui - https://github.com/mojaloop/ml-testing-toolkit-ui/releases/tag/v15.0.0
Expand Down
2 changes: 1 addition & 1 deletion bulk-centralledger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Central-Ledger Bulk Services Helm chart for Kubernetes
name: bulk-centralledger
version: 13.0.0
appVersion: "15.1.2"
appVersion: "15.1.2.1"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Central-Ledger Bulk Transfer Fulfil Handler Helm chart for Kubernetes
name: cl-handler-bulk-transfer-fulfil
version: 13.0.0
appVersion: "15.1.2"
appVersion: "15.1.2.1"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ containers:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--bulkfulfil"]'
service:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Central-Ledger Bulk Transfer Get Handler Helm chart for Kubernetes
name: cl-handler-bulk-transfer-get
version: 13.0.0
appVersion: "15.1.2"
appVersion: "15.1.2.1"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ containers:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--bulkget"]'
service:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Central-Ledger Bulk Transfer Prepare Handler Helm chart for Kubernetes
name: cl-handler-bulk-transfer-prepare
version: 13.0.0
appVersion: "15.1.2"
appVersion: "15.1.2.1"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ containers:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--bulkprepare"]'
service:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Central-Ledger Bulk Transfer Processing Handler Helm chart for Kubernetes
name: cl-handler-bulk-transfer-processing
version: 13.0.0
appVersion: "15.1.2"
appVersion: "15.1.2.1"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ containers:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--bulkprocessing"]'
service:
Expand Down
8 changes: 4 additions & 4 deletions bulk-centralledger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cl-handler-bulk-transfer-prepare:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--bulkprepare"]'
service:
Expand Down Expand Up @@ -199,7 +199,7 @@ cl-handler-bulk-transfer-fulfil:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--bulkfulfil"]'
service:
Expand Down Expand Up @@ -381,7 +381,7 @@ cl-handler-bulk-transfer-processing:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--bulkprocessing"]'
service:
Expand Down Expand Up @@ -562,7 +562,7 @@ cl-handler-bulk-transfer-get:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--bulkget"]'
service:
Expand Down
2 changes: 1 addition & 1 deletion central/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Central Helm chart for Kubernetes
name: central
version: 14.0.0
appVersion: "central-ledger: v15.1.2; central-settlement: v14.0.0; central-event-processor: v12.0.0"
appVersion: "central-ledger: v15.1.2.1; central-settlement: v15.0.0; central-event-processor: v12.0.0"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
22 changes: 11 additions & 11 deletions central/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ centralledger:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/api/index.js"]'
service:
Expand Down Expand Up @@ -200,7 +200,7 @@ centralledger:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--prepare"]'
service:
Expand Down Expand Up @@ -388,7 +388,7 @@ centralledger:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--position"]'
service:
Expand Down Expand Up @@ -573,7 +573,7 @@ centralledger:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--get"]'
service:
Expand Down Expand Up @@ -758,7 +758,7 @@ centralledger:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--fulfil"]'
service:
Expand Down Expand Up @@ -943,7 +943,7 @@ centralledger:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--timeout"]'
service:
Expand Down Expand Up @@ -1133,7 +1133,7 @@ centralledger:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--admin"]'
service:
Expand Down Expand Up @@ -1935,7 +1935,7 @@ centralsettlement:
api:
image:
repository: mojaloop/central-settlement
tag: v14.0.0
tag: v15.0.0
pullPolicy: IfNotPresent
command: '["node", "src/api/index.js"]'
service:
Expand Down Expand Up @@ -2225,7 +2225,7 @@ centralsettlement:
api:
image:
repository: mojaloop/central-settlement
tag: v14.0.0
tag: v15.0.0
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "h", "--deferredSettlement"]'
service:
Expand Down Expand Up @@ -2522,7 +2522,7 @@ centralsettlement:
api:
image:
repository: mojaloop/central-settlement
tag: v14.0.0
tag: v15.0.0
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "h", "--grossSettlement"]'
service:
Expand Down Expand Up @@ -2819,7 +2819,7 @@ centralsettlement:
api:
image:
repository: mojaloop/central-settlement
tag: v14.0.0
tag: v15.0.0
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "h", "--rules"]'
service:
Expand Down
2 changes: 1 addition & 1 deletion centralledger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Central-Ledger Helm chart for Kubernetes
name: centralledger
version: 13.0.0
appVersion: "15.1.2"
appVersion: "15.1.2.1"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-admin-transfer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Central-Ledger Transfer Prepare Handler Helm chart for Kubernetes
name: centralledger-handler-admin-transfer
version: 13.0.0
appVersion: "15.1.2"
appVersion: "15.1.2.1"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-admin-transfer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ containers:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--admin"]'
service:
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-timeout/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Central-Ledger Timeout Handler Helm chart for Kubernetes
name: centralledger-handler-timeout
version: 13.0.0
appVersion: "15.1.2"
appVersion: "15.1.2.1"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-timeout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ containers:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--timeout"]'
service:
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-transfer-fulfil/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Central-Ledger Transfer Fulfil Handler Helm chart for Kubernetes
name: centralledger-handler-transfer-fulfil
version: 13.0.0
appVersion: "15.1.2"
appVersion: "15.1.2.1"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-transfer-fulfil/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ containers:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--fulfil"]'
service:
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-transfer-get/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Central-Ledger Get Transfer Handler Helm chart for Kubernetes
name: centralledger-handler-transfer-get
version: 13.0.0
appVersion: "15.1.2"
appVersion: "15.1.2.1"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-transfer-get/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ containers:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--get"]'
service:
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-transfer-position/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Central-Ledger Transfer Position Handler Helm chart for Kubernetes
name: centralledger-handler-transfer-position
version: 13.0.0
appVersion: "15.1.2"
appVersion: "15.1.2.1"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-transfer-position/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ containers:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--position"]'
service:
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-transfer-prepare/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Central-Ledger Transfer Prepare Handler Helm chart for Kubernetes
name: centralledger-handler-transfer-prepare
version: 13.0.0
appVersion: "15.1.2"
appVersion: "15.1.2.1"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-transfer-prepare/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ containers:
api:
image:
repository: mojaloop/central-ledger
tag: v15.1.2
tag: v15.1.2.1
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--prepare"]'
service:
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Central-Ledger Service Helm chart for Kubernetes
name: centralledger-service
version: 13.0.0
appVersion: "15.1.2"
appVersion: "15.1.2.1"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
Loading

0 comments on commit 8ece499

Please sign in to comment.