Skip to content

Commit 912fd0b

Browse files
feat: release candidate for v17.2.0 (#786)
* chore: upgrade helm chart depdenencies * Downgrade Mojaloop backend version to 31.5.0 Revert Mojaloop backend version to 31.5.0 due to compatibility issues with current values. * Update testCasesPathInZip to version 20.3.0 * fix: central-ledger version upgrade --------- Co-authored-by: shashi165 <shashi165@users.noreply.github.com> Co-authored-by: shashi165 <33355509+shashi165@users.noreply.github.com> Co-authored-by: Shashikant Hirugade <shashi.pioneer@gmail.com>
1 parent 27e3e36 commit 912fd0b

File tree

72 files changed

+213
-199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+213
-199
lines changed

.changelog/release-v17.2.0.md

Lines changed: 39 additions & 32 deletions
Large diffs are not rendered by default.

account-lookup-service/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
version: 15.15.0
3-
appVersion: "account-lookup-service: v17.14.11; als-oracle-pathfinder: v12.3.4"
2+
version: 15.20.0
3+
appVersion: "account-lookup-service: v17.15.2; als-oracle-pathfinder: v12.3.4"
44
description: Account Lookup Service Helm Chart for Mojaloop
55
name: account-lookup-service
66
maintainers:
@@ -10,15 +10,15 @@ maintainers:
1010
email: steven.oderayi@infitx.com
1111
dependencies:
1212
- name: account-lookup-service
13-
version: ">= 15.5.0"
13+
version: ">= 15.6.0"
1414
repository: "file://./chart-service"
1515
condition: account-lookup-service.enabled
1616
- name: account-lookup-service-admin
17-
version: ">= 15.5.0"
17+
version: ">= 15.6.0"
1818
repository: "file://./chart-admin"
1919
condition: account-lookup-service-admin.enabled
2020
- name: account-lookup-service-handler-timeout
21-
version: ">= 2.5.0"
21+
version: ">= 2.6.0"
2222
repository: "file://./chart-handler-timeout"
2323
condition: account-lookup-service-handler-timeout.enabled
2424
- name: als-oracle-pathfinder

account-lookup-service/chart-admin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
version: 15.5.0
3-
appVersion: v17.14.11
2+
version: 15.6.0
3+
appVersion: v17.15.2
44
description: A Helm chart for Kubernetes
55
name: account-lookup-service-admin
66
maintainers:

account-lookup-service/chart-admin/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
image:
66
registry: docker.io
77
repository: mojaloop/account-lookup-service
8-
tag: v17.14.11
8+
tag: v17.15.2
99
## Specify a imagePullPolicy
1010
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
1111
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

account-lookup-service/chart-handler-timeout/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
version: 2.5.0
3-
appVersion: v17.14.11
2+
version: 2.6.0
3+
appVersion: v17.15.2
44
description: A Helm chart for Kubernetes
55
name: account-lookup-service-handler-timeout
66
maintainers:

account-lookup-service/chart-handler-timeout/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
image:
66
registry: docker.io
77
repository: mojaloop/account-lookup-service
8-
tag: v17.14.11
8+
tag: v17.15.2
99
## Specify a imagePullPolicy
1010
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
1111
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

account-lookup-service/chart-service/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
version: 15.5.0
3-
appVersion: v17.14.11
2+
version: 15.6.0
3+
appVersion: v17.15.2
44
description: A Helm chart for Kubernetes
55
name: account-lookup-service
66
maintainers:

account-lookup-service/chart-service/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
image:
66
registry: docker.io
77
repository: mojaloop/account-lookup-service
8-
tag: v17.14.11
8+
tag: v17.15.2
99
## Specify a imagePullPolicy
1010
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
1111
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

account-lookup-service/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ account-lookup-service:
77
image:
88
registry: docker.io
99
repository: mojaloop/account-lookup-service
10-
tag: v17.14.11
10+
tag: v17.15.2
1111
## Specify a imagePullPolicy
1212
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
1313
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -288,7 +288,7 @@ account-lookup-service-admin:
288288
image:
289289
registry: docker.io
290290
repository: mojaloop/account-lookup-service
291-
tag: v17.14.11
291+
tag: v17.15.2
292292
## Specify a imagePullPolicy
293293
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
294294
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

bulk-centralledger/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
description: Central-Ledger Bulk Services Helm chart for Kubernetes
33
name: bulk-centralledger
44
version: 14.31.0
5-
appVersion: v19.12.7
5+
appVersion: v19.12.8
66
home: http://mojaloop.io
77
icon: http://mojaloop.io/images/logo.png
88
sources:

0 commit comments

Comments
 (0)